winlogstream

command module
v0.0.0-...-85d1928 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2022 License: MIT Imports: 10 Imported by: 0

README

winlogstream Go

Winlog stream is a tool to stream Windows Event Log events to console.

to run

First, download the file from any build

Run the exe file to see usage.

Please note log names are case sensitive and correspond to the field "Full Name" you can see when displaying the event log properties, not the descriptive name you see in the event log tree.

from source

The tool is written in Go. Install go 1.14+ and simply run

go build .

to build the exe file, or

go install

to install the tool in your path. If you don't have go but have docker on your machine, you can also compile with the command:

docker run --rm -v <path_to_the_source_files>:/usr/src/winlogstream -w /usr/src/winlogstream -e GOOS=windows -e GOARCH=amd64 golang:1.14 go build -v

Documentation

Overview

Command line tool for hooking into the Windows Event Log and streaming messages as they come in

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL