Created
November 3, 2021 17:11
-
-
Save duzvik/ad3ea753beb5efeb369cc5e8c3ab4e80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
winlogbeat.event_logs: | |
- name: Application | |
ignore_older: 30m | |
- name: Security | |
ignore_older: 30m | |
- name: System | |
ignore_older: 30m | |
- name: Microsoft-windows-sysmon/operational | |
ignore_older: 30m | |
- name: Microsoft-windows-PowerShell/Operational | |
ignore_older: 30m | |
event_id: 4103, 4104 | |
- name: Windows PowerShell | |
event_id: 400,600 | |
ignore_older: 30m | |
- name: Microsoft-Windows-WMI-Activity/Operational | |
event_id: 5857,5858,5859,5860,5861 | |
- name: SilkService-Log | |
ignore_older: 30m | |
- name: Microsoft-Windows-Windows Defender/Operational | |
ignore_older: 30 | |
- name: Microsoft-Windows-Windows Firewall With Advanced Security/Firewall | |
ignore_older: 30 | |
output.kafka: | |
hosts: ["IPADDRESS:9092"] | |
topic: "winlogbeat" | |
max_retries: 2 | |
max_message_bytes: 1000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment