Skip to content

Commit

Permalink
Update splunkfields.conf.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Jun 15, 2020
1 parent ca5f646 commit 47351d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/etc/conf.d/conflib/_splunk/splunkfields.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ rewrite r_set_splunk_default {
#used by each log-path to set source and sourcetype which may be
#overridden by user defined values
block rewrite r_set_splunk_dest_default(
source("${.splunk.source}")
#While the following is not used it remains to prevent breaking changes in content
index('')
source("${.splunk.source}")
sourcetype()
template(`splunk-template`)
) {
Expand Down

0 comments on commit 47351d0

Please sign in to comment.