Skip to content

Commit

Permalink
Use t_legacy_hdr_msg for rogue lss messages
Browse files Browse the repository at this point in the history
* Update sc4s template to `t_legacy_hdr_msg` for rogue lss messages
  • Loading branch information
Mark Bonsack committed Apr 21, 2020
1 parent 7414386 commit ed10930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/log_paths/lp-zscaler_lss.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ log {
};
parser { p_add_context_splunk(key("zscaler_lss")); };
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_legacy_hdr_msg))" value("MSG")); };
};


Expand Down

0 comments on commit ed10930

Please sign in to comment.