Skip to content

Commit

Permalink
ADDON-26524: Modified log_path file for Cisco ISE
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Bhansali authored and Shubham Bhansali committed Jun 15, 2020
1 parent dea2776 commit 146ae28
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 146ae28

Please sign in to comment.