Skip to content

Commit

Permalink
Bump Cisco ACS/ISE multi-event timer to 30s
Browse files Browse the repository at this point in the history
* Increase multi-event timer to 30s to catch more late events and include them in the group
  • Loading branch information
Mark Bonsack committed Mar 8, 2020
1 parent 6c25e80 commit a979a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/etc/conf.d/log_paths/lp-cisco_acs.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ parser acs_grouping {
value("MESSAGE" "$(implode '' $(context-values ${MESSAGE}))")
value("ACS.COMPLETE" "yes")
)
timeout(10)
timeout(30)
);
};

Expand Down
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 @@ -33,7 +33,7 @@ parser ise_grouping {
value("MESSAGE" "$(implode '' $(context-values ${MESSAGE}))")
value("ISE.COMPLETE" "yes")
)
timeout(10)
timeout(30)
);
};

Expand Down

0 comments on commit a979a58

Please sign in to comment.