elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.68k stars 8.23k forks source link

[Observability Onboarding] ES unsigned certificates don't work properly #199751

Closed flash1293 closed 23 hours ago

flash1293 commented 1 week ago

When setting up Elasticsearch on-prem, by default it's using https with an unsigned certificate. This means to connect to Elasticsearch, the user either needs to change the certificate to a signed one they created themselves, configure the shippers to accept unsigned certificates or manually switch to http.

When using the host or k8s flows with EA or OTel, no flow is currently handling this automatically:

The onboarding flow in the integrations plugin is prepopulating the ssl.ca_trusted_fingerprint setting for both EA flows - we should probably do the same for our flows.

For OTel, I'm not sure whether something needs to be done or not - but we should at least describe in the documentation how to get around the problem

elasticmachine commented 1 week ago

Pinging @elastic/obs-ux-onboarding-team (Feature: Observability Onboarding)

elasticmachine commented 1 week ago

Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs)