Update changelog

This commit is contained in:
Greg Linton
2018-08-14 14:41:24 -06:00
parent fa30f568ec
commit 027016aea2
3 changed files with 10 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ Telegraf is able to parse the following input data formats into metrics:
1. [Collectd](#collectd)
1. [Dropwizard](#dropwizard)
1. [Grok](#grok)
1. [Wavefront](https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md#wavefront)
1. [Wavefront](#wavefront)
Telegraf metrics, like InfluxDB
[points](https://docs.influxdata.com/influxdb/v0.10/write_protocols/line/),
@@ -661,7 +661,7 @@ For more information about the dropwizard json format see
# tag2 = "tags.tag2"
```
# Grok
# Grok:
The grok data format parses line delimited data using a regular expression like
language.
@@ -881,9 +881,6 @@ the file output will only print once per `flush_interval`.
- If successful, add the next token, update the pattern and retest.
- Continue one token at a time until the entire line is successfully parsed.
```
# Wavefront:
Wavefront Data Format is metrics are parsed directly into Telegraf metrics.