From dd98e4b04551e5987f153fd0f8af47f3b2f24246 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 20 Jan 2022 14:47:12 -0700 Subject: [PATCH] fix: add comment to logparser (#10479) --- plugins/inputs/logparser/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/inputs/logparser/README.md b/plugins/inputs/logparser/README.md index 29a66828e..6406e8845 100644 --- a/plugins/inputs/logparser/README.md +++ b/plugins/inputs/logparser/README.md @@ -14,6 +14,11 @@ Most options can be translated directly to the `tail` plugin: - The grok `measurement` option can be replaced using the standard plugin `name_override` option. +This plugin also supports [metric filtering](CONFIGURATION.md#metric-filtering) +and some [additional common options](CONFIGURATION.md#processor-plugins). + +## Example + Migration Example: ```diff