From f033a75bc4bb93e833e8834b5a2a8a735e583c6d Mon Sep 17 00:00:00 2001 From: Manglesh Kumar Yadav <120189193+manglesh2305@users.noreply.github.com> Date: Wed, 16 Apr 2025 16:27:09 +0530 Subject: [PATCH] docs(parsers.json_v2): Fix wording (#16778) --- plugins/parsers/json_v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/parsers/json_v2/README.md b/plugins/parsers/json_v2/README.md index fbf4ff839..fea09da8a 100644 --- a/plugins/parsers/json_v2/README.md +++ b/plugins/parsers/json_v2/README.md @@ -21,7 +21,7 @@ this playground to test out your GJSON path here: measurement_name_path = "" # A string with valid GJSON path syntax, will override measurement_name timestamp_path = "" # A string with valid GJSON path syntax to a valid timestamp (single value) timestamp_format = "" # A string with a valid timestamp format (see below for possible values) - timestamp_timezone = "" # A string with with a valid timezone (see below for possible values) + timestamp_timezone = "" # A string with a valid timezone (see below for possible values) [[inputs.file.json_v2.tag]] path = "" # A string with valid GJSON path syntax to a non-array/non-object value rename = "new name" # A string with a new name for the tag key @@ -42,7 +42,7 @@ this playground to test out your GJSON path here: ## Configuration to define what JSON keys should be used as timestamps ## timestamp_key = "" # A JSON key (for a nested key, prepend the parent keys with underscores) to a valid timestamp timestamp_format = "" # A string with a valid timestamp format (see below for possible values) - timestamp_timezone = "" # A string with with a valid timezone (see below for possible values) + timestamp_timezone = "" # A string with a valid timezone (see below for possible values) ### Configuration to define what JSON keys should be included and how (field/tag) ### tags = [] # List of JSON keys (for a nested key, prepend the parent keys with underscores) to be a tag instead of a field, when adding a JSON key in this list you don't have to define it in the included_keys list