Update changelog and readme
This commit is contained in:
parent
2ef93a10e0
commit
faa3606262
|
@ -15,12 +15,13 @@
|
||||||
### New Plugins
|
### New Plugins
|
||||||
|
|
||||||
- [fail2ban](./plugins/inputs/fail2ban/README.md) - Thanks to @grugrut
|
- [fail2ban](./plugins/inputs/fail2ban/README.md) - Thanks to @grugrut
|
||||||
- [minecraft](./plugins/inputs/minecraft/README.md) - Thanks to @adamperlin & @Ayrdrie
|
|
||||||
- [fluentd](./plugins/inputs/fluentd/README.md) - Thanks to @DanKans
|
- [fluentd](./plugins/inputs/fluentd/README.md) - Thanks to @DanKans
|
||||||
- [openldap](./plugins/inputs/openldap/README.md) - Thanks to @cobaugh
|
|
||||||
- [histogram](./plugins/aggregators/histogram/README.md) - Thanks to @vlamug
|
- [histogram](./plugins/aggregators/histogram/README.md) - Thanks to @vlamug
|
||||||
- [zipkin](./plugins/inputs/zipkin/README.md) - Thanks to @adamperlin & @Ayrdrie
|
- [minecraft](./plugins/inputs/minecraft/README.md) - Thanks to @adamperlin & @Ayrdrie
|
||||||
|
- [openldap](./plugins/inputs/openldap/README.md) - Thanks to @cobaugh
|
||||||
|
- [salesforce](./plugins/inputs/salesforce/README.md) - Thanks to @rody
|
||||||
- [win_services](./plugins/inputs/win_services/README.md) - Thanks to @vlastahajek
|
- [win_services](./plugins/inputs/win_services/README.md) - Thanks to @vlastahajek
|
||||||
|
- [zipkin](./plugins/inputs/zipkin/README.md) - Thanks to @adamperlin & @Ayrdrie
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
@ -54,6 +55,7 @@
|
||||||
- [#3080](https://github.com/influxdata/telegraf/pull/3080): Add zipkin input plugin.
|
- [#3080](https://github.com/influxdata/telegraf/pull/3080): Add zipkin input plugin.
|
||||||
- [#3023](https://github.com/influxdata/telegraf/pull/3023): Add Windows Services input plugin.
|
- [#3023](https://github.com/influxdata/telegraf/pull/3023): Add Windows Services input plugin.
|
||||||
- [#3098](https://github.com/influxdata/telegraf/pull/3098): Add path tag to logparser containing path of logfile.
|
- [#3098](https://github.com/influxdata/telegraf/pull/3098): Add path tag to logparser containing path of logfile.
|
||||||
|
- [#3075](https://github.com/influxdata/telegraf/pull/3075): Add salesforce input plugin.
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
|
|
@ -162,6 +162,7 @@ configuration options.
|
||||||
* [redis](./plugins/inputs/redis)
|
* [redis](./plugins/inputs/redis)
|
||||||
* [rethinkdb](./plugins/inputs/rethinkdb)
|
* [rethinkdb](./plugins/inputs/rethinkdb)
|
||||||
* [riak](./plugins/inputs/riak)
|
* [riak](./plugins/inputs/riak)
|
||||||
|
* [salesforce](./plugins/inputs/salesforce)
|
||||||
* [sensors](./plugins/inputs/sensors)
|
* [sensors](./plugins/inputs/sensors)
|
||||||
* [snmp](./plugins/inputs/snmp)
|
* [snmp](./plugins/inputs/snmp)
|
||||||
* [snmp_legacy](./plugins/inputs/snmp_legacy)
|
* [snmp_legacy](./plugins/inputs/snmp_legacy)
|
||||||
|
|
Loading…
Reference in New Issue