You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/network-observability-operator-install.adoc
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,30 @@ You can install the Network Observability Operator using the {product-title} web
11
11
12
12
* Installed Loki. It is recommended to install Loki using the link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.6].
13
13
14
+
[NOTE]
15
+
====
16
+
This documentation assumes that your `LokiStack` instance name is `loki`. Using a different name requires additional configuration.
17
+
====
18
+
14
19
.Procedure
15
20
16
-
.. In the {product-title} web console, click *Operators* -> *OperatorHub*.
17
-
//In the Operator Hub on the test console Julian provided perms for, its NetObserv Operator, with a capital O.
18
-
.. Choose *Network Observability Operator* from the list of available Operators in the *OperatorHub*, and click *Install*.
19
-
.. Navigate to *Operators* -> *Installed Operators*. Under Provided APIs for Network Observability, select the *Flow Collector* link.
20
-
. Navigate to the *Flow Collector* tab, and click *Create FlowCollector*. Make the following selections in the form view:
21
+
. In the {product-title} web console, click *Operators*->*OperatorHub*.
22
+
//In the Operator Hub on the test console Julian provided perms for, its NetObserv Operator, with a capital O.
23
+
. Choose *Network Observability Operator* from the list of available Operators in the *OperatorHub*, and click *Install*.
24
+
. Select the checkbox `Enable Operator recommended cluster monitoring on this Namespace`.
25
+
. Navigate to *Operators*->*Installed Operators*. Under Provided APIs for Network Observability, select the *Flow Collector* link.
26
+
.. Navigate to the *Flow Collector* tab, and click *Create FlowCollector*. Make the following selections in the form view:
21
27
+
22
28
* *spec.agent.ebpf.Sampling* : Specify a sampling size for flows. Lower sampling sizes will have higher impact on resource utilization. For more information, see the `FlowCollector` API reference, under spec.agent.ebpf.
23
29
* *spec.deploymentModel*: If you are using Kafka, verify Kafka is selected.
24
30
* *loki.url*: Since authentication is specified separately, this URL needs to be updated to `https://loki-gateway-http.netobserv.svc:8080/api/logs/v1/network`. The first part of the URL, "loki", should match the name of your LokiStack.
25
-
* *loki.statusUrl*: Set this to `https://loki-query-frontend-http.netobserv.svc:3100/`.
31
+
* *loki.statusUrl*: Set this to `https://loki-query-frontend-http.netobserv.svc:3100/`. The first part of the URL, "loki", should match the name of your LokiStack.
26
32
* *loki.authToken*: Select the `FORWARD` value.
27
33
* *tls.enable*: Verify that the box is checked so it is enabled.
28
-
. Click *Create*.
34
+
* *statusTls*: The `enable` value is false by default.
35
+
+
36
+
For the first part of the certificate reference names: `loki-gateway-ca-bundle`, `loki-ca-bundle`, and `loki-query-frontend-http`,`loki`, should match the name of your `LokiStack`.
0 commit comments