From b456e473707f8683e2e4e1e09d8aa72a82bc5124 Mon Sep 17 00:00:00 2001 From: Gwynne Monahan Date: Mon, 30 Jun 2025 10:06:52 -0500 Subject: [PATCH] OSDOCS-15120 [NETOBSERV] Update admin/dev preview language in Overview --- .../network-observability-overview.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/observability/network_observability/network-observability-overview.adoc b/observability/network_observability/network-observability-overview.adoc index 6a04b6629837..40d2ac5e7329 100644 --- a/observability/network_observability/network-observability-overview.adoc +++ b/observability/network_observability/network-observability-overview.adoc @@ -22,13 +22,11 @@ The Network Observability Operator provides the Flow Collector API custom resour [id="no-console-integration"] == {product-title} console integration -{product-title} console integration offers overview, topology view, and traffic flow tables in both *Administrator* and *Developer* perspectives. - -In the *Administrator* perspective, you can find the Network Observability *Overview*, *Traffic flows*, and *Topology* views by clicking *Observe* -> *Network Traffic*. In the *Developer* perspective, you can view this information by clicking *Observe*. The Network Observability metrics dashboards in *Observe* -> *Dashboards* are only available to administrators. +{product-title} console integration offers an overview, a topology view, and traffic flow tables. The Network Observability metrics dashboards in *Observe* -> *Dashboards* are available only to users with administrator access. [NOTE] ==== -To enable multi-tenancy for the developer perspective and for administrators with limited access to namespaces, you must specify permissions by defining roles. For more information, see xref:../../observability/network_observability/installing-operators.adoc#network-observability-multi-tenancy_network_observability[Enabling multi-tenancy in Network Observability]. +To enable multi-tenancy for developer access and for administrators with limited access to namespaces, you must specify permissions by defining roles. For more information, see xref:../../observability/network_observability/installing-operators.adoc#network-observability-multi-tenancy_network_observability[Enabling multi-tenancy in Network Observability]. ==== [id="network-observability-dashboards"] @@ -51,4 +49,4 @@ The *Traffic flow* table view provides a view for raw flows, non aggregated filt [id="network-observability-cli"] == Network Observability CLI -You can quickly debug and troubleshoot networking issues with Network Observability by using the Network Observability CLI (`oc netobserv`). The Network Observability CLI is a flow and packet visualization tool that relies on eBPF agents to stream collected data to an ephemeral collector pod. It requires no persistent storage during the capture. After the run, the output is transferred to your local machine. This enables quick, live insight into packets and flow data without installing the Network Observability Operator. \ No newline at end of file +You can quickly debug and troubleshoot networking issues with Network Observability by using the Network Observability CLI (`oc netobserv`). The Network Observability CLI is a flow and packet visualization tool that relies on eBPF agents to stream collected data to an ephemeral collector pod. It requires no persistent storage during the capture. After the run, the output is transferred to your local machine. This enables quick, live insight into packets and flow data without installing the Network Observability Operator. \ No newline at end of file