1
0
Fork 0
telegraf/plugins/processors/execd/testcases/dataformat-json/telegraf.conf
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

6 lines
182 B
Text

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