Hi
How can i divide my logstash config into multiple files?
Like for example i want the input part in one file, the filter in another and the output in another.
Kind Regards
Hi
How can i divide my logstash config into multiple files?
Like for example i want the input part in one file, the filter in another and the output in another.
Kind Regards
Divide up the configuration into different files, put those files in a directory (with no other files) and point Logstash to that directory with the -f
option. /etc/logstash/conf.d us usually used for that purpose.
© 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.