Is it possible to monitor an Elasticsearch search?

I’m trying to monitor an elasticsearch cluster.
I need to be able to monitor not only indices, but also searches (specific queries on indices)
like for example created:now-3d AND NOT status:“handled”.
Is this possible with the elasticsearch plugin or do I have to write my own plugin for that / expand the elasticsearch plugin?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.