Skip to content

Commit a58cbb3

Browse files
committedSep 12, 2023
OBSDOCS-152: Additional logging Support section clean up
1 parent 91d5e95 commit a58cbb3

15 files changed

+37
-93
lines changed
 

‎_topic_maps/_topic_map.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2608,8 +2608,6 @@ Topics:
26082608
File: cluster-logging-moving-nodes
26092609
- Name: Configuring systemd-journald for Logging
26102610
File: cluster-logging-systemd
2611-
- Name: Maintenance and support
2612-
File: cluster-logging-maintenance-support
26132611
- Name: Logging using LokiStack
26142612
File: cluster-logging-loki
26152613
- Name: Viewing logs for a specific resource
@@ -2642,8 +2640,6 @@ Topics:
26422640
File: cluster-logging-log-store-status
26432641
- Name: Understanding Logging alerts
26442642
File: cluster-logging-alerts
2645-
- Name: Collecting logging data for Red Hat Support
2646-
File: cluster-logging-must-gather
26472643
- Name: Troubleshooting for Critical Alerts
26482644
File: cluster-logging-troubleshooting-for-critical-alerts
26492645
- Name: Uninstalling Logging

‎_topic_maps/_topic_map_osd.yml

-4
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@ Topics:
390390
File: cluster-logging-moving-nodes
391391
#- Name: Configuring systemd-journald and Fluentd
392392
# File: cluster-logging-systemd
393-
- Name: Maintenance and support
394-
File: cluster-logging-maintenance-support
395393
- Name: Logging using LokiStack
396394
File: cluster-logging-loki
397395
- Name: Viewing logs for a specific resource
@@ -421,8 +419,6 @@ Topics:
421419
File: cluster-logging-log-store-status
422420
- Name: Understanding Logging alerts
423421
File: cluster-logging-alerts
424-
- Name: Collecting logging data for Red Hat Support
425-
File: cluster-logging-must-gather
426422
- Name: Troubleshooting for Critical Alerts
427423
File: cluster-logging-troubleshooting-for-critical-alerts
428424
- Name: Uninstalling Logging

‎_topic_maps/_topic_map_rosa.yml

-4
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,6 @@ Topics:
509509
File: cluster-logging-moving-nodes
510510
#- Name: Configuring systemd-journald and Fluentd
511511
# File: cluster-logging-systemd
512-
- Name: Maintenance and support
513-
File: cluster-logging-maintenance-support
514512
- Name: Logging using LokiStack
515513
File: cluster-logging-loki
516514
- Name: Viewing logs for a specific resource
@@ -538,8 +536,6 @@ Topics:
538536
File: cluster-logging-log-store-status
539537
- Name: Understanding Logging alerts
540538
File: cluster-logging-alerts
541-
- Name: Collecting logging data for Red Hat Support
542-
File: cluster-logging-must-gather
543539
- Name: Troubleshooting for Critical Alerts
544540
File: cluster-logging-troubleshooting-for-critical-alerts
545541
- Name: Uninstalling Logging

‎logging/cluster-logging-support.adoc

+27
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,30 @@ The {logging-title} is not:
2929
* Historical or long term log retention or storage
3030
* A guaranteed log sink
3131
* Secure storage - audit logs are not stored by default
32+
33+
include::modules/cluster-logging-maintenance-support-list.adoc[leveloffset=+1]
34+
include::modules/unmanaged-operators.adoc[leveloffset=+1]
35+
36+
[id="cluster-logging-support-must-gather"]
37+
== Collecting logging data for Red Hat Support
38+
39+
When opening a support case, it is helpful to provide debugging information about your cluster to Red{nbsp}Hat Support.
40+
41+
You can use the
42+
ifdef::openshift-enterprise,openshift-origin[]
43+
xref:../support/gathering-cluster-data.adoc#gathering-cluster-data[`must-gather` tool]
44+
endif::[]
45+
ifdef::openshift-rosa,openshift-dedicated[]
46+
link:https://docs.openshift.com/container-platform/latest/support/gathering-cluster-data.html#gathering-cluster-data[`must-gather` tool]
47+
endif::[]
48+
to collect diagnostic information for project-level resources, cluster-level resources, and each of the {logging} components.
49+
50+
For prompt support, supply diagnostic information for both {product-title} and the {logging-title}.
51+
52+
[NOTE]
53+
====
54+
Do not use the `hack/logging-dump.sh` script. The script is no longer supported and does not collect data.
55+
====
56+
57+
include::modules/cluster-logging-must-gather-about.adoc[leveloffset=+2]
58+
include::modules/cluster-logging-must-gather-collecting.adoc[leveloffset=+2]

‎logging/config/cluster-logging-collector.adoc

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ toc::[]
1111

1212
You can configure the CPU and memory limits for the log collector and xref:../../logging/config/cluster-logging-moving-nodes.adoc#cluster-logging-moving[move the log collector pods to specific nodes]. All supported modifications to the log collector can be performed though the `spec.collection.log.fluentd` stanza in the `ClusterLogging` custom resource (CR).
1313

