Hi All
I'm planning to use multiple config files in our deployment.
- One config file with input for beat and output to elastic search only
- I would like to maintain separate config file for each applications teams for data filtering .. so that any changes requested by any team we shall make changes only to the respective team config file maintained. This way we shall avoid impacting other team data streaming while changing for one team.
My question here is/are:
- is there any priority order applied by logstash when it reads all config files from config dir? ..like chronological?