Skip to content

[enterprise-4.19] Update cluster-logging-kibana-scaling.adoc#90029

Merged
xenolinux merged 1 commit intoopenshift:enterprise-4.19from
openshift-cherrypick-robot:cherry-pick-89957-to-enterprise-4.19
Mar 11, 2025
Merged

[enterprise-4.19] Update cluster-logging-kibana-scaling.adoc#90029
xenolinux merged 1 commit intoopenshift:enterprise-4.19from
openshift-cherrypick-robot:cherry-pick-89957-to-enterprise-4.19

Conversation

@openshift-cherrypick-robot

This is an automated cherry-pick of #89957

/assign xenolinux

- Incorrect configuration under scaling redundancy for the log visualizer nodes documentation

- Here is the documentation link:
https://docs.openshift.com/container-platform/4.16/observability/logging/log_visualization/logging-kibana.html#cluster-logging-kibana-scaling_logging-kibana

=============
- namespace name is missing from the command.
- same command is mentioned twice in the second block. Which is not required and hence needs to be removed.
- "namespace: openshift-logging" field is missing under `metadata` section.
- 2 extra spaces under `spec.visulization`, it will not cause any effect. But it needs to be with correct indentation.
===========
===========
Reason:

1. Suppose the user is not a part of openshift-logging project, and he tries to run this command then this command will not work.
2. If the credentials are shared, and two people are using the same cluster at the same time, then, the second person could change to work in a different namespace.
===============

Updated documentation will look like the following:

1. Edit the ClusterLogging custom resource (CR) in the openshift-logging project:

~~~
$ oc -n openshift-logging edit ClusterLogging instance
~~~
~~~
apiVersion: "logging.openshift.io/v1"
kind: "ClusterLogging"
metadata:
  name: "instance"
  namespace: openshift-logging
....

spec:
  visualization:
    type: "kibana"
    kibana:
      replicas: 1
~~~
@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Mar 11, 2025
@openshift-ci
Copy link

openshift-ci bot commented Mar 11, 2025

@openshift-cherrypick-robot: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@xenolinux xenolinux merged commit ff098fe into openshift:enterprise-4.19 Mar 11, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants