Class: Fluent::Plugin::ElasticsearchOutputDynamic::RequestInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ElasticsearchOutputDynamic::RequestInfo
- Defined in:
- lib/fluent/plugin/out_elasticsearch_dynamic.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
16 17 18 |
# File 'lib/fluent/plugin/out_elasticsearch_dynamic.rb', line 16 def host @host end |
#index ⇒ Object
Returns the value of attribute index
16 17 18 |
# File 'lib/fluent/plugin/out_elasticsearch_dynamic.rb', line 16 def index @index end |