Add logparser deprecation notice to release notes

This commit is contained in:
Daniel Nelson
2018-07-16 15:10:11 -07:00
parent 5f8c9838ac
commit 3218ed7e0d

View File

@@ -2,6 +2,10 @@
### Release Notes
- With the addition of the standalone `grok` input data format, the
`logparser` input plugin has been deprecated in favor of using the `tail`
input plugin combined with `data_format="grok"` .
### New Inputs
- [file](./plugins/inputs/file/README.md) - Contributed by @maxunt