forked from fib0nacci/WindowsLogging
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwinlogbeat.yml
31 lines (29 loc) · 915 Bytes
/
winlogbeat.yml
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
winlogbeat.event_logs:
- name: Application
ignore_older: 72h
- name: Security
- name: System
- name: ForwardedEvents
forwarded: true
ignore_older: 360h
# ignore_older: 2160h
#================================ General =====================================
fields:
logsource: windowsEventForwarding
subtype: ClientComputers
#subtype: Servers
#subtype: ActiveDirectory
#================================ Outputs =====================================
#----------------------------- Kafka output --------------------------------
output.kafka:
# initial brokers for reading cluster metadata
hosts: ["kafka.server.one:9092","kafka.server.two:9092","kafka.server.three:9092"]
# message topic selection + partitioning
topic: windows
partition.round_robin:
reachable_only: false
worker: 6
bulk_max_size: 4096
required_acks: 1
compression: gzip
max_message_bytes: 1000000