-
Notifications
You must be signed in to change notification settings - Fork 1
/
fluent-bit-filters-bro.conf
68 lines (60 loc) · 1.6 KB
/
fluent-bit-filters-bro.conf
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[FILTER]
Name grep
Match ${observer_product}.*
# ===
# Remove commented log entries
Exclude log ^#
@INCLUDE fluent-bit-filters-bro-conn.conf
@INCLUDE fluent-bit-filters-bro-dns.conf
@INCLUDE fluent-bit-filters-bro-dhcp.conf
@INCLUDE fluent-bit-filters-bro-ssl.conf
@INCLUDE fluent-bit-filters-bro-http.conf
@INCLUDE custom/fluent-bit-filters-zeek-zeer-hosts.conf
# ECS: Nest JSON objects to comply with ECS notation: SOURCE
[FILTER]
Name nest
Match ${observer_product}.*
Operation nest
Wildcard source_*
Nest_under source
Remove_prefix source_
# ECS: Nest JSON objects to comply with ECS notation: DESTINATION
[FILTER]
Name nest
Match ${observer_product}.*
Operation nest
Wildcard destination_*
Nest_under destination
Remove_prefix destination_
# ECS: Nest JSON objects to comply with ECS notation: CLIENT
[FILTER]
Name nest
Match ${observer_product}.*
Operation nest
Wildcard client_*
Nest_under client
Remove_prefix client_
# ECS: Nest JSON objects to comply with ECS notation: SERVER
[FILTER]
Name nest
Match ${observer_product}.*
Operation nest
Wildcard server_*
Nest_under server
Remove_prefix server_
# ECS: Nest JSON objects to comply with ECS notation: HOST
[FILTER]
Name nest
Match ${observer_product}.*
Operation nest
Wildcard host_*
Nest_under host
Remove_prefix host_
# ECS: Nest JSON objects to comply with ECS notation: NETWORK
[FILTER]
Name nest
Match ${observer_product}.*
Operation nest
Wildcard network_*
Nest_under network
Remove_prefix network_