There is a lot of ways to test logstash pipelines including: 1) Using logstash command line using config file 2) https://github.com/magnusbaeck/logstash-filter-verifier
The question is whether it's possible to integrate testing logstash filters (grok, mutate, date, etc) natively in chef test-kitchen using (ruby with serverspec or rspec).