1
0
Эх сурвалжийг харах

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

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Stef Nestor 2 жил өмнө
parent
commit
de380ea2af

+ 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`>>.