You are here

elasticsearch_connector.cluster.schema.yml in Elasticsearch Connector 8.7

config/schema/elasticsearch_connector.cluster.schema.yml

File

config/schema/elasticsearch_connector.cluster.schema.yml
View source
  1. elasticsearch_connector.cluster.*:
  2. type: config_entity
  3. label: 'Elasticsearch Cluster'
  4. mapping:
  5. cluster_id:
  6. type: string
  7. label: 'Cluster ID'
  8. name:
  9. type: string
  10. label: 'Cluster Name'
  11. status:
  12. type: string
  13. label: 'Cluster Status'
  14. url:
  15. type: string
  16. label: 'Cluster URL'
  17. proxy:
  18. type: string
  19. label: 'Cluster Proxy'
  20. options:
  21. type: mapping
  22. label: 'Options'
  23. mapping:
  24. multiple_nodes_connection:
  25. type: boolean
  26. label: 'Multiple Nodes Connection'
  27. locked:
  28. type: boolean
  29. label: 'Locked'