I think Elastic have a bunch of performance test suites somewhere, but other than that I haven't heard of the kind of end-to-end testing tools that you describe. However, for testing Logstash filters specifically I think my own tool Logstash Filter Verifier is useful. Verifying that filters are working as expected is probably easier done on the unit level than on the system level.
I agree with you on unittesting your filters and patterns. I actually build
a tool similar to yours (a lot simpler, using rspec) that allows you to
define test cases for patterns, as well as filters: Logstash Tester https://github.com/gaspaio/logstash-tester.
I think an end to end testing suite would be really useful, for those cases
when you have a defined set of logs that gets parsed, indexed and triggers
some some of app behavior, and you want to test the whole chain and
reproduce behaviros. Oh well, i'll probably end up hacking something myself
for this.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.