Hi,
I have a Kibana dashboard which contains many widgets. The widgets displays data from multiple indices lets say index1 and index2. When I try to filter data by nested field for index1 using KQL I get 'failed to find nested object under path' for the widgets for index 2 which is expected as index2 does not contain the filtered nested field.
My question is how do I hide these error messages from Kibana dashboard?
I know we can use "ignore_unmapped" parameter in the query but I am using inbuilt Kibana widgets, where I cannot pass this parameter.
Can someone help me fix this?