-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.example.yaml
58 lines (54 loc) · 1.21 KB
/
config.example.yaml
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
redis:
host: 127.0.0.1
port: 6379
channel: turkeybite
password: "YourRedisPassword" # Use a long one: https://stackoverflow.com/questions/7537905/redis-set-a-password-for-redis#:~:text=Make%20sure%20you%20choose%20something,in%20the%20config%20file%20mention.
db: 0
host_list_db: 1
sieve:
# browserbeat rules
browserbeat:
ignore:
clients:
# - 192.168.1.1
# - somehost-to-ignore
users:
# - root
domains:
# - whitelisted-domain.com
hosts:
# - www.whitelisted-domain.com
# DNS packagebeat rules
drop_replies: true
drop_error_packets: true
ignore:
domains:
# - whitelisted-domain.com
- 10.in-addr.arpa
- 192.168.in-addr.arpa
- default.svc
- kubernetes.default
clients:
- 127.0.0.1
hosts:
- kubernetes.default.svc
processor:
dns:
lookup_ips: true
resolvers:
- 127.0.0.1
elastic:
enable: true
index_prefix: tb-index
hosts:
- uri: http://127.0.0.1:9200
username: false
password: false
- uri: https://127.0.0.1:9201
username: user
password: password
syslog:
# Syslog UDP
enable: false
port: 514
host: 127.0.0.1