Skip to content

Commit

Permalink
Configure fluent-bit loki output
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorton committed Jun 21, 2023
1 parent 04f7757 commit fcdc46d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gitops/components/fluent-bit/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,12 @@ spec:
serviceAccount:
create: false
name: fluent-bit
config:
outputs: |
[OUTPUT]
name loki
host loki.loki.svc.cluster.local
tenant_id b87173c0-e9fc-4209-8896-a93dfd073adb
match *
labels job=fluentbit
auto_kubernetes_labels on

0 comments on commit fcdc46d

Please sign in to comment.