|
| 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-release-notes-1-4-0-new-features-and-enhancements_{context}"] |
| 6 | += Network observability release notes 1.4.0 new features and enhancements |
| 7 | + |
| 8 | +[role="_abstract"] |
| 9 | +You can review the following new features and enhancements in the Network Observability Operator 1.4.0 release. |
| 10 | + |
| 11 | +[id="network-observability-enhanced-configuration-and-ui-1.4_{context}"] |
| 12 | +== Notable enhancements |
| 13 | +The 1.4 release of the Network Observability Operator adds improvements and new capabilities to the {product-title} web console plugin and the Operator configuration. |
| 14 | + |
| 15 | +[id="web-console-enhancements-1.4_{context}"] |
| 16 | +== Web console enhancements: |
| 17 | +* In the *Query Options*, the *Duplicate flows* checkbox is added to choose whether or not to show duplicated flows. |
| 18 | +* You can now filter source and destination traffic with image:arrow-up-long-solid.png[,10] *One-way*, image:arrow-up-long-solid.png[,10] image:arrow-down-long-solid.png[,10] *Back-and-forth*, and *Swap* filters. |
| 19 | +* The network observability metrics dashboards in *Observe* -> *Dashboards* -> *NetObserv* and *NetObserv / Health* are modified as follows: |
| 20 | +** The *NetObserv* dashboard shows top bytes, packets sent, packets received per nodes, namespaces, and workloads. Flow graphs are removed from this dashboard. |
| 21 | +** The *NetObserv / Health* dashboard shows flows overhead as well as top flow rates per nodes, namespaces, and workloads. |
| 22 | +** Infrastructure and Application metrics are shown in a split-view for namespaces and workloads. |
| 23 | + |
| 24 | +//// |
| 25 | +For more information, see xref:../../../observability/network_observability/network-observability-overview.adoc#network-observability-dashboards_network-observability-overview[Network observability metrics dashboards] and xref:../../../observability/network_observability/observing-network-traffic.adoc#network-observability-quickfilter_nw-observe-network-traffic[Quick filters]. |
| 26 | +//// |
| 27 | + |
| 28 | +[id="configuration-enhancements-1.4_{context}"] |
| 29 | +== Configuration enhancements: |
| 30 | +* You now have the option to specify different namespaces for any configured ConfigMap or Secret reference, such as in certificates configuration. |
| 31 | +* The `spec.processor.clusterName` parameter is added so that the name of the cluster appears in the flows data. This is useful in a multi-cluster context. When using {product-title}, leave empty to make it automatically determined. |
| 32 | + |
| 33 | +//// |
| 34 | +For more information, see the following links: |
| 35 | +* xref:../../../observability/network_observability/configuring-operator.adoc#network-observability-flowcollector-view_network_observability[Flow Collector sample resource] |
| 36 | +* xref:../../../observability/network_observability/flowcollector-api.adoc#network-observability-flowcollector-api-specifications_network_observability[Flow Collector API Reference]. |
| 37 | +//// |
| 38 | + |
| 39 | +[id="network-observability-without-loki-1.4_{context}"] |
| 40 | +== Network observability without Loki |
| 41 | +The Network Observability Operator is now functional and usable without Loki. If Loki is not installed, it can only export flows to KAFKA or IPFIX format and provide metrics in the network observability metrics dashboards. |
| 42 | + |
| 43 | +//// |
| 44 | +For more information, see the following link: |
| 45 | +* xref:../../../observability/network_observability/installing-operators.adoc#network-observability-without-loki_network_observability[Network observability without Loki]. |
| 46 | +//// |
| 47 | + |
| 48 | +[id="network-observability-dns-tracking-1.4_{context}"] |
| 49 | +== DNS tracking |
| 50 | +In 1.4, the Network Observability Operator makes use of eBPF tracepoint hooks to enable DNS tracking. You can monitor your network, conduct security analysis, and troubleshoot DNS issues in the *Network Traffic* and *Overview* pages in the web console. |
| 51 | + |
| 52 | +//// |
| 53 | +For more information, see the following links: |
| 54 | +* xref:../../../observability/network_observability/observing-network-traffic.adoc#network-observability-dns-overview_nw-observe-network-traffic[Configuring DNS tracking] |
| 55 | +* xref:../../../observability/network_observability/observing-network-traffic.adoc#network-observability-dns-tracking_nw-observe-network-traffic[Working with DNS tracking] |
| 56 | +//// |
| 57 | + |
| 58 | +[id="SR-IOV-configuration-1.4_{context}"] |
| 59 | +== SR-IOV support |
| 60 | +You can now collect traffic from a cluster with Single Root I/O Virtualization (SR-IOV) device. |
| 61 | + |
| 62 | +//// |
| 63 | +For more information, see xref:../../../observability/network_observability/network-observability-secondary-networks.adoc#network-observability-SR-IOV-config_network-observability-secondary-networks[Configuring the monitoring of SR-IOV interface traffic]. |
| 64 | +//// |
| 65 | + |
| 66 | +[id="IPFIX-support-1.4_{context}"] |
| 67 | +== IPFIX exporter support |
| 68 | +You can now export eBPF-enriched network flows to the IPFIX collector. |
| 69 | + |
| 70 | +//// |
| 71 | +For more information, see xref:../../../observability/network_observability/configuring-operator.adoc#network-observability-enriched-flows_network_observability[Export enriched network flow data]. |
| 72 | +//// |
| 73 | + |
| 74 | +[id="network-observability-packet-drop-1.4_{context}"] |
| 75 | +== Packet drops |
| 76 | +In the 1.4 release of the Network Observability Operator, eBPF tracepoint hooks are used to enable packet drop tracking. You can now detect and analyze the cause for packet drops and make decisions to optimize network performance. In {product-title} 4.14 and later, both host drops and OVS drops are detected. In {product-title} 4.13, only host drops are detected. |
| 77 | + |
| 78 | +//// |
| 79 | +For more information, see xref:../../../observability/network_observability/observing-network-traffic.adoc#network-observability-pktdrop-overview_nw-observe-network-traffic[Configuring packet drop tracking] and xref:../../../observability/network_observability/observing-network-traffic.adoc#network-observability-packet-drops_nw-observe-network-traffic[Working with packet drops]. |
| 80 | +//// |
| 81 | + |
| 82 | +[id="s390x-architecture-support_{context}"] |
| 83 | +== s390x architecture support |
| 84 | +Network Observability Operator can now run on `s390x` architecture. Previously it ran on `amd64`, `ppc64le`, or `arm64`. |
0 commit comments