Is there a way to get a list of search requests and indexing requests currently being sent to the Elasticsearch Cluster?
It would be nice to see the following info:
- Request Type (Search, indexing, etc..)
- Timestamp of Request
- Request (ie. query term, indexing msg, ES API calls, etc...)
- Response Time
- Source / Origin of the request (ex: URL, userid (if available), hostname, port, etc)