You are here

elasticsearch_connector.index.schema.yml in Elasticsearch Connector 8.2

config/schema/elasticsearch_connector.index.schema.yml

File

config/schema/elasticsearch_connector.index.schema.yml
View source
  1. elasticsearch_connector.index.*:
  2. type: config_entity
  3. label: 'Elasticsearch Index'
  4. mapping:
  5. index_id:
  6. type: string
  7. label: 'Index ID'
  8. name:
  9. type: string
  10. label: 'Index Name'
  11. num_of_shards:
  12. type: integer
  13. label: 'Shards'
  14. num_of_replica:
  15. type: integer
  16. label: 'Replica'
  17. server:
  18. type: string
  19. label: 'Cluster machine name'