![Black Box LS1016A Скачать руководство пользователя страница 260](http://html.mh-extra.com/html/black-box/ls1016a/ls1016a_user-manual_2763435260.webp)
Syslog
260
BLACK BOX
®
Advanced Console Server
Example to listen to messages from one client (IP address=10.0.0.1) on UDP port 999:
source s_udp_10 { udp(ip(10.0.0.1) port(999)); };
Task 3: Define filters.
To define filters use this statement:
filter <identifier> { expression; };
where:
The following internal functions are available:
Some Examples of Defining Filters
1) To filter by facility:
filter f_facilty { facility(<facility name>); };
identifier
Has to uniquely identify this given filter.
expression
Boolean expression using internal functions, which has to evaluate to true
for the message to pass.
a) facility(<facility
code>)
Selects messages based on their facility code.
b)
level(<level code>) or
priority(<level code>)
Selects messages based on their priority.
c)
program(<string>)
Tries to match the <string> to the program name field of the
log message.
d)
host(<string>)
Tries to match the <string> to the hostname field of the log
message.
e)
match(<string>)
Tries to match the <string> to the message itself.
Содержание LS1016A
Страница 12: ...Table of Contents 12 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 30: ...Introduction and Overview 30 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 282: ...Time Zone 282 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 406: ...Appendix H Web User Management 406 BLACK BOX Advanced Console Server Figure 43 Access Limit List default page ...
Страница 414: ...Appendix H Web User Management 414 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 439: ...List of Figures User Guide 439 47 Terminal Server diagram 422 48 Ports configured for Dial in Access 424 ...
Страница 440: ...List of Figures 440 BLACK BOX Advanced Console Server This page has been left intentionally blank ...
Страница 449: ...This page has been left intentionally blank ...