Skip to content

Commit bfb8b01

Browse files
committed
OCPBUGS-30191: Fixing typos in NetObserv docs
1 parent 5027aca commit bfb8b01

4 files changed

+4
-4
lines changed

modules/network-observability-flowcollector-api-specifications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ Type::
12441244

12451245
| `namespace`
12461246
| `string`
1247-
| Namespace where this `LokiStack` resource is located. If omited, it is assumed to be the same as `spec.namespace`.
1247+
| Namespace where this `LokiStack` resource is located. If omitted, it is assumed to be the same as `spec.namespace`.
12481248

12491249
|===
12501250
== .spec.loki.manual

modules/network-observability-loki-install.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:_mod-docs-content-type: PROCEDURE
66
[id="network-observability-loki-installation_{context}"]
77
= Installing the {loki-op}
8-
The link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[{loki-op} versions 5.7+] are the supported {loki-op} versions for Network Observabilty; these versions provide the ability to create a `LokiStack` instance using the `openshift-network` tenant configuration mode and provide fully-automatic, in-cluster authentication and authorization support for Network Observability. There are several ways you can install Loki. One way is by using the {product-title} web console Operator Hub.
8+
The link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[{loki-op} versions 5.7+] are the supported {loki-op} versions for Network Observability; these versions provide the ability to create a `LokiStack` instance using the `openshift-network` tenant configuration mode and provide fully-automatic, in-cluster authentication and authorization support for Network Observability. There are several ways you can install Loki. One way is by using the {product-title} web console Operator Hub.
99

1010
.Prerequisites
1111

modules/network-observability-viewing-alerts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can access metrics about health and resource usage of the Network Observabil
1212
* The `NetObservNoFlows` alert occurs if no flows are ingested for a certain amount of time.
1313
1414
You can also view metrics about the health of the Operator in the following categories:
15-
+
15+
1616
* *Flows*
1717
* *Flows Overhead*
1818
* *Top flow rates per source and destination nodes*

modules/network-observability-working-with-conversations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:_mod-docs-content-type: PROCEDURE
66
[id="network-observability-working-with-conversations_{context}"]
77
= Working with conversation tracking
8-
As an administrator, you can you can group network flows that are part of the same conversation. A conversation is defined as a grouping of peers that are identified by their IP addresses, ports, and protocols, resulting in an unique *Conversation Id*. You can query conversation events in the web console. These events are represented in the web console as follows:
8+
As an administrator, you can group network flows that are part of the same conversation. A conversation is defined as a grouping of peers that are identified by their IP addresses, ports, and protocols, resulting in an unique *Conversation Id*. You can query conversation events in the web console. These events are represented in the web console as follows:
99

1010
** *Conversation start*: This event happens when a connection is starting or TCP flag intercepted
1111
** *Conversation tick*: This event happens at each specified interval defined in the `FlowCollector` `spec.processor.conversationHeartbeatInterval` parameter while the connection is active.

0 commit comments

Comments
 (0)