Fix option names in json parser docs

This commit is contained in:
Daniel Nelson
2018-11-05 17:15:07 -08:00
parent 7693c173fc
commit 0e07bbb877

View File

@@ -106,9 +106,9 @@ Config:
```toml
[[inputs.file]]
files = ["example"]
name_key = "name"
json_name_key = "name"
tag_keys = ["my_tag_1"]
string_fields = ["b_my_field"]
json_string_fields = ["b_my_field"]
data_format = "json"
```