winlogbeat
winlogbeat.event_logs:
- name: Application
provider:
- Application Error
- Application Hang
- Windows Error Reporting
- EMET
- name: Security
level: critical, error, warning
event_id: 4624, 4625, 4700-4800, -4735
- name: System
ignore_older: 168h
- name: Microsoft-Windows-Windows Defender/Operational
include_xml: true
output.elasticsearch:
hosts:
- localhost:9200
pipeline: "windows-pipeline-id"
logging.to_files: true
logging.files:
path: C:/ProgramData/winlogbeat/Logs
logging.level: infoLast updated