Hi everyone,
I've noticed when my ES (5.6) cluster is indexing lots of documents the number of queries being answered also increases. I index using the op_type "create" with predefined ids, so I guess this is just the cluster checking whether the document exists before indexing it, but I'm surprised this appear as queries and not get requests? Shouldn't get requests be more efficient since it's checking by id?
I use the Datadog metrics "elasticsearch.search.query.total.count" and "elasticsearch.search.query.time.count" to monitor the load.
Thanks! ![]()