prifilt()¶
Purpose¶
prifilt(constant)
Mimics a traditional PRI-based filter (like “*.*” or “mail.info”). The traditional filter string must be given as a constant string. Dynamic string evaluation is not permitted (for performance reasons).
Example¶
In this example true would be returned on an auth event.
prifilt("auth,authpriv.*")
See also
Help with configuring/using Rsyslog:
- Mailing list - best route for general questions 
- GitHub: rsyslog source project - detailed questions, reporting issues that are believed to be bugs with - Rsyslog
- Stack Exchange (View, Ask) - experimental support from rsyslog community 
See also
Contributing to Rsyslog:
- Source project: rsyslog project README. 
- Documentation: rsyslog-doc project README 
Copyright 2008-2020 Rainer Gerhards (Großrinderfeld), and Others.