mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- remove 'kibana' command; it's just 'web' now.
This commit is contained in:
parent
f6eb5a8f18
commit
7cb6f23bac
1 changed files with 1 additions and 2 deletions
|
@ -208,8 +208,7 @@ class LogStash::Runner
|
|||
$stderr.puts "Available commands:"
|
||||
$stderr.puts " agent - runs the logstash agent"
|
||||
$stderr.puts " version - emits version info about this logstash"
|
||||
$stderr.puts " web - runs the logstash web ui"
|
||||
$stderr.puts " kibana - runs the kibana web ui"
|
||||
$stderr.puts " web - runs the logstash web ui (called Kibana)"
|
||||
$stderr.puts " rspec - runs tests"
|
||||
#$stderr.puts commands.keys.map { |s| " #{s}" }.join("\n")
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue