Class: LogStash::Api::Modules::Stats

Inherits:
Base
  • Object
show all
Defined in:
lib/logstash/api/modules/stats.rb

Instance Attribute Summary

Attributes inherited from Base

#agent, #factory

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from LogStash::Api::Modules::Base

Instance Method Details

#stats_commandObject



6
7
8
# File 'lib/logstash/api/modules/stats.rb', line 6

def stats_command
  factory.build(:stats)
end