Fix option names in json parser docs
This commit is contained in:
parent
7693c173fc
commit
0e07bbb877
|
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue