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

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



42
43
44
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 42

def host
  @host
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



42
43
44
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 42

def index
  @index
end