Update changelog

This commit is contained in:
Daniel Nelson 2019-06-04 15:04:14 -07:00
parent e18393fabf
commit 476f7fb9c5
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
3 changed files with 6 additions and 8 deletions

View File

@ -8,6 +8,8 @@
#### New Inputs
- [bind](/plugins/inputs/bind/README.md) - Contributed by @dswarbrick & @danielllek
- [cisco_telemetry_gnmi](/plugins/inputs/cisco_telemetry_gnmi/README.md) - Contributed by @sbyx
- [cisco_telemetry_mdt](/plugins/inputs/cisco_telemetry_mdt/README.md) - Contributed by @sbyx
- [ecs](/plugins/inputs/ecs/README.md) - Contributed by @rbtr
- [github](/plugins/inputs/github/README.md) - Contributed by @influxdata
- [openweathermap](/plugins/inputs/openweathermap/README.md) - Contributed by @regel

View File

@ -1,14 +1,12 @@
# Cisco GNMI telemetry
# Cisco GNMI Telemetry
Cisco GNMI telemetry is an input plugin that consumes telemetry data similar to the [GNMI specification](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md).
Cisco GNMI Telemetry is an input plugin that consumes telemetry data similar to the [GNMI specification](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md).
This GRPC-based protocol can utilize TLS for authentication and encryption.
This plugin has been developed to support GNMI telemetry as produced by Cisco IOS XR (64-bit) version 6.5.1 and later.
### Configuration:
This is a sample configuration for the plugin.
### Configuration
```toml
[[inputs.cisco_telemetry_gnmi]]

View File

@ -12,8 +12,6 @@ The TCP dialout transport is supported on IOS XR (32-bit and 64-bit) 6.1.x and l
### Configuration:
This is a sample configuration for the plugin.
```toml
[[inputs.cisco_telemetry_mdt]]
## Telemetry transport (one of: tcp, grpc)