/lcat

Command line utility to read log files in the logstash json format

Primary LanguageRustApache License 2.0Apache-2.0

lcat

Command line utility to read log files in the logstash json format. Run lcat -h for usage examples and parameters.

Installation

Cargo

Install Rust, clone this repository and run:

cargo install --path .

Nix

With Nix flakes enabled (for example installed using DeterminateSystems/nix-installer), run:

nix profile install github:SakulK/lcat