Class: Fluent::Plugin::ElasticsearchOutputDynamic::RequestInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



16
17
18
# File 'lib/fluent/plugin/out_elasticsearch_dynamic.rb', line 16

def host
  @host
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



16
17
18
# File 'lib/fluent/plugin/out_elasticsearch_dynamic.rb', line 16

def index
  @index
end