Fix option names in json parser docs
This commit is contained in:
@@ -106,9 +106,9 @@ Config:
|
|||||||
```toml
|
```toml
|
||||||
[[inputs.file]]
|
[[inputs.file]]
|
||||||
files = ["example"]
|
files = ["example"]
|
||||||
name_key = "name"
|
json_name_key = "name"
|
||||||
tag_keys = ["my_tag_1"]
|
tag_keys = ["my_tag_1"]
|
||||||
string_fields = ["b_my_field"]
|
json_string_fields = ["b_my_field"]
|
||||||
data_format = "json"
|
data_format = "json"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user