Skip to content

Commit

Permalink
Merge pull request #527 from splunk/feature/ADDON-26524-update-sc4s-f…
Browse files Browse the repository at this point in the history
…ilter

ADDON-26524: Modified log_path file for Cisco ISE
  • Loading branch information
Ryan Faircloth authored and GitHub committed Jun 15, 2020
2 parents ee77864 + 146ae28 commit 407d4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/log_paths/lp-cisco_ise.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ log {

parser {p_add_context_splunk(key("cisco_ise")); };
parser (compliance_meta_by_source);
rewrite { set("$(template ${.splunk.sc4s_template} $(template t_msg_only))" value("MSG")); };
rewrite { set("$(template ${.splunk.sc4s_template} $(template t_hdr_msg))" value("MSG")); };

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

0 comments on commit 407d4cc

Please sign in to comment.