telegraf/plugins/outputs/graylog
reimda 2370d39e89
fix: output timestamp with fractional seconds (#9625)
2021-08-30 09:13:08 -06: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 fix: output timestamp with fractional seconds (#9625) 2021-08-30 09:13:08 -06: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 = ""