Skip to content

Releases: edmocosta/tuistash

v0.7.0

16 Jan 22:36
579eb59
Compare
Choose a tag to compare

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

03 Jan 09:19
c906568
Compare
Choose a tag to compare

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.

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

13 Dec 16:30
1606e7d
Compare
Choose a tag to compare

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 and table output options from the node command.
    • Bumped dependencies versions.
  • Update README.md by @edmocosta in #6

Full Changelog: v0.4.0...v0.5.0

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