update input/output data formats (#2151)
* add prometheus data input * update output data format listpull/2155/head
parent
4805d69be8
commit
87650c1f2d
|
@ -22,6 +22,7 @@ Protocol or in JSON format. Telegraf supports the following input data formats:
|
|||
- [JSON](/telegraf/v1.15/data_formats/input/json/)
|
||||
- [logfmt](/telegraf/v1.15/data_formats/input/logfmt/)
|
||||
- [Nagios](/telegraf/v1.15/data_formats/input/nagios/)
|
||||
- [Prometheus](https://github.com/influxdata/telegraf/tree/master/plugins/parsers/prometheus)
|
||||
- [Value](/telegraf/v1.15/data_formats/input/value/), ie: 45 or "booyah"
|
||||
- [Wavefront](/telegraf/v1.15/data_formats/input/wavefront/)
|
||||
|
||||
|
|
|
@ -16,8 +16,11 @@ output plugins.
|
|||
* [Graphite](/telegraf/v1.15/data_formats/output/graphite)
|
||||
* [InfluxDB Line Protocol](/telegraf/v1.15/data_formats/output/influx)
|
||||
* [JSON](/telegraf/v1.15/data_formats/output/json)
|
||||
* [Prometheus](https://github.com/influxdata/telegraf/tree/master/plugins/serializers/prometheus)
|
||||
* [Prometheus Remote Write](https://github.com/influxdata/telegraf/tree/master/plugins/serializers/prometheusremotewrite)
|
||||
* [ServiceNow Metrics](/telegraf/v1.15/data_formats/output/nowmetric)
|
||||
* [SplunkMetric](/telegraf/v1.15/data_formats/output/splunkmetric)
|
||||
* [Wavefront](https://github.com/influxdata/telegraf/tree/master/plugins/serializers/wavefront)
|
||||
|
||||
You will be able to identify the plugins with support by the presence of a
|
||||
`data_format` configuration option, for example, in the File (`file`) output plugin:
|
||||
|
|
Loading…
Reference in New Issue