Created
July 23, 2021 15:21
-
-
Save yankcrime/7c5a17bc80eb7bca94191e46cb4f56b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: logging.banzaicloud.io/v1beta1 | |
kind: ClusterOutput | |
metadata: | |
name: loki | |
namespace: cattle-logging-system | |
spec: | |
loki: | |
url: http://loki.loki:3100 | |
configure_kubernetes_labels: true | |
--- | |
apiVersion: logging.banzaicloud.io/v1beta1 | |
kind: ClusterFlow | |
metadata: | |
name: all-logs-to-loki | |
namespace: cattle-logging-system | |
spec: | |
globalOutputRefs: | |
- loki |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment