-
# Translation Dashboard Status for id
## id language Issues
**Last updated:** 2024-11-25 09:04:34 UTC
80 missing alias page(s)
- [pages.id/common/azure-cli.md](https://github.com/tldr-pages/tl…
-
1. have a list of enabled ciphers
```
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (enabled)
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (enabled)
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (enabled)
```
…
-
When using the gnmi-server I'm attempting to create a rudimentary rest endpoint to retrieve interface information from the network through the gnmi-server. The FastAPI endpoint makes use of a `pyGNMi`…
-
Hi, Team!
I am testing topology with 3 gNMIc nodes and redis for telemetry subscribe. Targets obtain from remote http loader file with custom tags
{"leaf1.dc": {
"address": "leaf1.dc",
…
-
Hi Team,
Wondering if there is an option to stream log messages when the target is down/unavailable?
```
2024/08/01 12:15:43.881132 [gnmic] failed to initialize target "10.0.0.201": 10.0.0.201:…
-
# Translation Dashboard Status for ko
## ko language Issues
**Last updated:** 2024-11-25 09:04:39 UTC
129 missing alias page(s)
- [pages.ko/common/azure-cli.md](https://github.com/tldr-pages/t…
-
### Use Case
We are using gnmi input but seems space doesnt work for path, please see below:
```
[[inputs.gnmi.subscription]]
name = "show_version"
origin = "cli"
subscription_mode…
-
I'm testing this config file https://gist.github.com/aned/8b68e77791dc3bb9eeda903ce54e1643
After adding ~30 targets, I'm seeing some pretty heavy load on the server.
Are there any obvious improveme…
aned updated
3 months ago
-
I'm using this config
```
targets:
blah.com:
blah.com:6030
subscriptions:
sub1:
paths:
- "/interfaces/interface[name=*]/openconfig-interfaces:config"
stream-mode: sam…
aned updated
4 months ago
-
Hi! Is it possible for TLS support to be also added for Kafka input? Currently it is only available in Kafka output configuration. I tried using the same config keys in the input as for output, but I …