1 tosca_definitions_version: tosca_simple_yaml_1_0
4 Logstash is a tool for receiving, processing and outputting logs. All kinds
5 of logs. System logs, webserver logs, error logs, application logs, and just
6 about anything you can throw at it.
9 tosca.nodes.SoftwareComponent.Logstash:
10 derived_from: tosca.nodes.SoftwareComponent
13 capability: tosca.capabilities.Endpoint
14 node: tosca.nodes.SoftwareComponent.Elasticsearch
16 type: tosca.relationships.ConnectsTo
25 type: tosca.capabilities.Endpoint