Class: LogStash::Api::Commands::System::BasicInfo
- Defined in:
- lib/logstash/api/commands/system/basicinfo_command.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#extract_metrics, #initialize, #started_at, #uptime
Constructor Details
This class inherits a constructor from LogStash::Api::Commands::Base
Instance Method Details
#run ⇒ Object
12 13 14 15 |
# File 'lib/logstash/api/commands/system/basicinfo_command.rb', line 12 def run # Just merge this stuff with the defaults BUILD_INFO end |