Update changelog and readme
This commit is contained in:
parent
104db7c503
commit
2aeaed2f27
|
@ -1,5 +1,9 @@
|
||||||
## v1.12 [unreleased]
|
## v1.12 [unreleased]
|
||||||
|
|
||||||
|
#### New Inputs
|
||||||
|
|
||||||
|
- [docker_log](/plugins/inputs/docker_log) - Contributed by @prashanthjbabu
|
||||||
|
|
||||||
#### New Parsers
|
#### New Parsers
|
||||||
|
|
||||||
- [form_urlencoded](/plugins/processors/form_urlencoded/README.md) - Contributed by @byonchev
|
- [form_urlencoded](/plugins/processors/form_urlencoded/README.md) - Contributed by @byonchev
|
||||||
|
@ -16,6 +20,7 @@
|
||||||
- [#5863](https://github.com/influxdata/telegraf/pull/5863): Allow regex processor to append tag values.
|
- [#5863](https://github.com/influxdata/telegraf/pull/5863): Allow regex processor to append tag values.
|
||||||
- [#5997](https://github.com/influxdata/telegraf/pull/5997): Add starttime field to phpfpm input.
|
- [#5997](https://github.com/influxdata/telegraf/pull/5997): Add starttime field to phpfpm input.
|
||||||
- [#5998](https://github.com/influxdata/telegraf/pull/5998): Add cluster name tag to elasticsearch indices.
|
- [#5998](https://github.com/influxdata/telegraf/pull/5998): Add cluster name tag to elasticsearch indices.
|
||||||
|
- [#6006](https://github.com/influxdata/telegraf/pull/6006): Add support for interface field in http_response input plugin.
|
||||||
|
|
||||||
#### Bugfixes
|
#### Bugfixes
|
||||||
|
|
||||||
|
@ -28,6 +33,7 @@
|
||||||
- [#5980](https://github.com/influxdata/telegraf/issues/5980): Cannot set mount_points option in disk input.
|
- [#5980](https://github.com/influxdata/telegraf/issues/5980): Cannot set mount_points option in disk input.
|
||||||
- [#5983](https://github.com/influxdata/telegraf/issues/5983): Omit keys when creating measurement names for GNMI telemetry.
|
- [#5983](https://github.com/influxdata/telegraf/issues/5983): Omit keys when creating measurement names for GNMI telemetry.
|
||||||
- [#5972](https://github.com/influxdata/telegraf/issues/5972): Don't consider pid of 0 when using systemd lookup in procstat.
|
- [#5972](https://github.com/influxdata/telegraf/issues/5972): Don't consider pid of 0 when using systemd lookup in procstat.
|
||||||
|
- [#5807](https://github.com/influxdata/telegraf/issues/5807): Skip 404 error reporting in nginx_plus_api input.
|
||||||
|
|
||||||
## v1.11 [2019-06-11]
|
## v1.11 [2019-06-11]
|
||||||
|
|
||||||
|
|
|
@ -166,6 +166,7 @@ For documentation on the latest development code see the [documentation index][d
|
||||||
* [dmcache](./plugins/inputs/dmcache)
|
* [dmcache](./plugins/inputs/dmcache)
|
||||||
* [dns query time](./plugins/inputs/dns_query)
|
* [dns query time](./plugins/inputs/dns_query)
|
||||||
* [docker](./plugins/inputs/docker)
|
* [docker](./plugins/inputs/docker)
|
||||||
|
* [docker_log](./plugins/inputs/docker_log)
|
||||||
* [dovecot](./plugins/inputs/dovecot)
|
* [dovecot](./plugins/inputs/dovecot)
|
||||||
* [ecs](./plugins/inputs/ecs) (Amazon Elastic Container Service, Fargate)
|
* [ecs](./plugins/inputs/ecs) (Amazon Elastic Container Service, Fargate)
|
||||||
* [elasticsearch](./plugins/inputs/elasticsearch)
|
* [elasticsearch](./plugins/inputs/elasticsearch)
|
||||||
|
|
Loading…
Reference in New Issue