Add kinesis_consumer documentation links
This commit is contained in:
parent
9d8a574ac7
commit
62678fae06
|
@ -3,6 +3,7 @@
|
|||
#### New Inputs
|
||||
|
||||
- [cloud_pubsub](/plugins/inputs/cloud_pubsub/README.md) - Contributed by @emilymye
|
||||
- [kinesis_consumer](/plugins/inputs/kinesis_consumer/README.md) - Contributed by @influxdata
|
||||
- [kube_inventory](/plugins/inputs/kube_inventory/README.md) - Contributed by @influxdata
|
||||
- [neptune_apex](/plugins/inputs/neptune_apex/README.md) - Contributed by @MaxRenaud
|
||||
- [nginx_upstream_check](/plugins/inputs/nginx_upstream_check/README.md) - Contributed by @dmitryilyin
|
||||
|
|
|
@ -190,6 +190,7 @@ For documentation on the latest development code see the [documentation index][d
|
|||
* [jti_openconfig_telemetry](./plugins/inputs/jti_openconfig_telemetry)
|
||||
* [kafka_consumer](./plugins/inputs/kafka_consumer)
|
||||
* [kapacitor](./plugins/inputs/kapacitor)
|
||||
* [kinesis](./plugins/inputs/kinesis_consumer)
|
||||
* [kernel](./plugins/inputs/kernel)
|
||||
* [kernel_vmstat](./plugins/inputs/kernel_vmstat)
|
||||
* [kibana](./plugins/inputs/kibana)
|
||||
|
|
|
@ -49,6 +49,7 @@ following works:
|
|||
- github.com/gorilla/context [BSD 3-Clause "New" or "Revised" License](https://github.com/gorilla/context/blob/master/LICENSE)
|
||||
- github.com/gorilla/mux [BSD 3-Clause "New" or "Revised" License](https://github.com/gorilla/mux/blob/master/LICENSE)
|
||||
- github.com/hailocab/go-hostpool [MIT License](https://github.com/hailocab/go-hostpool/blob/master/LICENSE)
|
||||
- github.com/harlow/kinesis-consumer [MIT License](https://github.com/harlow/kinesis-consumer/blob/master/MIT-LICENSE)
|
||||
- github.com/hashicorp/consul [Mozilla Public License 2.0](https://github.com/hashicorp/consul/blob/master/LICENSE)
|
||||
- github.com/hashicorp/go-cleanhttp [Mozilla Public License 2.0](https://github.com/hashicorp/go-cleanhttp/blob/master/LICENSE)
|
||||
- github.com/hashicorp/go-rootcerts [Mozilla Public License 2.0](https://github.com/hashicorp/go-rootcerts/blob/master/LICENSE)
|
||||
|
|
Loading…
Reference in New Issue