Skip to content

alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dkhokhlov dkhokhlov released this 07 Oct 23:42
· 62 commits to master since this release

Fully functional.
Notes:

  • in addition to console (stdout) tailer now outputs to c:/ProgramData/logs/windows-tailer1.log", configurable

Examples:

  • Dump 100 last events from System, Application and Security channels:

    • winevt-tailer.exe
  • Start tailing System, Application and Security channels with 10 events lookback and persistent state:

    • winevt-tailer.exe -f -b 10 -p
  • Dump effective configuration to console that can be used as config file:

    • winevt-tailer.exe -e -b 10 -p