How to know the query commands that ES server accepted? Any flag?

Hi all,

I am wondering are there any debug flag which can enable the ES server to
print out all the query commands it accepted?

For some debugging reason, I need to know the query command sequence that
ES accepted.

Or are there any config which can enable this logging?

Any ideas?

Best,

Ivan

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/d2c56f6e-c257-4f40-ad70-10c725408484%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

If you mean a list of all the search queries executed, there is not
currently a clean way to do this. You can kinda fudge it by enabling the
query slowlog in the elasticsearch.yml file, but if you have many nodes,
you still have to go to each node that contains the shards that were hit to
retrieve the actual search requests.

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/d35e2147-0e5b-4dcf-804a-fa651e0f77f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.