logstash-plugins / logstash-output-elastic_app_search

Apache License 2.0
0 stars 9 forks source link

`host` setting works only for `swiftype.com` SaaS #24

Open andsel opened 3 years ago

andsel commented 3 years ago

The plugin provide host setting to connect to remote SaaS instance, this is the first part of the endpoint, for example given the endpoint abracadabradafb0085b55243d7b87b3f358852313c.api.swiftype.com the host part is dafb0085b55243d7b87b3f358852313c. The host is mapped to AppSearch client's host_identifier parameter With Elastic Enterprise Search the parameter requested to use in SaaS connection is api_endpoint that correspond the full name, for example https://abracadabradafb0085b55243d7b87b3f358852313c.ent-search.eu-west-1.aws.cloud.es.io

Related to #23