diff --git a/modules/network-observability-con_filter-network-flows-at-ingestion.adoc b/modules/network-observability-con_filter-network-flows-at-ingestion.adoc index 97519b968b88..9aaca338e7d9 100644 --- a/modules/network-observability-con_filter-network-flows-at-ingestion.adoc +++ b/modules/network-observability-con_filter-network-flows-at-ingestion.adoc @@ -78,4 +78,4 @@ spec: sampling: 10 <2> ---- <1> Sends matching flows to a specific output, such as Loki, Prometheus, or an external system. When omitted, sends to all configured outputs. -<2> Optional. Applies a sampling ratio to limit the number of matching flows to be stored or exported. For example, if a sampling value is `10`, then 1 matching flow is kept. \ No newline at end of file +<2> Optional. Applies a sampling ratio to limit the number of matching flows to be stored or exported. For example, `sampling: 10` means 1/10 of the flows are kept. \ No newline at end of file