浏览代码

[DOC+] Write threadpool also covers ingest pipelines (#99010)

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Stef Nestor 2 年之前
父节点
当前提交
de380ea2af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/modules/threadpool.asciidoc

+ 1 - 1
docs/reference/modules/threadpool.asciidoc

@@ -42,7 +42,7 @@ There are several thread pools, but the important ones include:
     size of `16`.
 
 `write`::
-    For single-document index/delete/update and bulk requests. Thread pool type
+    For single-document index/delete/update, ingest processors, and bulk requests. Thread pool type
     is `fixed` with a size of <<node.processors, `# of allocated processors`>>,
     queue_size of `10000`. The maximum size for this pool is
     `pass:[1 + ]`<<node.processors, `# of allocated processors`>>.