Squashed 'cluster-config/' content from commit 654f2390
git-subtree-dir: cluster-config git-subtree-split: 654f23903bd1f9a27a4810bd289d165b6cfdbb0c
This commit is contained in:
39
components/loki/instance/base/clusterlogforwarder.yaml
Normal file
39
components/loki/instance/base/clusterlogforwarder.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
apiVersion: logging.openshift.io/v1
|
||||
kind: ClusterLogForwarder
|
||||
metadata:
|
||||
name: instance
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
spec:
|
||||
outputs:
|
||||
- name: loki-app
|
||||
type: loki
|
||||
url: http://lokistack-gateway-http.openshift-logging.svc:8080/api/logs/v1/application
|
||||
secret:
|
||||
name: lokistack-gateway-bearer-token
|
||||
- name: loki-infra
|
||||
type: loki
|
||||
url: http://lokistack-gateway-http.openshift-logging.svc:8080/api/logs/v1/infrastructure
|
||||
secret:
|
||||
name: lokistack-gateway-bearer-token
|
||||
- name: loki-audit
|
||||
type: loki
|
||||
url: http://lokistack-gateway-http.openshift-logging.svc:8080/api/logs/v1/audit
|
||||
secret:
|
||||
name: lokistack-gateway-bearer-token
|
||||
pipelines:
|
||||
- name: send-app-logs
|
||||
inputRefs:
|
||||
- application
|
||||
outputRefs:
|
||||
- loki-app
|
||||
- name: send-infra-logs
|
||||
inputRefs:
|
||||
- infrastructure
|
||||
outputRefs:
|
||||
- loki-infra
|
||||
- name: send-audit-logs
|
||||
inputRefs:
|
||||
- audit
|
||||
outputRefs:
|
||||
- loki-audit
|
||||
Reference in New Issue
Block a user