2020-06-05 07:09:22 +08:00
|
|
|
[agent]
|
|
|
|
|
interval = "10s"
|
|
|
|
|
|
|
|
|
|
[[inputs.execd]]
|
|
|
|
|
command = ["ruby", "plugins/inputs/execd/examples/count.rb"]
|
|
|
|
|
|
|
|
|
|
[[processors.execd]]
|
|
|
|
|
command = ["ruby", "plugins/processors/execd/examples/multiplier_line_protocol/multiplier_line_protocol.rb"]
|
2023-02-10 03:35:18 +08:00
|
|
|
|
2020-06-05 07:09:22 +08:00
|
|
|
|
|
|
|
|
[[outputs.file]]
|
|
|
|
|
files = ["stdout"]
|
|
|
|
|
data_format = "influx"
|
|
|
|
|
|