|
| 1 | +// Module included in the following assemblies: |
| 2 | +// * network_observability/release_notes_archive/network-observability-operator-release-notes-archive.adoc |
| 3 | + |
| 4 | +:_mod-docs-content-type: REFERENCE |
| 5 | +[id="network-observability-operator-release-notes-1-7-0-new-features-and-enhancements_{context}"] |
| 6 | += Network Observability Operator 1.7.0 new features and enhancements |
| 7 | + |
| 8 | +[role="_abstract"] |
| 9 | +You can review the following new features and enhancements for the Network Observability Operator 1.7.0 release. |
| 10 | + |
| 11 | +[id="network-observability-operator-otel-1-7_{context}"] |
| 12 | +== OpenTelemetry support |
| 13 | +You can now export enriched network flows to a compatible OpenTelemetry endpoint, such as the Red{nbsp}Hat build of OpenTelemetry. For more information see xref:../../../observability/network_observability/configuring-operator.adoc#network-observability-enriched-flows_network_observability[Export enriched network flow data]. |
| 14 | + |
| 15 | +[id="network-observability-operator-developer-perspective-1-7_{context}"] |
| 16 | +== Network observability Developer perspective |
| 17 | +You can now use network observability in the *Developer* perspective. For more information, see xref:../../../observability/network_observability/network-observability-overview.adoc#network-observability-openshift-console-integration_network-observability-overview[{product-title} console integration]. |
| 18 | + |
| 19 | +[id="tcp-flags-filters-1-7_{context}"] |
| 20 | +== TCP flags filtering |
| 21 | +You can now use the `tcpFlags` filter to limit the volume of packets processed by the eBPF program. For more information, see xref:../../../observability/network_observability/observing-network-traffic.adoc#network-observability-flowcollector-flowfilter-parameters_nw-observe-network-traffic[Flow filter configuration parameters], xref:../../../observability/network_observability/observing-network-traffic.adoc#network-observability-ebpf-flow-rule-filter_nw-observe-network-traffic[eBPF flow rule filter], and xref:../../../observability/network_observability/metrics-alerts-dashboards.adoc#network-observability-tcp-flag-syn-flood_metrics-dashboards-alerts[Detecting SYN flooding using the FlowMetric API and TCP flags]. |
| 22 | + |
| 23 | +[id="network-observability-virtualization_{context}"] |
| 24 | +== Network observability for OpenShift Virtualization |
| 25 | +You can observe networking patterns on an {VirtProductName} setup by identifying eBPF-enriched network flows coming from VMs that are connected to secondary networks, such as through Open Virtual Network (OVN)-Kubernetes. For more information, see xref:../../../observability/network_observability/network-observability-secondary-networks.adoc#network-observability-virtualization-config_network-observability-secondary-networks[Configuring virtual machine (VM) secondary network interfaces for network observability]. |
| 26 | + |
| 27 | +[id="network-observability-network-policy-1-7_{context}"] |
| 28 | +== Network policy deploys in the FlowCollector custom resource (CR) |
| 29 | +With this release, you can configure the `FlowCollector` custom resource (CR) to deploy a network policy for network observability. Previously, if you wanted a network policy, you had to manually create one. The option to manually create a network policy is still available. For more information, see xref:../../../observability/network_observability/network-observability-network-policy.adoc#network-observability-deploy-network-policy_network_observability[Configuring an ingress network policy by using the FlowCollector custom resource]. |
| 30 | + |
| 31 | +[id="network-observability-fips-compliance-1-7_{context}"] |
| 32 | +== FIPS compliance |
| 33 | +* You can install and use the Network Observability Operator in an {product-title} cluster running in FIPS mode. |
| 34 | ++ |
| 35 | +-- |
| 36 | +include::snippets/fips-snippet.adoc[] |
| 37 | +-- |
| 38 | + |
| 39 | +[id="network-observability-dns-enhancements-1-7_{context}"] |
| 40 | +== eBPF agent enhancements |
| 41 | +The following enhancements are available for the eBPF agent: |
| 42 | + |
| 43 | +* If the DNS service maps to a different port than `53`, you can specify this DNS tracking port using `spec.agent.ebpf.advanced.env.DNS_TRACKING_PORT`. |
| 44 | +* You can now use two ports for transport protocols (TCP, UDP, or SCTP) filtering rules. |
| 45 | +* You can now filter on transport ports with a wildcard protocol by leaving the protocol field empty. |
| 46 | + |
| 47 | +For more information, see xref:../../../observability/network_observability/flowcollector-api.adoc#spec-agent-ebpf-advanced[FlowCollector API specifications]. |
| 48 | + |
| 49 | +[id="network-observability-cli-1-7_{context}"] |
| 50 | +== Network Observability CLI |
| 51 | +The Network Observability CLI (`oc netobserv`), is now generally available. The following enhancements have been made since the 1.6 Technology Preview release: |
| 52 | + |
| 53 | +* There are now eBPF enrichment filters for packet capture similar to flow capture. |
| 54 | +* You can now use filter `tcp_flags` with both flow and packets capture. |
| 55 | +* The auto-teardown option is available when max-bytes or max-time is reached. |
| 56 | + |
| 57 | +For more information, see xref:../../../observability/network_observability/netobserv_cli/netobserv-cli-install.adoc#network-observability-netoberv-cli-about_netobserv-cli-install[About the Network Observability CLI] and link:https://access.redhat.com/errata/RHEA-2024:8264[Network Observability CLI 1.7.0]. |
0 commit comments