1
0
Fork 0
telegraf/plugins/processors/execd/testcases/dataformat-json/telegraf.conf

7 lines
182 B
Text
Raw Permalink Normal View History

[[processors.execd]]
command = ["go", "run", "testcases/pass-through.go"]
data_format = "json"
json_name_key = "name"
json_time_key = "timestamp"
json_time_format = "unix"