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



56
57
58
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56

def host
  @host
end

#ilm_aliasObject

Returns the value of attribute ilm_alias

Returns:

  • (Object)

    the current value of ilm_alias



56
57
58
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56

def ilm_alias
  @ilm_alias
end

#ilm_indexObject

Returns the value of attribute ilm_index

Returns:

  • (Object)

    the current value of ilm_index



56
57
58
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56

def ilm_index
  @ilm_index
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



56
57
58
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56

def index
  @index
end