Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ Since an example is (sometimes) worth a thousand words, check out the 'example'
**Other useful info**
- The Logstash filter config files should follow a naming convention
(```[some-custom-label].filter.conf```).
They'll be loaded in alphabetical order.
They'll be loaded in alphabetical order. If you don't follow this convention, and the rspec tests don't pick up your files, you may see errors like this:
"LogStash::ConfigurationError: Expected one of #, input, filter, output at line 1, column 1"

- Logstash-tester assumes the patternsdir setting in grok filters is set to ```/etc/logstash/patterns```.

Expand Down