Logstash configuration reload

Paul picture Paul · Dec 20, 2013 · Viewed 20.7k times · Source

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

Answer

yesnault picture yesnault · Jan 26, 2014

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.