Skip to content

Commit

Permalink
Merge pull request #347 from splunk/fix/startuplogs
Browse files Browse the repository at this point in the history
Correct vendor_product key for syslog-ng std output
  • Loading branch information
Ryan Faircloth authored and GitHub committed Mar 12, 2020
2 parents f2541fa + a26099b commit 9102bc3
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 9102bc3

Please sign in to comment.