You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
When I am looking at my Kibana's logs, I constantly have :
{"type":"log","@timestamp":"2021-09-02T21:38:59Z","tags":["error","elasticsearch","data"],"pid":1,"message":"[ConnectionError]: self signed certificate"}
{"type":"log","@timestamp":"2021-09-02T21:39:02Z","tags":["error","elasticsearch","data"],"pid":1,"message":"[ConnectionError]: self signed certificate"}
{"type":"log","@timestamp":"2021-09-02T21:39:04Z","tags":["debug","metrics"],"pid":1,"message":"Refreshing metrics"}
{"type":"log","@timestamp":"2021-09-02T21:39:04Z","tags":["error","elasticsearch","data"],"pid":1,"message":"[ConnectionError]: self signed certificate"}
The logs of the master node, the client node and the data node don't show any errors.
Sorry if something is not clear, I am not familiar with SSL/TLS certificates.
Do you know how can I resolve my issue?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used Helm in order to install Open Distro for ElasticSearch.
My goal is to have a secure configuration with encryption of data.
I followed this tutorial : https://aws.amazon.com/fr/blogs/opensource/add-ssl-certificates-open-distro-for-elasticsearch/
where I created a local, self-signed Certificate Authority using OpenSSL and all the other certificates.
I made all the necessary secrets :
elasticsearch-account
elasticsearch-admin-certs
elasticsearch-rest-certs
elasticsearch-transport-certs
kibana-certs
I filled the config part for both Kibana and Elasticsearch in
values.yaml
My Kibana Config part is as follow:
My ElasticSearch config is as follows:
When I am looking at my Kibana's logs, I constantly have :
The logs of the master node, the client node and the data node don't show any errors.
Sorry if something is not clear, I am not familiar with SSL/TLS certificates.
Do you know how can I resolve my issue?
The text was updated successfully, but these errors were encountered: