hi,
I use "GET _cat/tasks?v&detailed" to show tasks details, as follows:
But I don't know what‘s the meaning of “request[24]” ,how to understand the number “24”?
hi,
I use "GET _cat/tasks?v&detailed" to show tasks details, as follows:
But I don't know what‘s the meaning of “request[24]” ,how to understand the number “24”?
requests[24]
is the description of a shard-level bulk, which is the portion of a bulk indexing request that targets the listed shard, and the [24]
is the number of items in that shard-level bulk.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.