Releases: edmocosta/tuistash
Releases · edmocosta/tuistash
v0.7.0
What's Changed
- Improve fetching performance and reduce UI lags by @edmocosta in #12
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- docs(README): added Arch Linux installation instructions by @adamperkowski in #9
- Added pipeline top upstream producers and improve plugins details by @edmocosta in #11
- Changed the dropped events percentage color from yellow to dark gray for the
logstash-filter-drop
plugin. - The
logstash-output-elasticsearch
plugin details now shows the bulk requests failures. - Added the "Top upstream producers" list on the
pipeline
input plugin details. - Minor UI improvements & bumped dependencies versions.
- Changed the dropped events percentage color from yellow to dark gray for the
New Contributors
- @adamperkowski made their first contribution in #9
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Added support for vertices and edges files diagnostics and other enhacements by @edmocosta in #7
- The thread name is now displayed on the traces details block.
- BREAKING: Removed the
default
andtable
output options from thenode
command. - Bumped dependencies versions.
- Update README.md by @edmocosta in #6
Full Changelog: v0.4.0...v0.5.0
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