Class: Fluent::Plugin::ElasticsearchOutput::RequestInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/out_elasticsearch2.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



46
47
48
# File 'lib/fluent/plugin/out_elasticsearch2.rb', line 46

def host
  @host
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



46
47
48
# File 'lib/fluent/plugin/out_elasticsearch2.rb', line 46

def index
  @index
end