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

7 lines
147 B
Plaintext

[[processors.execd]]
command = ["cat"]
data_format = "json"
json_name_key = "name"
json_time_key = "timestamp"
json_time_format = "unix"