I am new to Logstash and I was looking through the Logstash documentation for support of Bulk Indexing in elasticsearch output plugin. I got one config "bulk_path" related to this. But I am unable to understand the working of bulk indexing via elastic search output plugin. Also what configurations are needed to be done for implementing it.
It would be great help if anyone could provide a sample bulk indexing pipeline configuration of Logstash.
The bulk size is typically limited by the pipeline.batch.size parameter as well by the batch size described in the docs. Not sure the latter one can be tuned, but you should not generally use batches larger than 20mb anyway.
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.