Custom output data formats

Hello,
By default, Telegraf is able to serialize metrics into the following output data formats:

  • InfluxDB Line Protocol
  • JSON
  • Graphite

Is it possible to create our own output data format?
In case, yes how?
Thanks
Regards
Jef

For example, I’d like to modify the JSON output format. Is this possible?

It isn’t possible right now, you would need to write a custom Serializer in Go and compile it into Telegraf.