Make Logparser Plugin Check For New Files (#2141)

* Make Logparser Plugin Check For New Files

Check in the Gather metric to see if any new files matching the glob
have appeared. If so, start tailing them from the beginning.

* changelog update for #2141
This commit is contained in:
njwhite
2017-02-01 14:11:39 +00:00
committed by Cameron Sparr
parent 19dee32287
commit 2932db8480
3 changed files with 73 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ It is highly recommended that all users migrate to the new riemann output plugin
### Features
- [#2141](https://github.com/influxdata/telegraf/pull/2141): Logparser handles newly-created files.
- [#2137](https://github.com/influxdata/telegraf/pull/2137): Added userstats to mysql input plugin.
- [#2179](https://github.com/influxdata/telegraf/pull/2179): Added more InnoDB metric to MySQL plugin.
- [#2251](https://github.com/influxdata/telegraf/pull/2251): InfluxDB output: use own client for improved through-put and less allocations.