logstash-tester
logstash-tester copied to clipboard
Test your Logstash config and pattern files
When rspec check all fields, i've removed the to_s, in order to validate the type (integer/string). It's actually a problem i've get into: - My tests were all fine with...
…convention correctly. Adding this in the hope it saves someone from spending the time I did to figure it out. I've added it as a documentation fix, but perhaps a...
Before refactoring code to handle all the stuff proposed in #6 , it would be better to agree on a general strategy. As we add options and configurability to the...
Would be nice to be able to specify the placement of the patterns folder in the container. For example, in our environment, we put it in `/logstash/patterns`. In the current...