Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 782 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 782 Bytes

Gomatch

Match any number of patterns/events in single line log records and convert them into JSON.

See the project wiki to find help getting started.

Installation - Linux

  1. Download or clone this repository.
  2. Open a command-line and navigate to the root of this tool directory.
  3. Use make and make install.

Installation - Windows

  1. Download or clone this repository.
  2. If you don't have Go installed, get it from here.
  3. Open a command-line and navigate to the root of this tool directory.
  4. Run win-compile.cmd to create a stand-alone executable.