Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hedhyw/json-log-viewer

Interactive viewer for JSON logs.
https://github.com/hedhyw/json-log-viewer

bubbletea go golang interactive json json-logging json-logs logs structured-logging terminal viewer

Last synced: 6 days ago
JSON representation

Interactive viewer for JSON logs.

Awesome Lists containing this project

README

        

# JSON Log Viewer

![Version](https://img.shields.io/github/v/tag/hedhyw/json-log-viewer)
[![Go Report Card](https://goreportcard.com/badge/github.com/hedhyw/json-log-viewer)](https://goreportcard.com/report/github.com/hedhyw/json-log-viewer)
[![Coverage Status](https://coveralls.io/repos/github/hedhyw/json-log-viewer/badge.svg?branch=main)](https://coveralls.io/github/hedhyw/json-log-viewer?branch=main)
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go?tab=readme-ov-file#utilities)

An interactive tool for viewing and analyzing complex structured JSON logs.

![Animation](./assets/animation.webp)

## Installation

### Homebrew

```shell
brew install hedhyw/main/jlv
```

### Standalone Binary, DEB or RPM packages

https://github.com/hedhyw/json-log-viewer/releases/latest

## Documentation

- [Features](docs/features.md).
- [Install from source](docs/install-from-source.md).
- [Usage](docs/usage.md).
- [Customization](docs/customization.md).
- [Resources](docs/resources.md).
- [Contribution](docs/CONTRIBUTING).
- [MIT License](LICENSE).