Skip to content

Commit 60a2f3d

Browse files
authored
Merge pull request #67751 from abrennan89/OBSDOCS-603-3
OBSDOCS-603: Update attributes and additional improvements - part 3
2 parents 8d898a0 + 0486e84 commit 60a2f3d

14 files changed

+25
-18
lines changed

logging/log_collection_forwarding/log-forwarding.adoc

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

88
toc::[]
99

10-
The Cluster Logging Operator deploys a collector based on the `ClusterLogForwarder` resource specification. There are two collector options supported by this Operator: the legacy Fluentd collector, and the Vector collector.
10+
The {clo} deploys a collector based on the `ClusterLogForwarder` resource specification. There are two collector options supported by this Operator: the legacy Fluentd collector, and the Vector collector.
1111

1212
include::snippets/logging-fluentd-dep-snip.adoc[]
1313

@@ -35,7 +35,7 @@ To use the multi log forwarder feature, you must create a service account and cl
3535

3636
[IMPORTANT]
3737
====
38-
In order to support multi log forwarding in additional namespaces other than the `openshift-logging` namespace, you must xref:../../logging/cluster-logging-upgrading.adoc#logging-operator-upgrading-all-ns_cluster-logging-upgrading[update the Cluster Logging Operator to watch all namespaces]. This functionality is supported by default in new Cluster Logging Operator version 5.8 installations.
38+
In order to support multi log forwarding in additional namespaces other than the `openshift-logging` namespace, you must xref:../../logging/cluster-logging-upgrading.adoc#logging-operator-upgrading-all-ns_cluster-logging-upgrading[update the {clo} to watch all namespaces]. This functionality is supported by default in new {clo} version 5.8 installations.
3939
====
4040

4141
include::modules/log-collection-rbac-permissions.adoc[leveloffset=+2]

logging/logging_alerts/custom-logging-alerts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc::[]
88

99
In logging 5.7 and later versions, users can configure the LokiStack deployment to produce customized alerts and recorded metrics. If you want to use customized link:https://grafana.com/docs/loki/latest/alert/[alerting and recording rules], you must enable the LokiStack ruler component.
1010

11-
LokiStack log-based alerts and recorded metrics are triggered by providing link:https://grafana.com/docs/loki/latest/query/[LogQL] expressions to the ruler component. The Loki Operator manages a ruler that is optimized for the selected LokiStack size, which can be `1x.extra-small`, `1x.small`, or `1x.medium`.
11+
LokiStack log-based alerts and recorded metrics are triggered by providing link:https://grafana.com/docs/loki/latest/query/[LogQL] expressions to the ruler component. The {loki-op} manages a ruler that is optimized for the selected LokiStack size, which can be `1x.extra-small`, `1x.small`, or `1x.medium`.
1212

1313
To provide these expressions, you must create an `AlertingRule` custom resource (CR) containing Prometheus-compatible link:https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/[alerting rules], or a `RecordingRule` CR containing Prometheus-compatible link:https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/[recording rules].
1414

logging/logging_alerts/default-logging-alerts.adoc

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

77
toc::[]
88

9-
Logging alerts are installed as part of the Cluster Logging Operator installation. Alerts depend on metrics exported by the log collection and log storage backends. These metrics are enabled if you selected the option to *Enable operator recommended cluster monitoring on this namespace* when installing the Cluster Logging Operator. For more information about installing logging Operators, see xref:../../logging/cluster-logging-deploying#cluster-logging-deploy-console_cluster-logging-deploying[Installing the {logging-title} using the web console].
9+
Logging alerts are installed as part of the {clo} installation. Alerts depend on metrics exported by the log collection and log storage backends. These metrics are enabled if you selected the option to *Enable operator recommended cluster monitoring on this namespace* when installing the {clo}. For more information about installing logging Operators, see xref:../../logging/cluster-logging-deploying#cluster-logging-deploy-console_cluster-logging-deploying[Installing the {logging-title} using the web console].
1010

1111
Default logging alerts are sent to the {product-title} monitoring stack Alertmanager in the `openshift-monitoring` namespace, unless you have disabled the local Alertmanager instance.
1212

modules/cluster-logging-collector-log-forward-es.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can optionally forward logs to an external Elasticsearch instance in additio
66

