Skip to content

Commit 702a2a4

Browse files
authored
Merge pull request #173 from openinfradev/fluentbit_syslog
bugfix: change syslog location from ubuntu type to centos type for ek…
2 parents ed29a9a + 9ce607f commit 702a2a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eks-msa-reference/lma/site-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ charts:
171171
loki_name: taco-loki
172172
index: syslog
173173
parser: taco-syslog-parser-for-ubuntu
174-
path: /var/log/syslog
174+
path: /var/log/messages
175175
type: syslog
176176

177177
- name: addons

eks-reference/lma/site-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ charts:
171171
loki_name: taco-loki
172172
index: syslog
173173
parser: taco-syslog-parser-for-ubuntu
174-
path: /var/log/syslog
174+
path: /var/log/messages
175175
type: syslog
176176

177177
- name: addons

0 commit comments

Comments
 (0)