Update readme and changelog
This commit is contained in:
parent
12bf382e88
commit
0b71d2f943
|
|
@ -5,6 +5,9 @@
|
|||
- The `logparser` input is deprecated, use the `tail` input with `data_format =
|
||||
"grok"` as a replacement.
|
||||
|
||||
- The `cisco_telemetry_gnmi` input has been renamed to `gnmi` to better reflect
|
||||
its general support for gNMI devices.
|
||||
|
||||
- Several fields used primarily for debugging have been removed from the
|
||||
`splunkmetric` serializer, if you are making use of these fields they can be
|
||||
added back with the `tag` option.
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ For documentation on the latest development code see the [documentation index][d
|
|||
* [ceph](./plugins/inputs/ceph)
|
||||
* [cgroup](./plugins/inputs/cgroup)
|
||||
* [chrony](./plugins/inputs/chrony)
|
||||
* [cisco_telemetry_gnmi](./plugins/inputs/cisco_telemetry_gnmi) (deprecated, renamed to [gnmi](/plugins/inputs/gnmi))
|
||||
* [cisco_telemetry_mdt](./plugins/inputs/cisco_telemetry_mdt)
|
||||
* [clickhouse](./plugins/inputs/clickhouse)
|
||||
* [cloud_pubsub](./plugins/inputs/cloud_pubsub) Google Cloud Pub/Sub
|
||||
|
|
|
|||
Loading…
Reference in New Issue