Could you please help me understand is there an option to keep configuration variables outside of pipeline.
for example if i have 4 pipeline with elasticsearch as input and output for this most of the configuration would be same and making changes to this would also be very easy . so can i keep few variables in file like hosts , keystore etc in a config file and read it from there.
You can reference environment variables in the configuration (but not in conditionals). logstash also supports the use of a keystore for passwords and keys, which are hopefully environment specific.
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.