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



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

def host
  @host
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end