Skip to content

Commit

Permalink
Add timestamp parsing to zscaler log path
Browse files Browse the repository at this point in the history
* Add missing timestamp parsing to zscaler log path
  • Loading branch information
Mark Bonsack committed Jan 4, 2020
1 parent 277b928 commit 51b6e6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ log {
source (s_ZSCALER_NSS);
{{- end }}

parser { date-parser(format("%Y-%m-%d %H:%M:%S") template('$(substr "$LEGACY_MSGHDR$MSG" "0" "19")')); };
rewrite {
set("zscaler_nss", value("fields.sc4s_vendor_product"));
subst("^[^\t]+\t", "", value("MESSAGE"), flags("global"));
Expand Down

0 comments on commit 51b6e6e

Please sign in to comment.