Skip to main content
Calico Cloud documentation

Enable HostEndpoint reporting in flow logs

Big picture

Enable Calico Cloud flow logs to report HostEndpoint information.

Value

Get visibility into the network activity at the HostEndpoint level using Calico Cloud flow logs.

Before you begin

Limitations

HostEndpoint reporting is only supported on Kubernetes nodes.

How to

Enable HostEndpoint reporting

To enable reporting HostEndpoint metadata in flow logs, use the following command:

 kubectl patch felixconfiguration default -p '{"spec":{"flowLogsEnableHostEndpoint":true}}'

Additional resources