Skip to content

lavrd/loghell

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
go
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

loghell

Simple JSON data (such as logs) indexer and viewer. Terminal UI will be implemented soon.

Current version works only with JSON data.

Query syntax is

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

GoLang working version with web UI.