I have mutliple log files present under different folder. To make things simpler and easy to manage, based on the patterns I have created 5 different conf files.
e,g.
logstash-Exception.conf,
logstash-eventsource.conf,
logstash-monitor.conf, etc.
I don't want to merge all the conf into one big file. I want to keep it separate.
My query is - If i ran all the conf files together, what issues i might face in higher env. or is there any other best practices that I should consider.
-f, --config CONFIGFILE
Load the Logstash config from a specific file, directory, or a wildcard. If
given a directory or wildcard, config files will be read from the directory in
alphabetical order.
And conf.d is the adhoc standard for linux for such a config directory.
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.