[Docs] Update ingest.asciidoc (#26599)

Added a brief note to clarify where configured pipelines are stored (cluster state).
This commit is contained in:
markwalkom 2017-09-15 19:11:55 +10:00 committed by Christoph Büscher
parent e9deb62546
commit 3d5f70790a
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ node.ingest: false
To pre-process documents before indexing, you <<pipeline,define a pipeline>> that specifies
a series of <<ingest-processors,processors>>. Each processor transforms the document in some way.
For example, you may have a pipeline that consists of one processor that removes a field from
the document followed by another processor that renames a field.
the document followed by another processor that renames a field. Configured pipelines are then stored
in the <<cluster-state,cluster state>>.
To use a pipeline, you simply specify the `pipeline` parameter on an index or bulk request to
tell the ingest node which pipeline to use. For example: