-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yml
More file actions
46 lines (42 loc) · 724 Bytes
/
config.yml
File metadata and controls
46 lines (42 loc) · 724 Bytes
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
logging:
# filename: heiDPI.log
flow_event:
ignore_fields: [
"alias"
]
ignore_risks: [
"5"
]
flow_event_name:
- update
- end
- idle
- detected
- detection-update
filename: flow_event
geoip2_city:
enabled: True
filepath: /tmp/city.mmdb
keys:
- country.names.en
# Additional configurations
# - location
# - city
# - traits
# - postal
daemon_event:
ignore_fields: []
daemon_event_name:
- init
- status
filename: daemon_event
packet_event:
ignore_fields: []
packet_event_name:
- packet-flow
filename: packet_event
error_event:
ignore_fields: []
error_event_name:
- error-flow
filename: error_event