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

description: >
  Kibana is an open source analytics and visualization platform designed to work with Elasticsearch.
  You use Kibana to search, view, and interact with data stored in Elasticsearch.

node_types:
  tosca.nodes.SoftwareComponent.Kibana:
    derived_from: tosca.nodes.SoftwareComponent
    requirements:
        - search_endpoint:
            capability: tosca.capabilities.Endpoint
            node: tosca.nodes.SoftwareComponent.Elasticsearch
            relationship: tosca.relationships.ConnectsTo