17
votes

Is the Logstash configuration reloaded every time the agent is restarted? It doesn't seem to pick up my changes immediately (e.g. changed type value)

I'm running it with an embedded elasticsearch v.0.90.7 on Windows 7 and Kibana 3.

Thank you very much!

Regards, Paul

3

3 Answers

14
votes

Hot Reload is not yet supported. There is a Issue.

The logstash configuration is loaded at startup, so, if you kill your process (to restart it later), there is no reason why it does not work.

5
votes

Good news! Dynamic config reloading is currently scheduled for release with Logstash 2.3+(https://www.elastic.co/blog/logstash-lines-2016-02-09)! Just use --reload-interval or send a SIGHUP to reload the config!