Hi, Can someone explain me the advantage of using Ingest Node? Does it improve Ingestion performance? I am working on Cluster with 4 nodes(3 data nodes and Kiaban and Coordinating node on same box).
Thanks in advance..
Hi, Can someone explain me the advantage of using Ingest Node? Does it improve Ingestion performance? I am working on Cluster with 4 nodes(3 data nodes and Kiaban and Coordinating node on same box).
Thanks in advance..
Ingest node is just a way for preprocessing documents before indexing them.
It does not improve at all performance ingestion. I mean that:
PUT index/doc/1
{ "foo": "bar" }
is probably faster in all cases than:
PUT index/doc/1?pipeline=xyz
{ "foo": "bar" }
Got you.. Thanks David
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.