14-
15-
// The following include statements pull in the module files that comprise
16-
// the assembly. Include any combination of concept, procedure, or reference
17-
// modules required to cover the user story. You can also include other
18-
// assemblies.
19-
20-
include::modules/cluster-logging-maintenance-support-about.adoc[leveloffset=+1]
21-
2214
include::modules/cluster-logging-collector-pod-location.adoc[leveloffset=+1]
2315

2416
include::modules/cluster-logging-collector-limits.adoc[leveloffset=+1]

‎logging/config/cluster-logging-maintenance-support.adoc

-13
This file was deleted.

‎logging/troubleshooting/cluster-logging-must-gather.adoc

-35
This file was deleted.

‎migrating_from_ocp_3_to_4/planning-migration-3-4.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For more information, see xref:../logging/cluster-logging.adoc#cluster-logging-a
190190

191191
Some logging configurations that were available in {product-title} 3.11 are no longer supported in {product-title} {product-version}.
192192

193-
For more information on the explicitly unsupported logging cases, see xref:../logging/config/cluster-logging-maintenance-support.adoc#cluster-logging-maintenance-and-support[Maintenance and support].
193+
For more information on the explicitly unsupported logging cases, see the xref:../logging/cluster-logging-support.adoc#cluster-logging-support[logging support documentation].
194194

195195
[id="migration-preparing-security"]
196196
=== Security considerations

‎modules/cluster-logging-maintenance-support-about.adoc

-14
This file was deleted.

‎modules/cluster-logging-maintenance-support-list.adoc

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
// Module included in the following assemblies:
22
//
3-
// * logging/config/cluster-logging-maintenance-support.adoc
3+
// * logging/cluster-logging-support.adoc
44

55
[id="cluster-logging-maintenance-support-list_{context}"]
66
= Unsupported configurations
77

8-
You must set the Red Hat OpenShift Logging Operator to the unmanaged state to modify the following components:
8+
You must set the Red{nbsp}Hat OpenShift Logging Operator to the `Unmanaged` state to modify the following components:
99

10-
* The `Elasticsearch` CR
10+
* The `Elasticsearch` custom resource (CR)
1111

1212
* The Kibana deployment
1313

1414
* The `fluent.conf` file
1515

1616
* The Fluentd daemon set
1717

18-
You must set the OpenShift Elasticsearch Operator to the unmanaged state to modify the following component:
19-
20-
* the Elasticsearch deployment files.
18+
You must set the OpenShift Elasticsearch Operator to the `Unmanaged` state to modify the Elasticsearch deployment files.
2119

2220
Explicitly unsupported cases include:
2321

‎modules/cluster-logging-must-gather-about.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * logging/troubleshooting/cluster-logging-must-gather.adoc
3+
// * logging/cluster-logging-support.adoc
44

55
:_content-type: CONCEPT
66
[id="about-must-gather_{context}"]

‎modules/cluster-logging-must-gather-collecting.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Module included in the following assemblies:
22
//
3-
// * logging/troubleshooting/cluster-logging-must-gather.adoc
3+
// * logging/cluster-logging-support.adoc
44

55
:_content-type: PROCEDURE
66
[id="cluster-logging-must-gather-collecting_{context}"]

‎modules/unmanaged-operators.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// * architecture/architecture-installation.adoc
44
// * updating/updating-cluster-within-minor.adoc
5+
// * logging/cluster-logging-support.adoc
56

67
[id="unmanaged-operators_{context}"]
78
= Support policy for unmanaged Operators

‎snippets/logging-supported-config-snip.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Do not use any other configuration options, as they are unsupported. Configurati
1717

1818
[NOTE]
1919
====
20-
If you must perform configurations not described in the {product-title} documentation, you must set your Red Hat OpenShift Logging Operator to `Unmanaged`. An unmanaged OpenShift Logging environment is not supported and does not receive updates until you return OpenShift Logging to `Managed`.
20+
If you must perform configurations not described in the {product-title} documentation, you must set your Red Hat OpenShift Logging Operator to `Unmanaged`. An unmanaged {logging-title} is not supported and does not receive updates until you return its status to `Managed`.
2121
====

‎support/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ A cluster administrator can monitor and troubleshoot the following {product-titl
109109
** xref:../logging/troubleshooting/cluster-logging-cluster-status.adoc#cluster-logging-cluster-status[Status of the Logging Operator].
110110
** xref:../logging/troubleshooting/cluster-logging-cluster-status.adoc#cluster-logging-cluster-status[Status of the Log store].
111111
** xref:../logging/troubleshooting/cluster-logging-alerts.adoc#cluster-logging-alerts[OpenShift Logging alerts].
112-
** xref:../logging/troubleshooting/cluster-logging-must-gather.adoc#cluster-logging-must-gather[Information about your OpenShift logging environment using `oc adm must-gather` command].
112+
** xref:../logging/cluster-logging-support.adoc#cluster-logging-support-must-gather_cluster-logging-support[Information about your OpenShift logging environment using `oc adm must-gather` command].
113113

114114
* xref:../support/troubleshooting/diagnosing-oc-issues.adoc#diagnosing-oc-issues[OpenShift CLI (oc) issues]: Investigate OpenShift CLI (oc) issues by increasing the log level.

0 commit comments

Comments
 (0)
Please sign in to comment.