LogLens

LogLens is a high-performance terminal tool designed to replace jq, grep, and tail -f for structured log analysis.

fields command

Cost / License

  • Freemium (Pay once)
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
  • Visual Studio Code
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Lightweight
  2.  Privacy focused

Features

  1.  Command line interface
  2.  No Tracking
  3.  Ad-free
  4.  Portable
  5.  Syntax Highlighting
  6.  Support for scripting
  7.  No registration required
  8.  Works Offline
  9.  JSON Parser
  10.  Rust

 Tags

LogLens News & Activities

Highlights All activities

Recent activities

Show all activities

LogLens information

  • Developed by

    BE flagcaelrith
  • Licensing

    Open Source (MIT) and Freemium product.
  • Pricing

    One time purchase (perpetual license) that costs $79 + free version with limited functionality.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Network & AdminDevelopmentOS & Utilities

GitHub repository

  •  0 Stars
  •  0 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
LogLens was added to AlternativeTo by Caelrith on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is LogLens?

LogLens is a high-performance terminal tool designed to replace jq, grep, and tail -f for structured log analysis.

Unlike traditional tools, LogLens automatically detects JSON, Nginx and Logfmt structures, allowing you to filter logs using SQL-like logic (e.g. level == 'error' && latency > 500) or natural syntax (e.g. level is error and latency > 500) instead of complex regex. It features a live TUI (Terminal User Interface) for interactive filtering and real-time monitoring.

Key Features:

  • Zero-Config Parsing: Automatically parses JSON/Nginx/Logfmt.
  • Structured Query Engine: Filter by field values, not just text.
  • Live Watch Mode: Tail logs with real-time highlighters.
  • Local & Private: Runs entirely on your machine; no data leaves your server.
  • Open Source Core: Powered by the MIT-licensed loglens-core engine.

Official Links