-
Fantastic project!
Having some issues getting data through into apache druid. The data arrives just fine, but druid cannot handle batched messages, or any json that is not an object. Sending gnmic…
-
https://gnmic.kmrd.dev/user_guide/tunnel_server/
-
-
Version 0.32.0
When subscribing to a Juniper MX router using path **"/junos/system/linecard/optics/"** to obtain transceiver optical information, the interfaces on this MPC7E line card report the m…
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
addresses = ["gnmi_dut:xxx"]
## define credentials
username = "xxxxx"
password = "xxxxx"
encoding = "json_ietf"
tagexclude = […
-
I seem to be getting "invalid path" error.
But I can get data from the same path using gNMIc:
`$ gnmic --config insecure.yml get --path "openconfig-interfaces:interfaces/interface"`
```
[
…
-
I am using gRPC C++ client (my network element) with gNMIC tunnel server
- Subscription works, but I am unable to close TCP socket when deleting/removing a target at my network element.
- Whereas…
-
Hi -- it's quite possible that I'm missing something obvious, but if I define a Kafka output like this:
```
kafka:
type: kafka
topic: gnmic-dev-test
tls:
skip-verify: true
…
-
Hi 😊
I'm unable to perform GET request through gnmi, even though it works with gNMIc.
We're sending this request with gNMIc:
```go
gnmic -a 10.242.0.33:4126 --username x --password x --inse…
-
Hello,
I would like to use the same server certificate on multiple NEs, hence not adding IP in the cert. But the secure GET request fails with the following error during handshake.
- The C++ grp…