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
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 2 additions and 2 deletions

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"
```