Skip to content

Commit

Permalink
Fix comment in splunkfields.conf.tmpl
Browse files Browse the repository at this point in the history
* Fix comment referring to default index in `splunkfields.conf.tmpl`
  • Loading branch information
mbonsack authored and GitHub committed Jun 14, 2020
1 parent cbaedfd commit c119281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/conflib/_splunk/splunkfields.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rewrite r_set_splunk_default {
};
{{- end}}
};
#used by each log-path to set index and sourcetype which may be
#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}")
Expand Down

0 comments on commit c119281

Please sign in to comment.