Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 455 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 455 Bytes

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