Kibana msearch debugging

Hey all!

I ran in to a weird problem where some data is being indexed into ES (I can successfully query to find the data through ES), but is not showing up in Kibana. It looks like whenever Kibana does a search it is using the multi search, but I could not find a way to debug the body that it is sending with the request. Is this possible, or is there some sort of other debug logging that is available to turn on to figure out why Kibana cannot find the indexed data?

If you're using Chrome, then the debugger should show the body of the msearch at the bottom of the network inspector entry for that request:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.