docs/DATA_FORMATS_INPUT.md
Telegraf contains many general purpose plugins that support parsing input data
using a configurable parser into metrics. This allows, for example, the
kafka_consumer input plugin to process messages in any of InfluxDB Line
Protocol, JSON format, or Apache Avro format.
Any input plugin containing the data_format option can use it to select the
desired parser:
[[inputs.exec]]
## Commands array
commands = ["/tmp/test.sh", "/usr/bin/mycollector --foo=bar"]
## measurement name suffix (for separating different commands)
name_suffix = "_mycollector"
## Data format to consume.
data_format = "json"