Undeprecate logparser

Until dynamic file tailing can be added to the tail plugin.
This commit is contained in:
Daniel Nelson
2018-09-07 16:13:46 -07:00
parent 5b5b2e3b39
commit 710c101fe0
3 changed files with 0 additions and 17 deletions

View File

@@ -1,7 +1,5 @@
# Logparser Input Plugin
### **Deprecated in version 1.8**: Please use the [tail](/plugins/inputs/tail) plugin with the `grok` [data format](/docs/DATA_FORMATS_INPUT.md).
The `logparser` plugin streams and parses the given logfiles. Currently it
has the capability of parsing "grok" patterns from logfiles, which also supports
regex patterns.
@@ -10,9 +8,6 @@ regex patterns.
```toml
[[inputs.logparser]]
## DEPRECATED: The `logparser` plugin is deprecated in 1.8. Please use the
## `tail` plugin with the grok data_format instead.
## Log files to parse.
## These accept standard unix glob matching rules, but with the addition of
## ** as a "super asterisk". ie: