-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpillar.example
51 lines (43 loc) · 900 Bytes
/
pillar.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ulog:
pkgs:
- ulogd2
service:
name: ulogd2
log:
file: "syslog"
level: 3
plugins:
- inppkt_NFLOG
- inppkt_ULOG
- inppkt_UNIXSOCK
- inpflow_NFCT
- filter_IFINDEX
- filter_IP2STR
- filter_IP2BIN
- filter_PRINTPKT
- filter_HWHDR
- filter_PRINTFLOW
- output_LOGEMU
- output_SYSLOG
- raw2packet_BASE
- inpflow_NFACCT
# Ulog will fail if "sections" has no config inside it.
# Sections config should be in pillar.
sections:
iptables:
stack:
# DO NOT change the order of this list.
- "base1:BASE"
- "ifi1:IFINDEX"
- "ip2str1:IP2STR"
- "print1:PRINTPKT"
config:
input01:
plugin: NFLOG
vars:
group: 30
output01:
plugin: LOGEMU
vars:
file: /var/log/iptables.log
sync: 1