Skip to content

Commit d112d56

Browse files
authored
Merge pull request #64653 from openshift-cherrypick-robot/cherry-pick-64444-to-enterprise-4.12
[enterprise-4.12] OBSDOCS-152: Additional logging Support section clean up
2 parents 289a3d3 + 70a3e0f commit d112d56

15 files changed

+37
-93
lines changed

_topic_maps/_topic_map.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2552,8 +2552,6 @@ Topics:
25522552
File: cluster-logging-moving-nodes
25532553
- Name: Configuring systemd-journald for Logging
25542554
File: cluster-logging-systemd
2555-
- Name: Maintenance and support
2556-
File: cluster-logging-maintenance-support
25572555
- Name: Logging using LokiStack
25582556
File: cluster-logging-loki
25592557
- Name: Viewing logs for a specific resource
@@ -2586,8 +2584,6 @@ Topics:
25862584
File: cluster-logging-log-store-status
25872585
- Name: Understanding Logging alerts
25882586
File: cluster-logging-alerts
2589-
- Name: Collecting logging data for Red Hat Support
2590-
File: cluster-logging-must-gather
25912587
- Name: Troubleshooting for Critical Alerts
25922588
File: cluster-logging-troubleshooting-for-critical-alerts
25932589
- Name: Uninstalling Logging

_topic_maps/_topic_map_osd.yml

-4
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ Topics:
308308
File: cluster-logging-moving-nodes
309309
#- Name: Configuring systemd-journald and Fluentd
310310
# File: cluster-logging-systemd
311-
- Name: Maintenance and support
312-
File: cluster-logging-maintenance-support
313311
- Name: Logging using LokiStack
314312
File: cluster-logging-loki
315313
- Name: Viewing logs for a specific resource
@@ -339,8 +337,6 @@ Topics:
339337
File: cluster-logging-log-store-status
340338
- Name: Understanding Logging alerts
341339
File: cluster-logging-alerts
342-
- Name: Collecting logging data for Red Hat Support
343-
File: cluster-logging-must-gather
344340
- Name: Troubleshooting for Critical Alerts
345341
File: cluster-logging-troubleshooting-for-critical-alerts
346342
- Name: Uninstalling Logging

_topic_maps/_topic_map_rosa.yml

-4
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,6 @@ Topics:
413413
File: cluster-logging-moving-nodes
414414
#- Name: Configuring systemd-journald and Fluentd
415415
# File: cluster-logging-systemd
416-
- Name: Maintenance and support
417-
File: cluster-logging-maintenance-support
418416
- Name: Logging using LokiStack
419417
File: cluster-logging-loki
420418
- Name: Viewing logs for a specific resource
@@ -442,8 +440,6 @@ Topics:
442440
File: cluster-logging-log-store-status
443441
- Name: Understanding Logging alerts
444442
File: cluster-logging-alerts
445-
- Name: Collecting logging data for Red Hat Support
446-
File: cluster-logging-must-gather
447443
- Name: Troubleshooting for Critical Alerts
448444
File: cluster-logging-troubleshooting-for-critical-alerts
449445
- 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
@@ -181,7 +181,7 @@ For more information, see xref:../logging/cluster-logging.adoc#cluster-logging-a
181181

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

184-
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].
184+
For more information on the explicitly unsupported logging cases, see the xref:../logging/cluster-logging-support.adoc#cluster-logging-support[logging support documentation].
185185

186186
[id="migration-preparing-security"]
187187
=== 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)