Hi,
I have a nested field in my index as below
"Auth1":[
{
"name": "abc",
"role": "M"
},
{
"name": "xyz",
:role": "N"
}
]
"Auth2":[
{
"name": "abn",
"role": "M"
},
{"name": "ed",
"role": "N"
}
]
Here I want to make a visualization with for names with role as "M". How can I do this without using scripted fields.
Thanks,
Raji.