We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 007f14f + 7c56756 commit 6f947aaCopy full SHA for 6f947aa
modules/cluster-logging-loki-deploy.adoc
@@ -101,12 +101,16 @@ oc apply -f logging-loki.yaml
101
apiVersion: logging.openshift.io/v1
102
kind: ClusterLogging
103
metadata:
104
- name: cr-lokistack
+ name: instance
105
namespace: openshift-logging
106
spec:
107
- logStore:
+ managementState: Managed
108
+ logStore:
109
+ type: lokistack
110
lokistack:
111
name: logging-loki
112
+ collection:
113
+ type: "vector"
114
----
115
+
116
.. Apply the configuration:
0 commit comments