It is possible to turn on query slowlog log to get what you want. For example, you can go into the ES.yml file, and set this line (restart ES):
index.search.slowlog.threshold.query.warn: 1ms And that will likely log all queries that you run into the slowlog.log file. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/dfbd98bd-f156-4a50-b087-6060249a0d8e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
