1

The Kibana is an awesome visualization tool,

I want to know what the queries does the elasticsearch recevices under the hood.

How could I know what the queries that the elasticsearch got. Thanks

user3675188
  • 7,271
  • 11
  • 40
  • 76
  • This answer might be useful: http://stackoverflow.com/questions/32052507/representing-a-kibana-query-in-a-rest-curl-form/32052780#32052780 – Val Feb 17 '16 at 03:43

1 Answers1

3

Each visualization has a button below it, in the shape of an arrow pointing up. Clicking on it will replace the vizualization with a table, which has a bunch on tabs on the top. Clicking on the second tab from the left will show the exact query that was made to elasticsearch

elssar
  • 5,651
  • 7
  • 46
  • 71