blob: 4a1770f9b127365868969be6fd51dc8def877771 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
Elasticsearch is an open-source search engine built on top of Apache Lucene, a full-text search-engine library.
node_types:
tosca.nodes.SoftwareComponent.Elasticsearch:
derived_from: tosca.nodes.SoftwareComponent
capabilities:
search_endpoint:
type: tosca.capabilities.Endpoint
|