summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser-0.3.0/toscaparser/tests/data/CSAR/tosca_elk/Definitions/rsyslog.yaml
blob: 4614ee772563c7891927addcc0276b5079182b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tosca_definitions_version: tosca_simple_yaml_1_0

description: >
  RSYSLOG is the Rocket-fast SYStem for LOG processing.

node_types:
  tosca.nodes.SoftwareComponent.Rsyslog:
    derived_from: tosca.nodes.SoftwareComponent
    requirements:
      - log_endpoint:
          capability: tosca.capabilities.Endpoint
          node: tosca.nodes.SoftwareComponent.Logstash
          relationship: tosca.relationships.ConnectsTo