77
To configure log forwarding to an external Elasticsearch instance, you must create a `ClusterLogForwarder` custom resource (CR) with an output to that instance, and a pipeline that uses the output. The external Elasticsearch output can use the HTTP (insecure) or HTTPS (secure HTTP) connection.
88

9-
To forward logs to both an external and the internal Elasticsearch instance, create outputs and pipelines to the external instance and a pipeline that uses the `default` output to forward logs to the internal instance. You do not need to create a `default` output. If you do configure a `default` output, you receive an error message because the `default` output is reserved for the Red Hat OpenShift Logging Operator.
9+
To forward logs to both an external and the internal Elasticsearch instance, create outputs and pipelines to the external instance and a pipeline that uses the `default` output to forward logs to the internal instance. You do not need to create a `default` output. If you do configure a `default` output, you receive an error message because the `default` output is reserved for the {clo}.
1010

1111
[NOTE]
1212
====

modules/cluster-logging-collector-log-forward-gcp.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Using this feature with Fluentd is not supported.
1414
====
1515

1616
.Prerequisites
17-
* {logging-title-uc} Operator 5.5.1 and later
17+
18+
* {clo} 5.5.1 and later
1819
1920
.Procedure
2021

modules/cluster-logging-collector-log-forwarding-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _output_:: The destination for log data that you define, or where you want the l
1919
2020
* `kafka`. A Kafka broker. The `kafka` output can use a TCP or TLS connection.
2121
22-
* `default`. The internal {product-title} Elasticsearch instance. You are not required to configure the default output. If you do configure a `default` output, you receive an error message because the `default` output is reserved for the Red Hat OpenShift Logging Operator.
22+
* `default`. The internal {product-title} Elasticsearch instance. You are not required to configure the default output. If you do configure a `default` output, you receive an error message because the `default` output is reserved for the {clo}.
2323
--
2424
+
2525
_pipeline_:: Defines simple routing from one log type to one or more outputs, or which logs you want to send. The log types are one of the following:

modules/cluster-logging-troubleshooting-log-forwarding.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[id="cluster-logging-troubleshooting-log-forwarding_{context}"]
44
= Troubleshooting log forwarding
55

6-
When you create a `ClusterLogForwarder` custom resource (CR), if the Red Hat OpenShift Logging Operator does not redeploy the Fluentd pods automatically, you can delete the Fluentd pods to force them to redeploy.
6+
When you create a `ClusterLogForwarder` custom resource (CR), if the {clo} does not redeploy the Fluentd pods automatically, you can delete the Fluentd pods to force them to redeploy.
77

88
.Prerequisites
99

modules/configuring-logging-loki-ruler.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ When the LokiStack ruler component is enabled, users can define a group of link:
1010

1111
Administrators can enable the ruler by modifying the `LokiStack` custom resource (CR).
1212

13+
.Prerequisites
14+
15+
* You have installed the {clo} and the {loki-op}.
16+
* You have created a `LokiStack` CR.
17+
* You have administrator permissions.
18+
1319
.Procedure
1420

1521
* Enable the ruler by ensuring that the `LokiStack` CR contains the following spec configuration:

modules/log-collection-rbac-permissions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
[id="log-collection-rbac-permissions_{context}"]
77
= Authorizing log collection RBAC permissions
88

9-
In logging 5.8 and later, the Cluster Logging Operator provides `collect-audit-logs`, `collect-application-logs`, and `collect-infrastructure-logs` cluster roles, which enable the collector to collect audit logs, application logs, and infrastructure logs respectively.
9+
In logging 5.8 and later, the {clo} provides `collect-audit-logs`, `collect-application-logs`, and `collect-infrastructure-logs` cluster roles, which enable the collector to collect audit logs, application logs, and infrastructure logs respectively.
1010

1111
You can authorize RBAC permissions for log collection by binding the required cluster roles to a service account.
1212

1313
.Prerequisites
1414

15-
* The Cluster Logging Operator is installed in the `openshift-logging` namespace.
15+
* The {clo} is installed in the `openshift-logging` namespace.
1616
* You have administrator permissions.
1717
1818
.Procedure

modules/logging-enabling-loki-alerts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `AlertingRule` CR contains a set of specifications and webhook validation de
2424

2525
.Prerequisites
2626

27-
* {logging-title-uc} Operator 5.7 and later
27+
* {clo} 5.7 and later
2828
* {product-title} 4.13 and later
2929
3030
.Procedure

0 commit comments

Comments
 (0)