File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ SPLUNK_HEC_HOST=splunk.change_me.com
44SPLUNK_HEC_PORT = 8088
55SPLUNK_HEC_TOKEN = change_me
66SPLUNK_METRICS_HEC_TOKEN = change_me
7+ SPLUNK_LOGS_INDEX = jfrog_splunk
8+ SPLUNK_METRICS_INDEX = jfrog_splunk_metrics
79SPLUNK_INSECURE_SSL = change_me
810SPLUNK_VERIFY_SSL = change_me
911SPLUNK_COMPRESS_DATA = change_me
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ artifactory:
1212 - '-c'
1313 - >
1414 mkdir -p {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/;
15- curl https://raw.githubusercontent.com/jfrog/log-analytics-splunk/feature/JOBS-1114 /fluent.conf.rt -o {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/fluentd.conf
15+ curl https://raw.githubusercontent.com/jfrog/log-analytics-splunk/master /fluent.conf.rt -o {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/fluentd.conf
1616 volumeMounts:
1717 - mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
1818 name: volume
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ artifactory:
1212 - '-c'
1313 - >
1414 mkdir -p {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/;
15- curl https://raw.githubusercontent.com/jfrog/log-analytics-splunk/feature/JOBS-1114 /fluent.conf.rt -o {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/fluentd.conf;
15+ curl https://raw.githubusercontent.com/jfrog/log-analytics-splunk/master /fluent.conf.rt -o {{ .Values.artifactory.persistence.mountPath }}/etc/fluentd/fluentd.conf;
1616 volumeMounts:
1717 - mountPath: "{{ .Values.artifactory.persistence.mountPath }}"
1818 name: artifactory-volume
You can’t perform that action at this time.
0 commit comments