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



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

def host
  @host
end

#ilm_aliasObject

Returns the value of attribute ilm_alias

Returns:

  • (Object)

    the current value of ilm_alias



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

def ilm_alias
  @ilm_alias
end

#ilm_indexObject

Returns the value of attribute ilm_index

Returns:

  • (Object)

    the current value of ilm_index



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

def ilm_index
  @ilm_index
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



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

def index
  @index
end