Hi,
I have some doubt in logstash instance.
- I ran one config file "logstash -f abc.conf" my path.data is "logstash/data"
- I tried to ran another config "logstash -f xyz.conf" it is showing error as "Logstash could not be started because there is already another instance using the configured data directory. If you wish to run multiple instances, you must change the "path.data" setting"
- I changed my path.data to "logstash/data1". Now its running fine
- I need to change the path.data all the times?
- I tried to run the same "logstash -f abc.conf" with some changes. But i am getting same error "logstash could not be started because there is already another instance using the configured data directory. If you wish to run multiple instances, you must change the "path.data" setting"
- Here my question, is it necessary to change the "path.data" everytime?
Please help me with this question.
Regards,
Sripal