How to check current size of the ealastisearch queues defined in threadpool.index.queue_size and threadpool.bulk.queue_size?
There is already some topic/question at SO related to the problems with queueing in the Elasticsearch: ElasticSearch gives error about queue size
This is about how to set queue sizes. But how to read the current (in real time) size/load on those queues to avoid in runtime overloading Elasticsearch and or to see if they are optimally used and the lengths are properly set?
I had tried to find the answer in the CAT API, but there is nothing explicit related to those queues (perhaps I do not see anything).