Add Cilium flow logs
Gain visibility into network and app protocol flows, such as individual TCP connections, DNS queries, or HTTP requests.
Collect Cilium flow logs in the Gloo telemetry pipeline. Then, you can use the meshctl hubble observe
command to gain visibility into network and protocol flows, such as individual TCP connections, DNS queries, or HTTP requests.
You can optionally set up a custom exporter to export these logs to an observability tool of your choice, such as Redis.
Single cluster
Get your current installation Helm values, and save them in a file.
In your Helm values file, enable the default
logs/cilium_flows
pipeline in the Gloo telemetry collector agent.Upgrade your installation by using your updated values file.
Verify that your custom Cilium settings were added to the Gloo telemetry collector configmap.
Perform a rollout restart of the telemetry collector daemon set to force your configmap changes to be applied to the telemetry collector agent pod.
Explore and use the
meshctl hubble observe
command to view flow logs.
Multicluster
Get your current Helm values for the workload clusters.
In your Helm values file, enable the default
logs/cilium_flows
pipeline in the Gloo telemetry collector agent.Upgrade the workload cluster.
Verify that your settings are applied in the workload cluster.
Verify that the tracing settings were added to the Gloo telemetry collector configmap.
Perform a rollout restart of the telemetry collector daemon set to force your configmap changes to be applied to the telemetry collector agent pods.
Explore and use the
meshctl hubble observe
command to view flow logs.