telegraf/plugins/outputs/graylog
Daniel Nelson c6f8b273c0
Allow a user defined field to be used as the graylog short_message (#6700)
2020-01-21 10:49:01 -08:00
..
README.md Allow a user defined field to be used as the graylog short_message (#6700) 2020-01-21 10:49:01 -08:00
graylog.go Allow a user defined field to be used as the graylog short_message (#6700) 2020-01-21 10:49:01 -08:00
graylog_test.go Fix graylog test race 2016-06-01 16:32:38 +01:00

README.md

Graylog Output Plugin

This plugin writes to a Graylog instance using the "GELF" format.

Configuration:

[[outputs.graylog]]
  ## UDP endpoint for your graylog instances.
  servers = ["127.0.0.1:12201"]

  ## The field to use as the GELF short_message, if unset the static string
  ## "telegraf" will be used.
  ##   example: short_message_field = "message"
  # short_message_field = ""