Skip to content

Commit 8ba65ed

Browse files
authored
Merge pull request #57948 from tmalove/no-osdocs-5625-tlove
[OSDOCS-5625]: Add 'statusTls' selection to Flow Collector tab
2 parents 7ae6650 + 08d0337 commit 8ba65ed

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

modules/network-observability-operator-install.adoc

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,30 @@ You can install the Network Observability Operator using the {product-title} web
1111

1212
* 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].
1313
14+
[NOTE]
15+
====
16+
This documentation assumes that your `LokiStack` instance name is `loki`. Using a different name requires additional configuration.
17+
====
18+
1419
.Procedure
1520

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:
2127
+
2228
* *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.
2329
* *spec.deploymentModel*: If you are using Kafka, verify Kafka is selected.
2430
* *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.
2632
* *loki.authToken*: Select the `FORWARD` value.
2733
* *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`.
37+
.. Click *Create*.
2938

3039
.Verification
3140

0 commit comments

Comments
 (0)