What is the purpose of ingest node ?
Thanks in advance.
What is the purpose of ingest node ?
Thanks in advance.
@Burga See Ingest pipelines | Elasticsearch Guide [8.11] | Elastic
Use an ingest node to pre-process documents before the actual document indexing happens. The ingest node intercepts bulk and index requests, it applies transformations, and it then passes the documents back to the index or bulk APIs.
It runs ingest pipelines containing processors.
Thank you .
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.