|
6 | 6 | [id="network-observability-enriched-flows_{context}"]
|
7 | 7 | = Export enriched network flow data
|
8 | 8 |
|
9 |
| -You can send network flows to Kafka, IPFIX, the Red{nbsp}Hat build of OpenTelemetry, or all three at the same time. For Kafka or IPFIX, any processor or storage that supports those inputs, such as Splunk, Elasticsearch, or Fluentd, can consume the enriched network flow data. For OpenTelemetry, network flow data and metrics can be exported to a compatible OpenTelemetry endpoint, such as Red{nbsp}Hat build of OpenTelemetry, Jaeger, or Prometheus. |
| 9 | +You can send network flows to Kafka, IPFIX, the Red{nbsp}Hat build of OpenTelemetry, or all three at the same time. For Kafka or IPFIX, any processor or storage that supports those inputs, such as Splunk, Elasticsearch, or Fluentd, can consume the enriched network flow data. For OpenTelemetry, network flow data and metrics can be exported to a compatible OpenTelemetry endpoint, such as Red{nbsp}Hat build of OpenTelemetry, Jaeger, or Prometheus. |
10 | 10 |
|
11 | 11 | .Prerequisites
|
12 | 12 | * Your Kafka, IPFIX, or OpenTelemetry collector endpoints are available from Network Observability `flowlogs-pipeline` pods.
|
13 | 13 |
|
14 | 14 |
|
15 | 15 | .Procedure
|
16 |
| - |
17 | 16 | . In the web console, navigate to *Operators* -> *Installed Operators*.
|
18 | 17 | . Under the *Provided APIs* heading for the *NetObserv Operator*, select *Flow Collector*.
|
19 | 18 | . Select *cluster* and then select the *YAML* tab.
|
@@ -56,10 +55,10 @@ spec:
|
56 | 55 | ----
|
57 | 56 | <1> You can export flows to IPFIX, OpenTelemetry, and Kafka individually or concurrently.
|
58 | 57 | <2> The Network Observability Operator exports all flows to the configured Kafka topic.
|
59 |
| -<3> You can encrypt all communications to and from Kafka with SSL/TLS or mTLS. When enabled, the Kafka CA certificate must be available as a ConfigMap or a Secret, both in the namespace where the `flowlogs-pipeline` processor component is deployed (default: netobserv). It must be referenced with `spec.exporters.tls.caCert`. When using mTLS, client secrets must be available in these namespaces as well (they can be generated for instance using the AMQ Streams User Operator) and referenced with `spec.exporters.tls.userCert`. |
| 58 | +<3> You can encrypt all communications to and from Kafka with SSL/TLS or mTLS. When enabled, the Kafka CA certificate must be available as a ConfigMap or a Secret, both in the namespace where the `flowlogs-pipeline` processor component is deployed (default: netobserv). It must be referenced with `spec.exporters.tls.caCert`. When using mTLS, client secrets must be available in these namespaces as well (they can be generated for instance using the AMQ Streams User Operator) and referenced with `spec.exporters.tls.userCert`. |
60 | 59 | <4> You have the option to specify transport. The default value is `tcp` but you can also specify `udp`.
|
61 | 60 | <5> The protocol of OpenTelemetry connection. The available options are `http` and `grpc`.
|
62 |
| -<6> OpenTelemetry configuration for exporting logs, which are the same as the logs created for Loki. |
| 61 | +<6> OpenTelemetry configuration for exporting logs, which are the same as the logs created for Loki. |
63 | 62 | <7> OpenTelemetry configuration for exporting metrics, which are the same as the metrics created for Prometheus. These configurations are specified in the `spec.processor.metrics.includeList` parameter of the `FlowCollector` custom resource, along with any custom metrics you defined using the `FlowMetrics` custom resource.
|
64 | 63 | <8> The time interval that metrics are sent to the OpenTelemetry collector.
|
65 | 64 | <9> *Optional*:Network Observability network flows formats get automatically renamed to an OpenTelemetry compliant format. The `fieldsMapping` specification gives you the ability to customize the OpenTelemetry format output. For example in the YAML sample, `SrcAddr` is the Network Observability input field, and it is being renamed `source.address` in OpenTelemetry output. You can see both Network Observability and OpenTelemetry formats in the "Network flows format reference".
|
|
0 commit comments