Skip to content

Commit 9c8c3a1

Browse files
committed
README: Add more tools
1 parent d81fcad commit 9c8c3a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1103,10 +1103,12 @@ These tools aren't specialized for log files but are useful to post-process or v
11031103
- [jc](https://github.com/kellyjonbrazil/jc): CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries
11041104
- [jtbl](https://github.com/kellyjonbrazil/jtbl): CLI tool to convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
11051105
- [evtx2json](https://github.com/vavarachen/evtx2json): convert Windows evtx files (Windows Event Log Files) into JSON
1106+
- [evtx_dump](https://github.com/omerbenamram/evtx): convert Windows evtx files (Windows Event Log Files) into JSON or XML
11061107
- [tailspin](https://github.com/bensadeh/tailspin): A log file highlighter
11071108
- [ov](https://github.com/noborus/ov): Feature-rich terminal-based text viewer. It is a so-called terminal pager.
11081109
- [Visidata](https://www.visidata.org): A terminal spreadsheet multitool for discovering and arranging data
11091110
- [Benthos](https://github.com/benthosdev/benthos.git): High performance and resilient stream processor, able to connect various sources and sinks
1111+
- [Anyquery](https://anyquery.dev): CLI tool to run SQL queries on any data source, no matter if it's a file, an API, logs, or a local app
11101112
11111113
#### Processing TSV Output
11121114
The TSV format can be processed by spreadsheet software and common Unix tools:
@@ -1164,4 +1166,7 @@ If klp doesn't meet your needs, here are some alternatives:
11641166
- [Graylog](https://github.com/Graylog2/graylog2-server): Free and open log management
11651167
- [Grafana Loki](https://grafana.com/docs/loki/latest/visualize/grafana/): Horizontally-scalable, highly-available, multi-tenant log aggregation system
11661168
- [qryn](https://qryn.metrico.in/): All-in-one polyglot observability
1169+
- [SigNoz](https://github.com/SigNoz/signoz): Open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application
1170+
- [Quickwit](https://github.com/quickwit-oss/quickwit): Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo
1171+
- [Sneller](https://github.com/SnellerInc/sneller): High-performance SQL engine built to analyze petabyte-scale un-structured logs and other event data.
11671172
- [Kubernetes History Inspector (KHI)](https://github.com/GoogleCloudPlatform/khi): An interactive log visualization tool that transforms Kubernetes logs into comprehensive timelines for efficient troubleshooting and analysis

0 commit comments

Comments
 (0)