You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -1103,10 +1103,12 @@ These tools aren't specialized for log files but are useful to post-process or v
1103
1103
- [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
1104
1104
- [jtbl](https://github.com/kellyjonbrazil/jtbl): CLI tool to convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
1105
1105
- [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
1106
1107
- [tailspin](https://github.com/bensadeh/tailspin): A log file highlighter
1107
1108
- [ov](https://github.com/noborus/ov): Feature-rich terminal-based text viewer. It is a so-called terminal pager.
1108
1109
- [Visidata](https://www.visidata.org): A terminal spreadsheet multitool for discovering and arranging data
1109
1110
- [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
1110
1112
1111
1113
#### Processing TSV Output
1112
1114
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:
1164
1166
- [Graylog](https://github.com/Graylog2/graylog2-server): Free and open log management
1165
1167
- [Grafana Loki](https://grafana.com/docs/loki/latest/visualize/grafana/): Horizontally-scalable, highly-available, multi-tenant log aggregation system
- [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.
1167
1172
- [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