I searched for but couldn't find a request for an api to list running queries an updates so I'm going to put together my wish list.
- Only really need queries, indexes, updates, bulk updates, and multi search.
- Suggest requests would be nice as well but are not required.
- Should be able to get full request body.
- The request should have free form fields that I can add to the request so I can recognize requests more easily. I'd put things in there like the ip that caused me to issue the request and the my own identifier for the request type.
- The requests should have some unique identifier on them that lasts for the life of the request and won't be repeated soon.
- I don't need to search this stuff though it might help.
- Needs to return all queries running on the cluster.
- I won't issue the command frequently but when I do I need it to be serviced even if the cluster is under heavy load. In fact, that is when I'll need it the most.
- This API is useful even without the ability to kill requests but, one day, killing would be nice.
I searched for but couldn't find a request for an api to list running queries an updates so I'm going to put together my wish list.