Skip to content

Commit

Permalink
Update netscaler.conf.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 10, 2020
1 parent cc35908 commit 32855a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/etc/conf.d/filters/citrix/netscaler.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ parser p_citrix_netscaler_date {
#01/10/2001:01:01:01 GMT
date-parser(format('%d/%m/%Y:%H:%M:%S %Z')
template("$2"));
{{ else }}
{{- else }}
#10/01/2001:01:01:01 GMT
date-parser(format('%m/%d/%Y:%H:%M:%S %Z')
template("$2"));
{{- end}}
{{- end }}
};

rewrite r_citrix_netscaler_message {
Expand Down

0 comments on commit 32855a1

Please sign in to comment.