File: plugins.rules.in

package info (click to toggle)
prelude-lml 1.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,724 kB
  • ctags: 4,520
  • sloc: ansic: 36,137; sh: 11,362; makefile: 253; python: 21
file content (23 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##
# This file allow you to define how data are routed by Prelude-LML.
#
# Log source matching 'source', with input data matching 'regex', 
# will be sent to the defined 'plugin'.
#
# 'source' should be one of:
#  - "*"                  Data from any sources (logfile, UDP listener, etc) is sent to 'plugin'.
#  - REGEXP               Data which sources match regular expression REGEXP is sent to 'plugin'.
#  - "address:port/udp"   Data received from this listener is sent to 'plugin'.
#  - "/path/to/logfile"   Data from this logfile is sent to 'plugin'.
#
#
# 'regex' should be one of:
#  - "*"	 Any data is sent to 'plugin'.
#  - REGEXP		Data which match regular expression REGEXP is sent to 'plugin'.
#
# 'pcre-options' is unsupported at the moment.

# source	plugin      	pcre-options		regex
#
# *		Debug		-			*
  * 		Pcre		-			*