hello^^
i'm using ES for huge bulk insert job.
after inserting.
i want to know that how many query was rejected.
so, i am using now the following query.
curl '/_cat/thread_pool?v&h=id,host,bulk.active,bulk.queueSize,bulk.queue,bulk.size,bulk.rejected'
look at the bulk.rejected.
but, i don't know the range of statistics time.
when is the start time and end time? and expire time
thank you for reading my article.
please advice for me.