Class: Fluent::Plugin::ElasticsearchOutput::RequestInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ElasticsearchOutput::RequestInfo
- Defined in:
- lib/fluent/plugin/out_elasticsearch.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#ilm_alias ⇒ Object
Returns the value of attribute ilm_alias.
-
#ilm_index ⇒ Object
Returns the value of attribute ilm_index.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
56 57 58 |
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56 def host @host end |
#ilm_alias ⇒ Object
Returns the value of attribute ilm_alias
56 57 58 |
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56 def ilm_alias @ilm_alias end |
#ilm_index ⇒ Object
Returns the value of attribute ilm_index
56 57 58 |
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56 def ilm_index @ilm_index end |
#index ⇒ Object
Returns the value of attribute index
56 57 58 |
# File 'lib/fluent/plugin/out_elasticsearch.rb', line 56 def index @index end |