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



45
46
47
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 45

def host
  @host
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



45
46
47
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 45

def index
  @index
end