1
0
Fork 0
telegraf/plugins/parsers/json_v2/testdata/complex_nesting/telegraf.conf

10 lines
322 B
Text
Raw Permalink Normal View History

[[inputs.file]]
files = ["./testdata/complex_nesting/input.json"]
data_format = "json_v2"
[[inputs.file.json_v2]]
[[inputs.file.json_v2.object]]
path = "features"
timestamp_key = "properties_time"
timestamp_format = "unix_ms"
tags = ["properties_place"]