From f393c5e6b53035a1a5f5516dadbc450d923f7982 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 1 Oct 2018 11:00:57 -0700 Subject: [PATCH] Add full list of parsers and serializers to README (cherry picked from commit f712e63a890857da1aa053b170057f7b1962a797) --- README.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4ba1a66c91c82..51deeec5a323a 100644 --- a/README.md +++ b/README.md @@ -267,16 +267,26 @@ For documentation on the latest development code see the [documentation index][d * [zipkin](./plugins/inputs/zipkin) * [zookeeper](./plugins/inputs/zookeeper) -Telegraf is able to parse the following input data formats into metrics, these -formats may be used with input plugins supporting the `data_format` option: - -* [InfluxDB Line Protocol](./docs/DATA_FORMATS_INPUT.md#influx) -* [JSON](./docs/DATA_FORMATS_INPUT.md#json) -* [Graphite](./docs/DATA_FORMATS_INPUT.md#graphite) -* [Value](./docs/DATA_FORMATS_INPUT.md#value) -* [Nagios](./docs/DATA_FORMATS_INPUT.md#nagios) -* [Collectd](./docs/DATA_FORMATS_INPUT.md#collectd) -* [Dropwizard](./docs/DATA_FORMATS_INPUT.md#dropwizard) +## Parsers + +- [InfluxDB Line Protocol](/plugins/parsers/influx) +- [Collectd](/plugins/parsers/collectd) +- [CSV](/plugins/parsers/csv) +- [Dropwizard](/plugins/parsers/dropwizard) +- [Graphite](/plugins/parsers/graphite) +- [Grok](/plugins/parsers/grok) +- [JSON](/plugins/parsers/json) +- [Logfmt](/plugins/parsers/logfmt) +- [Nagios](/plugins/parsers/nagios) +- [Value](/plugins/parsers/value), ie: 45 or "booyah" +- [Wavefront](/plugins/parsers/wavefront) + +## Serializers + +- [InfluxDB Line Protocol](/plugins/serializers/influx) +- [JSON](/plugins/serializers/json) +- [Graphite](/plugins/serializers/graphite) +- [SplunkMetric](/plugins/serializers/splunkmetric) ## Processor Plugins