logstash-plugins / logstash-filter-multiline

Apache License 2.0
18 stars 16 forks source link

Fix leftover reference to the type key #20

Closed mdaniel closed 2 years ago

mdaniel commented 8 years ago

If one includes the example, as written, from the docs it yields an explosion:

Error: The setting type in plugin multiline is obsolete and is no longer available. You can achieve this same behavior with the new conditionals, like: if [type] == "sometype" { multiline { ... } }. If you have any questions about this, you are invited to visit https://discuss.elastic.co/c/logstash and ask.

mdaniel commented 8 years ago

Also, thanks 1000000x for putting the Edit pencil in the docs; that really was absolutely painless. Having a PR accepted is a different story, but creating one was easy.

elasticsearch-release commented 8 years ago

Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'.