Add wavefront parser to 1.8 changelog

This commit is contained in:
Daniel Nelson 2018-10-01 10:55:50 -07:00
parent 7553c8fd13
commit 07c5f39c5b
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 4 additions and 3 deletions

View File

@ -50,9 +50,10 @@
### New Parsers
- [csv](/docs/DATA_FORMATS_INPUT.md#csv) - Contributed by @maxunt
- [grok](/docs/DATA_FORMATS_INPUT.md#grok) - Contributed by @maxunt
- [logfmt](/docs/DATA_FORMATS_INPUT.md#logfmt) - Contributed by @Ayrdrie & @maxunt
- [csv](/plugins/parsers/csv/README.md) - Contributed by @maxunt
- [grok](/plugins/parsers/grok/README.md) - Contributed by @maxunt
- [logfmt](/plugins/parsers/logfmt/README.md) - Contributed by @Ayrdrie & @maxunt
- [wavefront](/plugins/parsers/wavefront/README.md) - Contributed by @puckpuck
### New Serializers