File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
{{- if .Values.logging.trackFiles.errorLogs }}
33
33
[INPUT]
34
34
Name tail
35
- Path {{ .Values.persistence.mountPath }}/Logs/*Error*
35
+ Path {{ .Values.persistence.mountPath }}/Logs/*ErrorLog.txt
36
36
Read_from_head true
37
37
Tag kube.marklogic.logs.error
38
38
Path_Key path
41
41
{{- if .Values.logging.trackFiles.accessLogs }}
42
42
[INPUT]
43
43
Name tail
44
- Path {{ .Values.persistence.mountPath }}/Logs/*Access*
44
+ Path {{ .Values.persistence.mountPath }}/Logs/*AccessLog.txt
45
45
Read_from_head true
46
46
tag kube.marklogic.logs.access
47
47
Path_Key path
50
50
{{- if .Values.logging.trackFiles.requestLogs }}
51
51
[INPUT]
52
52
Name tail
53
- Path {{ .Values.persistence.mountPath }}/Logs/*Request*
53
+ Path {{ .Values.persistence.mountPath }}/Logs/*RequestLog.txt
54
54
Read_from_head true
55
55
tag kube.marklogic.logs.request
56
56
Path_Key path
You can’t perform that action at this time.
0 commit comments