Skip to content

Instantly share code, notes, and snippets.

@claflico
Created August 4, 2016 16:23
Show Gist options
  • Save claflico/28c3c52c158a2dfe8affa80ec154f5f6 to your computer and use it in GitHub Desktop.
Save claflico/28c3c52c158a2dfe8affa80ec154f5f6 to your computer and use it in GitHub Desktop.
winlogbeat::event_logs:
Application:
ignore_older: '72h'
Security: {}
System: {}
to
event_logs:
- name: Application
ignore_older: 72h
- name: Security
- name: System
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment