Skip to content

Commit

Permalink
Update lp-sc4s_startup.conf.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Mar 12, 2020
1 parent f2541fa commit a26099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/log_paths/lp-sc4s_startup.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ log {
source(s_startup_out);

rewrite { r_set_splunk_dest_default(sourcetype("sc4s_events:startup:out"), index("main"))};
parser {p_add_context_splunk(key("sc4s:events")); };
parser {p_add_context_splunk(key("sc4s_events")); };

{{- if or (conv.ToBool (getenv "SC4S_DEST_SPLUNK_HEC_GLOBAL" "yes")) (conv.ToBool (getenv "SC4S_DEST_INTERNAL_EVENTS_HEC" "no")) }}
destination(d_hec_internal);
Expand Down

0 comments on commit a26099b

Please sign in to comment.