logstash/spec
Jordan Sissel 40532b266e - make 'update' set a field value if it exists but do nothing if not
- make 'replace' do what it should, which is replace a field (or create
  it if it doesn't exist).
2013-05-06 07:49:41 -07:00
..
examples - Add example parsing the graphite carbon text protocol 2013-03-29 22:53:36 -07:00
filters - make 'update' set a field value if it exists but do nothing if not 2013-05-06 07:49:41 -07:00
inputs Allow multiple client to RELP input 2013-05-01 06:09:48 +00:00
outputs - Add coverage for LOGSTASH-968 2013-05-01 13:02:09 -07: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 - Add coverage for LOGSTASH-1051 2013-05-02 23:17:10 -07: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 default quiet specs 2013-04-28 13:27:17 -07: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