telegraf/plugins/outputs
vanillahsu eeeab5192b Add gelf serializer & graylog output filter. (#1167)
* add gelf serializer.

* change url.

* handle fields in correct format.

* add graylog.

* handle host field of graylog.

* 1: Add go-gelf entry to Godeps to fix ci.
2: switch to github.com/Graylog2/go-gelf.

* implement Close().

* Deprecated gelf serializer, and back to graylog-golang.

* Update graylog-golang's hash.

* move gelf related function to graylog.go.

* 1: remove uneeded deps on Godeps_windows.
2: add README.md
3: add unittest.

* Fix unittest on 'go test -race'
2016-05-31 10:58:35 +01:00
..
all Add gelf serializer & graylog output filter. (#1167) 2016-05-31 10:58:35 +01:00
amon Seems to be a toml parse bug around triple pounds 2016-02-18 14:36:03 -07:00
amqp Cleanup & standardize config file 2016-04-01 10:59:53 -06:00
cloudwatch Consolidate AWS credentials (#1208) 2016-05-25 12:30:39 +01:00
datadog Don't replace _ with . in datadog names 2016-04-20 09:06:13 -06:00
file Cleanup & standardize config file 2016-04-01 10:59:53 -06:00
graphite Create a template system for the graphite serializer 2016-04-11 16:30:18 -06:00
graylog Add gelf serializer & graylog output filter. (#1167) 2016-05-31 10:58:35 +01:00
influxdb write_consistency documentation (#1282) 2016-05-26 17:23:01 +01:00
instrumental Output stats to the Instrumental TCP Collector 2016-05-18 15:03:28 +01:00
kafka Kafka output: set max_retry=3 & required_acks=-1 as defaults 2016-04-29 18:51:45 -06:00
kinesis Consolidate AWS credentials (#1208) 2016-05-25 12:30:39 +01:00
librato Create a template system for the graphite serializer 2016-04-11 16:30:18 -06:00
mqtt Cleanup & standardize config file 2016-04-01 10:59:53 -06:00
nsq Cleanup & standardize config file 2016-04-01 10:59:53 -06:00
opentsdb Replace ":" with "_" in tags. This should make the mysql plugin work with the opentsdb output (it uses a "server" tag like "127.0.0.1:3306") (#1256) 2016-05-25 11:37:48 +01:00
prometheus_client Don't log every string metric that prometheus doesnt support 2016-03-23 16:01:06 -06:00
riemann Just close Riemann client on send metrics failure 2016-04-18 17:25:36 -06:00
registry.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00