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

[Observability Onboarding] Elasticsearch URL is pointing to Kibana on serverless - all onboarding flows #193831

Open
flash1293 opened this issue Sep 24, 2024 · 4 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature: Observability Onboarding Team:obs-ux-logs Observability Logs User Experience Team

Comments

@flash1293
Copy link
Contributor

Kibana version: serverless prod

Describe the bug: All flows on serverless use the Kibana URL instead of the Elasticsearch URL - this causes the flow to be unsuccessful.

Steps to reproduce:

  1. Create Observability project on prod
  2. Go to Auto-detect/Custom logs/Kubernetes flow
  3. Elasticsearch endpoint is using the Kibana URL (<project-name>.kb.us-east-1.aws.elastic.cloud) instead of the Elasticsearch one <random id>.es.us-east-1.aws.elastic.cloud)

Expected behavior:
Should use the correct URL instead

Any additional context:

I didn't test but I think the problem comes from here:

const elasticsearchUrl = plugins.cloud?.setup?.elasticsearchUrl

If the endpoint can't be fetched from the cloud endpoint, it will use the fallback (which is just the current Kibana host). I'm not sure what changed, maybe it's something within the cloud plugin or even the configuration for serverless projects. However, the integration page onboarding flow is not affected, so there is a proper way to get this information.

@flash1293 flash1293 added bug Fixes for quality problems that affect the customer experience Feature: Observability Onboarding Team:obs-ux-logs Observability Logs User Experience Team labels Sep 24, 2024
@elasticmachine
Copy link
Contributor

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

@elasticmachine
Copy link
Contributor

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

@akhileshpok
Copy link

@gbamparop - Can we please fix this issue before prioritising any feature development? Thanks

@mykolaharmash mykolaharmash self-assigned this Sep 24, 2024
@gbamparop
Copy link
Contributor

@gbamparop - Can we please fix this issue before prioritising any feature development? Thanks

Sure, let's tackle the high priority bugs first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature: Observability Onboarding Team:obs-ux-logs Observability Logs User Experience Team
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

5 participants