Skip to content

lavrd/loghell

Repository files navigation

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.