Download Kubelog
Requirements
Kubelog comes as a single binary and should work on most systems out of the box. Depending on your platform you may need to install some prerequisites:
Windows
Kubelog is tested on Windows 10 and 11. The Microsoft Visual C++ Runtime is required.
macOS
Kubelog is tested on macOS Tahoe and Sequoia.
Linux
The Linux build is bundled as an AppImage, which requires FUSE to be installed. If you don't have FUSE installed check out their docs on how to get started.
Download
Download Kubelog for: Windows | macOS | Linux
Changelog
Version 1.7.1
This release introduces reusable field extractors, improves log parsing, and makes high-volume log streaming smoother and more reliable.
Highlights
- Field extractors: Right-click a log line and select Add fields from this line to create additional columns using named regex capture groups.
- Extracted fields can be displayed as columns, used as facets, and searched immediately.
- Custom column sets are now called Log parsers, better distinguishing full log parsing from additive field extraction.
- Existing saved custom-column configurations remain compatible.
Improvements
- Reduced UI repaint frequency for smoother performance during high-volume log streaming.
- Improved generated regexes for timestamps, key-value fields, and tokens containing colons.
- Automatically selects a suitable default column for manually configured log parsers.
- Improved Kubernetes stream handling when pods complete or streams reach EOF.
- Reapplying a field extractor now correctly updates existing fields, facets, searches, findings, and timeline data.
macOS
- macOS builds now use vendored, statically linked OpenSSL.
- Updated the Intel build runner and simplified universal application packaging.
Fixes
- Fixed stale preview values after changing parser or field-extractor regexes.
- Fixed parsing of timestamps that could be mistaken for key-value fields.
- Fixed regex generation when keys contain characters requiring escaping.
Version 1.6.0
- Support JSON log data
- Better log pattern recognition
- Save and restore zoom level
Version 1.5.4
- Universal binary for macOS
- Saving a log now also saves columns, searches and bookmarks
- Facet drilldown and excludes
Version 1.4.2
- Crisper font rendering for improved readability
- General stability and performance improvements
Version 1.3.6
- Introducing team license support
- General stability and performance improvements
Version 1.3.4
- Search results are now visually highlighted in the text, making it easier to spot relevant matches at a glance
- Log lines can now be bookmarked with a single click, making navigation more seamless than ever
- Configuring custom columns has become even easier! Kubelog now detects patterns and suggests regular expressions to extract key data automatically
- The list of Pods can now be sorted by name, age, and namespace, improving workflow efficiency
- Facets can now be sorted by name or number of matches, allowing for a more structured overview of search results
- Proxy settings can now be configured directly within the application settings
Version 1.2.2
- Custom columns now support faceting to filter your log data with ease
- Logs of 'initial containers' are now also loaded
- Fixed a bug where the trial reminder showed up on the fist start
Version 1.1.3
- Added option to load logs from the file system
- Drop log files into Kubelog to open them
- Custom columns can now be configured
- It's now possible to change the order of the log columns
- Added a context menu to close all tabs or close all other tabs
- Saved searches can now be configured directly from the toolbar
- Fixed tab names for stateful sets
Version 1.0.6
- Re-added the action to show search results in the log view
- Fixed a bug with the export of logs
Version 1.0.4
- The search result view now uses the same column configuration as the active log view
- Fixed a bug where a log stream could time out
- Improved menu texts
Version 1.0.3
- Signed binaries for Windows and macOS
- Improved sidebar
- Improved split pane handling
- Improved timeline scaling
- Improved dark and light theme
- Improved icons
- Improved keyboard shortcuts