mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- emit "Elasticsearch: " before the elasticsearch version information
This commit is contained in:
parent
f7c3ff125b
commit
f25090772c
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ class LogStash::Agent < Clamp::Command
|
|||
end
|
||||
end
|
||||
|
||||
$stdout.write("Elasticsearch: ");
|
||||
org.elasticsearch.Version::main([])
|
||||
end # def show_version_elasticsearch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue