Skip to content

Commit 46abd31

Browse files
committed
JOBS-1114 - The metric and log index names are now configurable
1 parent 003187f commit 46abd31

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docker-build/docker.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SPLUNK_HEC_HOST=splunk.change_me.com
44
SPLUNK_HEC_PORT=8088
55
SPLUNK_HEC_TOKEN=change_me
66
SPLUNK_METRICS_HEC_TOKEN=change_me
7+
SPLUNK_LOGS_INDEX=jfrog_splunk
8+
SPLUNK_METRICS_INDEX=jfrog_splunk_metrics
79
SPLUNK_INSECURE_SSL=change_me
810
SPLUNK_VERIFY_SSL=change_me
911
SPLUNK_COMPRESS_DATA=change_me

helm/artifactory-ha-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

helm/artifactory-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)