Skip to content

Commit 79dd5d2

Browse files
committed
doc: update ChangeLog with new syslog features
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent d127e16 commit 79dd5d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ All notable changes to the project are documented in this file.
4848
- Add CLI commands for managing boot partition order: `show boot-order` and
4949
`set boot-order` allow viewing and changing the boot order from the CLI,
5050
complementing the existing YANG RPC support, issue #1032
51+
- Extended syslog filtering capabilities, issue #1091:
52+
- Add support for pattern matching using POSIX extended regular expressions
53+
on message content (IETF `select-match` feature)
54+
- Add support for advanced severity comparison: exact match (`equals`) and
55+
exclusion (`block`/`stop`) in addition to the default equals-or-higher
56+
(IETF `select-adv-compare` feature)
57+
- Add support for hostname-based filtering, useful when acting as a log
58+
server to route messages from different devices to separate log files
59+
- Add support for property-based filtering with operators (contains, isequal,
60+
startswith, regex, ereregex) on message properties (msg, msgid, programname,
61+
hostname, source, data), with optional case-insensitive and negate modifiers
5162

5263
### Fixes
5364

0 commit comments

Comments
 (0)