Hacker News new | ask | show | jobs
by envolt 2543 days ago
Off Topic -

Does either of Filebeat or Logstash support config hot reload, as mentioned in the Vector's doc? https://docs.vector.dev/usage/administration/reloading

Edit - Found It - https://www.elastic.co/guide/en/logstash/current/reloading-c...

1 comments

They do, we actually put together a correctness test for this behavior:

https://github.com/timberio/vector-test-harness/tree/master/...

Logstash is not graceful. Our testing shows that they basically shut it down and start it again.