gomatch icon indicating copy to clipboard operation
gomatch copied to clipboard

Event matching for log records

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.