docs(parsers.json_v2): fix spelling typo (#12711)

This commit is contained in:
Frank Inselbuch 2023-02-21 08:16:11 -06:00 committed by GitHub
parent c2854204ae
commit 0cedfa6398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ this playground to test out your GJSON path here:
rename = "new name" # A string with a new name for the tag key
type = "int" # A string specifying the type (int,uint,float,string,bool)
### Configuration to modify the resutling line protocol ###
### Configuration to modify the resulting line protocol ###
disable_prepend_keys = false (or true, just not both)
[inputs.file.json_v2.object.renames] # A map of JSON keys (for a nested key, prepend the parent keys with underscores) with a new name for the tag key
key = "new name"