Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Fix option names in json parser docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Nov 6, 2018
1 parent 7693c17 commit 0e07bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/parsers/json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit 0e07bbb

Please sign in to comment.