Skip to content

Commit

Permalink
Update ucm.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonsack authored and GitHub committed Feb 10, 2020
1 parent ffc44e1 commit 052148f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package/etc/conf.d/filters/cisco/ucm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ filter f_cisco_ucm_message {
};

parser p_cisco_ucm_date {
#Oct 14 2015 05:50:19 AM.484 UTC
#Apr 21 19:01:35.638 UTC
date-parser(format(
'%b %d %Y %I:%M:%S %p.%f %Z',
'%b %d %H:%M:%S.%f %Z'
)
template("$3"));
#Oct 14 2015 05:50:19 AM.484 UTC
#Apr 21 19:01:35.638 UTC
date-parser(format(
'%b %d %Y %I:%M:%S %p.%f %Z',
'%b %d %H:%M:%S.%f %Z'
)
template("$3"));
};

rewrite r_cisco_ucm_message {
Expand All @@ -29,4 +29,3 @@ rewrite r_cisco_ucm_message {
set("$2" value("HOST") condition(match("^..." template("${2}"))) );
set("$4" value("MESSAGE"));
};

0 comments on commit 052148f

Please sign in to comment.