cilium / hubble

Hubble - Network, Service & Security Observability for Kubernetes using eBPF
Apache License 2.0
3.41k stars 246 forks source link

Readme typo on parameter -j #1423

Closed krokofant closed 4 months ago

krokofant commented 4 months ago

Example in readme for DNS Resolution inspection

hubble observe --since=1m -t l7 -j \
   | jq 'select(.l7.dns.rcode==3) | .destination.namespace + "/" + .destination.pod_name' \
   | sort | uniq -c | sort -r
  42 "starwars/jar-jar-binks-6f5847c97c-qmggv"

unknown shorthand flag: 'j' in -j

I think it should be -o json