Class: LogStash::Modules::KibanaResource
- Inherits:
-
Object
- Object
- LogStash::Modules::KibanaResource
- Includes:
- ResourceBase
- Defined in:
- lib/logstash/modules/kibana_resource.rb
Instance Attribute Summary
Attributes included from ResourceBase
#base, #content_id, #content_path, #content_type
Instance Method Summary collapse
Methods included from ResourceBase
#<=>, #==, #content, #content_as_object, #initialize, #to_s
Instance Method Details
#import_path ⇒ Object
6 7 8 |
# File 'lib/logstash/modules/kibana_resource.rb', line 6 def import_path base + "/" + content_type + "/" + content_id end |