Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5254
blob8ecf4a7e3ada68f314a1359c8da77826969388f6
1 Title: Event console: Introduced syslog application placeholder which can be used in rewriting events
2 Level: 1
3 Component: ec
4 Class: feature
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i2
9 Date: 1513176912
11 When rewriting text, hostname or application for an event you can now use the new placeholders
14 Message text regex match groups
15 <ul>
16 <li>$MATCH_GROUPS_MESSAGE_1$</li>
17 <li>$MATCH_GROUPS_MESSAGE_2$</li>
18 <li>$MATCH_GROUPS_MESSAGE_n$</li>
19 </ul>
23 Syslog application regex match groups
24 <ul>
25 <li>$MATCH_GROUPS_SYSLOG_APPLICATION_1$</li>
26 <li>$MATCH_GROUPS_SYSLOG_APPLICATION_2$</li>
27 <li>$MATCH_GROUPS_SYSLOG_APPLICATION_n$</li>
28 </ul>
30 Note:
31 The syslog application match groups are now also considered when canceling events.
32 The previous version did only check for identical create/canceling match groups in the event message text.