Skip to content

Instantly share code, notes, and snippets.

@mathieue
Created December 1, 2023 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathieue/bf827f563bf2c067522f91362abb19b3 to your computer and use it in GitHub Desktop.
Save mathieue/bf827f563bf2c067522f91362abb19b3 to your computer and use it in GitHub Desktop.
winlogbeat
output.file:
path: "chemin/vers/le/dossier/de/sortie"
filename: winlogbeat
rotate_every_kb: 10000
number_of_files: 7
codec.json:
pretty: false
output.file:
path: "chemin/vers/le/dossier/de/sortie"
filename: winlogbeat_plain
rotate_every_kb: 10000
number_of_files: 7
codec.format:
string: '%{[message]}'
cd chemin\vers\winlogbeat
.\winlogbeat.exe -c winlogbeat.yml -e
.\winlogbeat.exe test config -c winlogbeat.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment