Skip to content

Releases: edmocosta/tuistash

v0.4.0

27 Jun 20:14
00526d6
Compare
Choose a tag to compare

What's Changed

  • Introduced a new tui view named Threads, 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

11 Jun 21:31
Compare
Choose a tag to compare

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

09 Jan 20:48
0139593
Compare
Choose a tag to compare

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 to tui.
    • Changed to execute the tui command by default when no specific command is supplied.
    • Migrated from tui to ratatui 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

Full Changelog: v0.1.2...v0.2.0

v0.1.2

23 Jun 08:11
d23bb2d
Compare
Choose a tag to compare

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

21 Jun 17:51
Compare
Choose a tag to compare

What's Changed

  • Add error panel, panic hook, and updated dependencies by @edmocosta in #1

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Jun 09:39
Compare
Choose a tag to compare
Added bump homebrew formula step