Open TomonoriSoejima opened 2 years ago
1 . add the following to /etc/systemd/system/logstash.service
"--config.reload.automatic"
It should look like this once it is added.
ExecStart=/usr/share/logstash/bin/logstash "--path.settings" "/etc/logstash" "--config.reload.automatic"
sudo systemctl daemon-reload sudo systemctl stop logstash.service sudo systemctl start logstash.service
1 . add the following to /etc/systemd/system/logstash.service
"--config.reload.automatic"
It should look like this once it is added.
ExecStart=/usr/share/logstash/bin/logstash "--path.settings" "/etc/logstash" "--config.reload.automatic"