From a9ba23f41ad051634a86f5c2ba6c633c75f86392 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 21 Sep 2023 07:44:43 -0600 Subject: [PATCH] docs(processors.lookup): Fix wrong word usage (#13970) --- plugins/processors/lookup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/processors/lookup/README.md b/plugins/processors/lookup/README.md index a1380243b..b5ff36a82 100644 --- a/plugins/processors/lookup/README.md +++ b/plugins/processors/lookup/README.md @@ -90,7 +90,7 @@ keyB,tag-name1,tag-value1 keyZ,tag-name1,tag-value1,...,tag-nameM,tag-valueM ``` -The formatting uses colons (`,`) as separators and allows for comments defined +The formatting uses commas (`,`) as separators and allows for comments defined as lines starting with a hash (`#`). All lines can have different numbers but must at least contain three columns and follow the name/value pair format, i.e. there cannot be a name without value. @@ -108,7 +108,7 @@ keyB,tag-value1,,,,..., keyZ,tag-value1,...,tag-valueM,..., ``` -The formatting uses colons (`,`) as separators and allows for comments defined +The formatting uses commas (`,`) as separators and allows for comments defined as lines starting with a hash (`#`). All lines __must__ contain the same number of columns. The first non-comment line __must__ contain a header specifying the tag-names. As the first column contains the key to match the first header value