docs: fix issues
[parser.git] / tosca2heat / tosca-parser / toscaparser / tests / data / custom_types / kibana.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   Kibana is an open source analytics and visualization platform designed to work with Elasticsearch.
5   You use Kibana to search, view, and interact with data stored in Elasticsearch.
6
7 node_types:
8   tosca.nodes.SoftwareComponent.Kibana:
9     derived_from: tosca.nodes.SoftwareComponent
10     requirements:
11         - search_endpoint:
12             capability: tosca.capabilities.Endpoint
13             node: tosca.nodes.SoftwareComponent.Elasticsearch
14             relationship: tosca.relationships.ConnectsTo