logstash/spec
2013-04-11 15:36:50 -07:00
..
examples - Add example parsing the graphite carbon text protocol 2013-03-29 22:53:36 -07:00
filters - fix failing test 2013-04-11 15:36:50 -07:00
inputs - Add note of redis 2.6 requirement for new batch_count input setting 2013-03-20 12:09:07 -07:00
outputs Replaced placeholder %{metric} with '*' as aligned with jordansissel 2013-03-24 14:58:03 +01:00
support - another example 2013-04-01 15:45:02 -07:00
event.rb Support deep fields (foo.bar) in date filter (LOGSTASH-724) 2013-01-05 14:47:04 -05:00
jar.rb only run from a jar 2012-11-10 01:06:11 -05:00
README.md Using already existing LOGSTASH_DEBUG env variable to debug + update README 2012-09-14 12:28:29 +02:00
speed.rb longer test 2012-09-11 00:17:39 -07:00
test_utils.rb Make a way to enable debugg logs 2012-12-31 15:02:43 -08:00

How to run these tests

Run one:

rspec spec/the/test.rb

Run them all:

rspec spec/**/*.rb

Debug one test:

LOGSTASH_DEBUG=y rspec spec/the/test.rb