Skip to content

Commit edf949c

Browse files
authored
Merge pull request #94051 from gabriel-rh/migrate-old-content
OBSDOCS-1972 migrate old content - fix up existing issues
2 parents 1ce5e32 + 09226bc commit edf949c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

_attributes/common-attributes.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,7 @@ endif::openshift-origin[]
384384
:ocp-product-version: 4.13
385385
:dedicated-product-title: OpenShift Dedicated
386386
:aro-product-title: Azure Red Hat OpenShift
387-
:rosa-product-title: Red Hat OpenShift Service on AWS
387+
:rosa-product-title: Red Hat OpenShift Service on AWS
388+
389+
:logging-title: logging for Red Hat OpenShift
390+
:logging-title-uc: Logging for Red Hat OpenShift

images/app-launcher.png

244 Bytes
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[id="cluster-logging-collector-log-forward-syslog_{context}"]
33
= Forwarding logs using the syslog protocol
44

5-
You can use the syslog link:https://tools.ietf.org/html/rfc3164[RFC3164] or link:https://tools.ietf.org/html/rfc5424[RFC5424] protocol to send a copy of your logs to an external log aggregator that is configured to accept the protocol instead of, or in addition to, the default Elasticsearch log store. You are responsible for configuring the external log aggregator, such as a syslog server, to receive the logs from {product-title}.
5+
You can use the syslog link:https://tools.ietf.org/html/rfc3164[RFC3164] or link:https://tools.ietf.org/html/rfc5424[RFC5424] protocol to send a copy of your logs to an external log aggregator that is configured to accept the protocol instead of, or in addition to, the default Elasticsearch log store. You are responsible for configuring the external log aggregator, such as a syslog server, to receive the logs from {ocp-product-title}.
66

77
To configure log forwarding using the syslog protocol, you must create a `ClusterLogForwarder` custom resource (CR) with one or more outputs to the syslog servers, and pipelines that use those outputs. The syslog output can use a UDP, TCP, or TLS connection.
88

modules/quickstart-viaq.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To use the default ViaQ data model, follow these steps:
66

77
.Prerequisites
8-
* You have access to an {product-title} cluster with `cluster-admin` permissions.
8+
* You have access to an {ocp-product-title} cluster with `cluster-admin` permissions.
99
* You installed the {oc-first}.
1010
* You have access to a supported object store. For example, AWS S3, Google Cloud Storage, {azure-short}, Swift, Minio, or {rh-storage}.
1111
@@ -139,4 +139,4 @@ The `dataModel` field is optional and left unset (`dataModel: ""`) by default. T
139139
====
140140

141141
.Verification
142-
* Verify that logs are visible in the *Log* section of the *Observe* tab in the {product-title} web console.
142+
* Verify that logs are visible in the *Log* section of the *Observe* tab in the {ocp-product-title} web console.

0 commit comments

Comments
 (0)