Logstash could not be started because there is already another instance using the configured data di

xiaoxiao2021-02-28  20

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.

需要指定你的path.data, 进入你的bin目录下,输入

./logstash -f config-mysql –path.data=/var/log

或者

./logstash -f config-mysql –path.data=/root/

转载请注明原文地址: https://www.6miu.com/read-2614685.html

最新回复(0)