File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# Tuistash
22
3- A Terminal User Interface for Logstash.
3+ A Terminal User Interface (TUI) for monitoring Logstash 🪵
44
55![ demo] ( docs/img/demo.gif )
66
@@ -15,7 +15,7 @@ brew tap edmocosta/homebrew-tap
1515brew install tuistash
1616```
1717
18- ### Manual
18+ ### Manually
1919Download the latest release from the [ GitHub releases page] ( https://github.com/edmocosta/tuistash/releases ) or build it from the source:
2020
21211 - Install Rust and Cargo (Linux and macOS):
@@ -65,13 +65,28 @@ Options:
6565
6666```
6767
68- ### TUI:
68+ ### TUI
6969
7070``` shell
7171./tuistash
7272```
7373
74- ### GET command:
74+ ``` shell
75+ ./tuistash tui --help
76+ ```
77+
78+ ``` shell
79+ Logstash TUI
80+
81+ Usage: tuistash tui [OPTIONS]
82+
83+ Options:
84+ -i, --interval < INTERVAL> Refresh interval in seconds [default: 1]
85+ ```
86+
87+ ### Other commands
88+
89+ #### GET
7590
7691``` shell
7792./tuistash get node --help
You can’t perform that action at this time.
0 commit comments