Hello All,
Is there any was to pass command line arguments while starting logstash ?
Current what I do :
I start logstash as -> bin/logstash -f and in config file the parameters which are region specific I add as Hard coded (using add_field option)
What I want :
something like this
bin/logstash -f -region = AMER Data_center = LAX
bin/logstash -f -region = AMER Data_center = CHI
bin/logstash -f -region = EMEA Data_center = LON
Something like this.
Thanks,
Gaurav