module LogStashConfig::PluginSection1

Public Instance Methods

_1() click to toggle source
# File lib/logstash/config/grammar.rb, line 301
def _1
  elements[1]
end
_2() click to toggle source
# File lib/logstash/config/grammar.rb, line 305
def _2
  elements[3]
end
plugin_type() click to toggle source
# File lib/logstash/config/grammar.rb, line 297
def plugin_type
  elements[0]
end