You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the example config is missing a required ClusterLogging.spec.visualization.type value:
❯ oc explain ClusterLogging.spec.visualization
GROUP: logging.openshift.io
KIND: ClusterLogging
VERSION: v1
FIELD: visualization <Object>
DESCRIPTION:
Specification of the Visualization component for the cluster
FIELDS:
kibana <Object>
Specification of the Kibana Visualization component
nodeSelector <map[string]string>
Define which Nodes the Pods are scheduled on.
ocpConsole <Object>
OCPConsole is the specification for the OCP console plugin
tolerations <[]Object>
Define the tolerations the Pods will accept
type <string> -required-
The type of Visualization to configure
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
Which section(s) is the issue in?
observability/logging/modules/logging-loki-cli-install.adoc
What needs fixing?
step 13. in this section https://docs.openshift.com/container-platform/4.16/observability/logging/cluster-logging-deploying.html#logging-loki-cli-install_cluster-logging-deploying
uses the following example:
the example config is missing a required
ClusterLogging.spec.visualization.type
value:the same applies to 11e in the GUI section https://docs.openshift.com/container-platform/4.16/observability/logging/cluster-logging-deploying.html#logging-loki-gui-install_cluster-logging-deploying
The text was updated successfully, but these errors were encountered: