Class: Fluent::Plugin::ElasticsearchOutput::RequestInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ElasticsearchOutput::RequestInfo
- Defined in:
- lib/fluent/plugin/out_elasticsearch2.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
46 47 48 |
# File 'lib/fluent/plugin/out_elasticsearch2.rb', line 46 def host @host end |
#index ⇒ Object
Returns the value of attribute index
46 47 48 |
# File 'lib/fluent/plugin/out_elasticsearch2.rb', line 46 def index @index end |