ES request from Kibana 4 render?

I have a Kibana visualization (visState) that I want to run in C #, is there a way to get an Elastic Search request from this visualization object? Is there an interface to get it?

+3


source to share


1 answer


Go to Settings -> Objects -> Renders. Click the Edit icon next to the one you want and the Elasticsearch request will display as "kibanaSavedObjectMeta.searchSourceJSON".



If you are using saved searches, go to Settings → Objects → Search.

+2


source







All Articles