Change resp_code from field to tag in logparser

closes #1479
This commit is contained in:
Cameron Sparr
2016-07-18 12:54:33 +01:00
parent 1c2965703d
commit 281a4d5500
4 changed files with 8 additions and 12 deletions

View File

@@ -45,6 +45,7 @@ should now look like:
- [#1437](https://github.com/influxdata/telegraf/pull/1437): Fetching Galera status metrics in MySQL
- [#1500](https://github.com/influxdata/telegraf/pull/1500): Aerospike plugin refactored to use official client lib.
- [#1434](https://github.com/influxdata/telegraf/pull/1434): Add measurement name arg to logparser plugin.
- [#1479](https://github.com/influxdata/telegraf/pull/1479): logparser: change resp_code from a field to a tag.
### Bugfixes