Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect to SearchKit with ESv8 Security Cert #1323

Open
haylee-dev opened this issue Oct 26, 2023 · 1 comment
Open

Cannot connect to SearchKit with ESv8 Security Cert #1323

haylee-dev opened this issue Oct 26, 2023 · 1 comment
Labels

Comments

@haylee-dev
Copy link

The problem

Once completed upgrade to es version 0.8 and security enabled certificate is required for connection.

Havent tried anything just looking over the docs for solution. Turning off security due to node and es being private network was suggested and will probably be my current solution.

Custom transport also suggested (not tried this yet)

https://www.searchkit.co/docs/guides/setup-elasticsearch#custom-transport

@joemcelroy
Copy link
Member

joemcelroy commented Feb 1, 2024

Feature request: Want to be able to provide a file path to a public cert, so searchkit supports being able to use Elasticsearch with self-signed keys.

Workaround for now: Create your own custom transport that uses the elasticsearch client and pass the creds / cert

https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-connecting.html#auth-tls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants