magnusbaeck / logstash-filter-verifier

Apache License 2.0
191 stars 27 forks source link

Add daemon mode continue 2 #109

Closed breml closed 3 years ago

breml commented 3 years ago

@magnusbaeck I continued to work on LFV version 2.0. This PR includes various fixes and two additions, that are debatable:

  1. Addition of a download tool, that helped me to test LFV daemon mode with lots of different versions of Logstash.
  2. Addition of the pprof helper/endpoint (guarded by a build tag), which helped me to debug some of the concurrency issues.

To get a sense of the changes, it might be best to review commit by commit.

breml commented 3 years ago

@magnusbaeck I added some logic to support nested keys in pipelines.yml in my last commit. This resolves your comment in https://github.com/magnusbaeck/logstash-filter-verifier/pull/103#discussion_r598336319.

breml commented 3 years ago

@magnusbaeck Rebase performed.