Skip to content

Commit

Permalink
OBSDOCS-152: Additional logging Support section clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
abrennan89 committed Sep 6, 2023
1 parent fb0fcf8 commit 3589fed
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 48 deletions.
2 changes: 0 additions & 2 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2608,8 +2608,6 @@ Topics:
File: cluster-logging-moving-nodes
- Name: Configuring systemd-journald for Logging
File: cluster-logging-systemd
- Name: Maintenance and support
File: cluster-logging-maintenance-support
- Name: Logging using LokiStack
File: cluster-logging-loki
- Name: Viewing logs for a specific resource
Expand Down
2 changes: 0 additions & 2 deletions _topic_maps/_topic_map_osd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ Topics:
File: cluster-logging-moving-nodes
#- Name: Configuring systemd-journald and Fluentd
# File: cluster-logging-systemd
- Name: Maintenance and support
File: cluster-logging-maintenance-support
- Name: Logging using LokiStack
File: cluster-logging-loki
- Name: Viewing logs for a specific resource
Expand Down
2 changes: 0 additions & 2 deletions _topic_maps/_topic_map_rosa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,6 @@ Topics:
File: cluster-logging-moving-nodes
#- Name: Configuring systemd-journald and Fluentd
# File: cluster-logging-systemd
- Name: Maintenance and support
File: cluster-logging-maintenance-support
- Name: Logging using LokiStack
File: cluster-logging-loki
- Name: Viewing logs for a specific resource
Expand Down
3 changes: 3 additions & 0 deletions logging/cluster-logging-support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ The {logging-title} is not:
* Historical or long term log retention or storage
* A guaranteed log sink
* Secure storage - audit logs are not stored by default
include::modules/cluster-logging-maintenance-support-list.adoc[leveloffset=+1]
include::modules/unmanaged-operators.adoc[leveloffset=+1]
8 changes: 0 additions & 8 deletions logging/config/cluster-logging-collector.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ toc::[]

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).


// The following include statements pull in the module files that comprise
// the assembly. Include any combination of concept, procedure, or reference
// modules required to cover the user story. You can also include other
// assemblies.

include::modules/cluster-logging-maintenance-support-about.adoc[leveloffset=+1]

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

include::modules/cluster-logging-collector-limits.adoc[leveloffset=+1]
Expand Down
13 changes: 0 additions & 13 deletions logging/config/cluster-logging-maintenance-support.adoc

This file was deleted.

14 changes: 0 additions & 14 deletions modules/cluster-logging-maintenance-support-about.adoc

This file was deleted.

10 changes: 4 additions & 6 deletions modules/cluster-logging-maintenance-support-list.adoc
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
// Module included in the following assemblies:
//
// * logging/config/cluster-logging-maintenance-support.adoc
// * logging/cluster-logging-support.adoc

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

You must set the Red Hat OpenShift Logging Operator to the unmanaged state to modify the following components:
You must set the Red Hat OpenShift Logging Operator to the `Unmanaged` state to modify the following components:

* The `Elasticsearch` CR
* The `Elasticsearch` custom resource (CR)

* The Kibana deployment

* The `fluent.conf` file

* The Fluentd daemon set

You must set the OpenShift Elasticsearch Operator to the unmanaged state to modify the following component:

* the Elasticsearch deployment files.
You must set the OpenShift Elasticsearch Operator to the `Unmanaged` state to modify the Elasticsearch deployment files.

Explicitly unsupported cases include:

Expand Down
1 change: 1 addition & 0 deletions modules/unmanaged-operators.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//
// * architecture/architecture-installation.adoc
// * updating/updating-cluster-within-minor.adoc
// * logging/cluster-logging-support.adoc

[id="unmanaged-operators_{context}"]
= Support policy for unmanaged Operators
Expand Down
2 changes: 1 addition & 1 deletion snippets/logging-supported-config-snip.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Do not use any other configuration options, as they are unsupported. Configurati

[NOTE]
====
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`.
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`.
====

0 comments on commit 3589fed

Please sign in to comment.