You are here

search_api_elasticsearch.backend.schema.yml in Search API Elasticsearch 8

config/schema/search_api_elasticsearch.backend.schema.yml

File

config/schema/search_api_elasticsearch.backend.schema.yml
View source
  1. search_api.backend.plugin.search_api_elasticsearch:
  2. type: mapping
  3. label: 'Search API Elasticsearch settings'
  4. mapping:
  5. transport:
  6. type: string
  7. label: 'The transport to use for sending queries'
  8. host:
  9. type: string
  10. label: 'The host name or IP address of the Elasticsearch server'
  11. port:
  12. type: string
  13. label: 'The port of the Elasticsearch server'
  14. http_user:
  15. type: string
  16. label: 'Username for basic HTTP authentication'
  17. http_pass:
  18. type: string
  19. label: 'Password for basic HTTP authentication'