telegraf/plugins/processors/execd/testcases/dataformat-json/telegraf.conf

7 lines
182 B
Plaintext
Raw Permalink Normal View History

2023-06-06 03:14:23 +08:00
[[processors.execd]]
command = ["go", "run", "testcases/pass-through.go"]
data_format = "json"
json_name_key = "name"
json_time_key = "timestamp"
json_time_format = "unix"