Class: Fluent::Plugin::OpenSearchOutput::RequestInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



81
82
83
# File 'lib/fluent/plugin/out_opensearch.rb', line 81

def alias
  @alias
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



81
82
83
# File 'lib/fluent/plugin/out_opensearch.rb', line 81

def host
  @host
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



81
82
83
# File 'lib/fluent/plugin/out_opensearch.rb', line 81

def index
  @index
end

#target_indexObject

Returns the value of attribute target_index

Returns:

  • (Object)

    the current value of target_index



81
82
83
# File 'lib/fluent/plugin/out_opensearch.rb', line 81

def target_index
  @target_index
end