Releases: edmocosta/tuistash
Releases · edmocosta/tuistash
v0.4.0
What's Changed
- Introduced a new
tui
view namedThreads
, which relies on the Logstash's hot-threads API to display the busiest threads and their traces in #5 - Added the User-Agent header to HTTP requests, so the client can be identified.
- Minor UI fixes.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
by @edmocosta in #4
- Added load from diagnostic-path option (
--diagnostic-path
,-p
) - Bumped dependencies.
- Improved compatibility with older Logstash versions (7.x), which graph API is not supported.
- The pipeline components view now shows the plugin's pipeline usage and the dropped events percentages.
- Added a few plugin's extra details on the pipeline view (pipeline, elasticsearch)
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Improvements and flows metrics view by @edmocosta in #3:
- Added a new
flows
view built on top of the latest Logstash flow metrics. - Renamed the
view
command totui
. - Changed to execute the
tui
command by default when no specific command is supplied. - Migrated from
tui
toratatui
and bumped a few dependencies. - Changed
pipelines
charts to continuously aggregate data, even if the chart isn't being displayed. - Added
worker millis per event
chart on the pipeline's plugin details. - Reorganized TUI shortcuts and other design changes.
- Added license file
- Added a new
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Change view command to clear the terminal before rendering the application by @edmocosta in #2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Add error panel, panic hook, and updated dependencies by @edmocosta in #1
Full Changelog: v0.1.0...v0.1.1