Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I set arbitrary elasticsearch query into Kibana graph?

alternatively, is there a way to see and edit the queries generated by Kibana?

like image 717
ipolevoy Avatar asked Oct 20 '22 18:10

ipolevoy


1 Answers

There is a way to see the queries generated by Kibana, you should set the option "Inspect" when you configure your histogram.

Configuration Window of an histogram

And then you can click over the i icon in the right corner of the histogram.

Histogram graph

And then the raw query will appear.

Raw query

I am using Kibana 3 milestone 4, but this feature was available in previous releases.

And at least for now, you can not edit the queries that Kibana does. I also do not understand why do you want to do that. There is some way to parameterize things with URL parameters, but I do not think that it is what you are asking in this question.

like image 83
Pigueiras Avatar answered Oct 24 '22 02:10

Pigueiras