-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathzeek.yml
23 lines (22 loc) · 834 Bytes
/
zeek.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Module: zeek
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.3/filebeat-module-zeek.html
- module: zeek
# All logs
connection:
enabled: true
var.paths: [ "/usr/local/bro/logs/current/conn.*.log", "/root/zeek/logs/conn.*.log" ]
dns:
enabled: true
var.paths: [ "/usr/local/bro/logs/current/dns.*.log", "/root/zeek/logs/dns.*.log" ]
http:
enabled: true
var.paths: [ "/usr/local/bro/logs/current/http.*.log", "/root/zeek/logs/http.*.log" ]
files:
enabled: true
var.paths: [ "/usr/local/bro/logs/current/files.*.log", "/root/zeek/logs/files.*.log" ]
ssl:
enabled: true
var.paths: [ "/usr/local/bro/logs/current/ssl.*.log", "/root/zeek/logs/ssl.*.log" ]
notice:
enabled: true
var.paths: [ "/usr/local/bro/logs/current/notice.*.log", "/root/zeek/logs/notice.*.log" ]