magnusbaeck / logstash-filter-verifier

Apache License 2.0
191 stars 27 forks source link

Add support for multiple outputs and expected outputs #112

Closed breml closed 3 years ago

breml commented 3 years ago

Please merge #109 first.

nicolasreich commented 3 years ago

Hello, will this change enable testing the outputs as well, or only whether a message "passed through" an output? I'm asking this because some outputs do some processing such as adding/removing/renaming a field, and it's currently difficult to test.

breml commented 3 years ago

@nicolasreich This change does only test, whether a message "passed through" an output.

I can currently not see a way how to test the "real" output, without implementing all the output "protocols", that are supported by Logstash.