From 7bbed9e2a31a7fbca23d64e58ac22cce5ebe2db5 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 20 Aug 2019 15:44:16 -0600 Subject: [PATCH] Update logparser readme requirement to collect at least one field (#6288) --- plugins/inputs/logparser/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/inputs/logparser/README.md b/plugins/inputs/logparser/README.md index 47edbd296..efd50952f 100644 --- a/plugins/inputs/logparser/README.md +++ b/plugins/inputs/logparser/README.md @@ -81,7 +81,8 @@ Timestamp modifiers can be used to convert captures to the timestamp of the parsed metric. If no timestamp is parsed the metric will be created using the current time. -You must capture at least one field per line. +**Note:** You must capture at least one field per line. +Patterns that convert all captures to tags will result in points that can't be written to InfluxDB. - Available modifiers: - string (default if nothing is specified)