5

We want to use Elasticsearch, Logstash and Kibana to display queries and hits from another Elasticsearch.

Setting every slowlog threshold to 0ms gives us the query but not the number of hits

index.search.slowlog.threshold.query.warn: 0ms
....

Are there any ways of getting the query and the number of hits on each query straight from Elastsearch?

Tommy
  • 4,011
  • 9
  • 37
  • 59
  • 2
    Here's an article explaining how to monitor search queries using Packetbeat: https://www.elastic.co/blog/monitoring-the-search-queries – Val Aug 31 '16 at 05:08

0 Answers0