Skip to content

lavrd/loghell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.