Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 364 Bytes

Loghell

Simple and not efficient JSON data (such as logs) indexer and viewer.

Current version works only with JSON data.

Query syntax is

  • <field>:<value>
  • <field>.<nested-field>:<value>

Loghellctl - to view data using command line utility.

GoLang working version with web UI.