Skip to content

Commit 0cbf1be

Browse files
authored
Merge pull request #101078 from gwynnemonahan/OSDOCS-15810
OSDOCS-15810 [NETOBSERV] ShortDescriptions for assemblies
2 parents f4e619b + 854bbd1 commit 0cbf1be

15 files changed

+41
-17
lines changed

observability/network_observability/configuring-operator.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
You can update the `FlowCollector` API resource to configure the Network Observability Operator and its managed components. The `FlowCollector` is explicitly created during installation. Since this resource operates cluster-wide, only a single `FlowCollector` is allowed, and it must be named `cluster`. For more information, see the xref:../../observability/network_observability/flowcollector-api.adoc#network-observability-flowcollector-api-specifications_network_observability[FlowCollector API reference].
10+
[role="_abstract"]
11+
Configure the Network Observability Operator by updating the cluster-wide `FlowCollector` API resource (cluster) to manage component configurations and flow collection settings.
1112

13+
The `FlowCollector` is explicitly created during installation. Since this resource operates cluster-wide, only a single `FlowCollector` is allowed, and it must be named `cluster`. For more information, see the xref:../../observability/network_observability/flowcollector-api.adoc#network-observability-flowcollector-api-specifications_network_observability[FlowCollector API reference].
1214

1315
include::modules/network-observability-flowcollector-view.adoc[leveloffset=+1]
1416

observability/network_observability/flowcollector-api.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
FlowCollector is the Schema for the network flows collection API, which pilots and configures the underlying deployments.
11-
10+
[role="_abstract"]
11+
The `FlowCollector` API is the underlying schema used to pilot and configure the deployments for collecting network flows. This reference guide helps you manage those critical settings.
1212

1313
include::modules/network-observability-flowcollector-api-specifications.adoc[leveloffset=+1]

observability/network_observability/flowmetric-api.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
`FlowMetric` is the API allowing to create custom metrics from the collected flow logs.
10+
[role="_abstract"]
11+
The `FlowMetric` API is used to generate custom observability metrics from collected network flow logs.
1112

1213
include::modules/network-observability-flowmetric-api-specifications.adoc[leveloffset=+1]

observability/network_observability/installing-operators.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10+
[role="_abstract"]
11+
Installing the Loki Operator is recommended before using the Network Observability Operator. You can use network observability without Loki, but special considerations apply if you only need metrics or external exporters.
12+
13+
////
14+
- Commenting out for now.
15+
- This may need to be reworked as part of NetObserv moving to the stand alone format. Network Observability Operator without Loki may be a separate user journey to setup.
16+
1017
Installing Loki is a recommended prerequisite for using the Network Observability Operator. You can choose to use xref:../../observability/network_observability/installing-operators.adoc#network-observability-without-loki_network_observability[Network observability without Loki], but there are some considerations for doing this, described in the previously linked section.
18+
////
1119

1220
The {loki-op} integrates a gateway that implements multi-tenancy and authentication with Loki for data flow storage. The `LokiStack` resource manages Loki, which is a scalable, highly-available, multi-tenant log aggregation system, and a web proxy with {product-title} authentication. The `LokiStack` proxy uses {product-title} authentication to enforce multi-tenancy and facilitate the saving and indexing of data in Loki log stores.
1321

observability/network_observability/json-flows-format-reference.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
These are the specifications for network flows format, used both internally and when exporting flows to Kafka.
10+
[role="_abstract"]
11+
Review the specifications for the network flow format, which is used internally and for exporting flow data to Kafka.
1112

1213
include::modules/network-observability-flows-format.adoc[leveloffset=+1]

observability/network_observability/metrics-alerts-dashboards.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
The Network Observability Operator uses the `flowlogs-pipeline` to generate metrics from flow logs. You can utilize these metrics by setting custom alerts and viewing dashboards.
10+
[role="_abstract"]
11+
The Network Observability Operator uses the `flowlogs-pipeline` component to generate metrics from flow logs. Use these metrics to set custom alerts and view dashboards for network activity analysis.
1112

1213
include::modules/network-observability-viewing-dashboards.adoc[leveloffset=+1]
1314

observability/network_observability/network-observability-alerts.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ include::_attributes/common-attributes.adoc[]
99

1010
toc::[]
1111

12+
[role="_abstract"]
13+
The Network Observability Operator provides alerts using built-in metrics and the {product-title} monitoring stack to quickly indicate your cluster's network health.
14+
1215
:FeatureName: Network observability alerts
1316
include::snippets/technology-preview.adoc[]
1417

15-
[role="_abstract"]
16-
The Network Observability Operator provides a set of alerts for monitoring the network in your {product-title} cluster. The alerts are based on its built-in metrics, but can include other metrics, such as ones provided by the {product-title} monitoring stack. Alerts are designed to give you a quick indication of your cluster's network health.
17-
1818
include::modules/network-observability-alerts-about.adoc[leveloffset=+1]
1919

2020
include::modules/network-observability-enabling-alerts.adoc[leveloffset=+1]

observability/network_observability/network-observability-network-policy.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
As a user with the `admin` role, you can create a network policy for the `netobserv` namespace to secure inbound and outbound access to the Network Observability Operator.
10+
[role="_abstract"]
11+
As an administrator, you can create a network policy for the `netobserv` namespace. This policy secures inbound and outbound access to the Network Observability Operator.
1112

1213
include::modules/network-observability-deploy-network-policy.adoc[leveloffset=+1]
1314

observability/network_observability/network-observability-operator-monitoring.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
You can use the web console to monitor alerts related to the health of the Network Observability Operator.
10+
[role="_abstract"]
11+
Use the {product-title} web console to monitor alerts related to the Network Observability Operator's health. This helps you maintain system stability and quickly detect operational issues.
1112

1213
include::modules/network-observability-health-dashboard-overview.adoc[leveloffset=+1]
1314

observability/network_observability/network-observability-overview.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ include::_attributes/common-attributes.adoc[]
77

88
toc::[]
99

10-
Red Hat offers cluster administrators and developers the Network Observability Operator to observe the network traffic for {product-title} clusters. The Network Observability Operator uses the eBPF technology to create network flows, which are then enriched with {product-title} information. The flows are available as Prometheus metrics or as logs in Loki. You can view and analyze this stored information in the {product-title} console for further insight and troubleshooting.
10+
[role="_abstract"]
11+
Use the Network Observability Operator to observe network traffic via `eBPF` technology, providing troubleshooting insights through Prometheus metrics and Loki logs.
12+
13+
You can view and analyze this stored information in the {product-title} console for further insight and troubleshooting.
1114

1215
include::modules/network-observability-operator.adoc[leveloffset=+1]
1316

0 commit comments

Comments
 (0)