Class: LogStash::Api::Commands::System::BasicInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/logstash/api/commands/system/basicinfo_command.rb

Instance Attribute Summary

Attributes inherited from Base

#service

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

#runObject



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