-
Task
-
Resolution: Duplicate
-
Undefined
-
None
-
Logging 6.0
-
None
-
None
-
False
-
-
False
-
-
According to https://issues.redhat.com/browse/LOG-6623, we should provide a new example as below
kind: ClusterLogForwarder metadata: name: instance spec: outputs: - name: default-elasticsearch-app type: elasticsearch elasticsearch: url: https://elasticsearch:9200 version: 6 index: 'app-write' tls: ca: key: ca-bundle.crt secretName: collector certificate: key: tls.crt secretName: collector key: key: tls.key secretName: collector - name: default-elasticsearch-infra type: elasticsearch elasticsearch: url: https://elasticsearch:9200 version: 6 index: 'infra-write' tls: ca: key: ca-bundle.crt secretName: collector certificate: key: tls.crt secretName: collector key: key: tls.key secretName: collector pipelines: - name: pipe1 outputRefs: - default-elasticsearch-app inputRefs: - application - name: pipe2 outputRefs: - default-elasticsearch-infra inputRefs: - infrastructure serviceAccount: name: logcollector
- account is impacted by
-
LOG-6623 Red Hat Managed Elasticsearch index must follow pattern "app-", "infra-" and "audit-"
-
- Closed
-