elasticsearch_connector.cluster.schema.yml in Elasticsearch Connector 8.5
config/schema/elasticsearch_connector.cluster.schema.yml
File
config/schema/elasticsearch_connector.cluster.schema.ymlView source
- elasticsearch_connector.cluster.*:
- type: config_entity
- label: 'Elasticsearch Cluster'
- mapping:
- cluster_id:
- type: string
- label: 'Cluster ID'
- name:
- type: string
- label: 'Cluster Name'
- status:
- type: string
- label: 'Cluster Status'
- url:
- type: string
- label: 'Cluster URL'
- proxy:
- type: string
- label: 'Cluster Proxy'
- options:
- type: mapping
- label: 'Options'
- mapping:
- multiple_nodes_connection:
- type: boolean
- label: 'Multiple Nodes Connection'
- locked:
- type: boolean
- label: 'Locked'