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

[Profiling] Fix set up process 8.10 #167068

Merged
merged 4 commits into from Sep 25, 2023

Conversation

cauemarcondes
Copy link
Contributor

@cauemarcondes cauemarcondes commented Sep 22, 2023

So clients reported that they got stuck in the set up screen In the Universal Profling UI. And when the set up button was clicked an error happened:

An integration policy with the name elastic-universal-profiling-collector already exists. Please rename it or choose a different name.

This happens because when we were checking if the Collector and Symbolizer integrations were installed we weren't taking into consideration that the Fleet API is paginated. So if neither integration was available on the first page we just assumed the Profiling wasn't set up.

This PR fixes it by adding a kuery filter in the Fleet API call to only look for out integrations. So we don't need to worry about paginating.

@apmmachine
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • /oblt-deploy-serverless : Deploy a serverless Kibana instance using the Observability test environments.
  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@cauemarcondes cauemarcondes changed the title [Profiling] fix setup 8.10 [Profiling] Fix set up process 8.10 Sep 22, 2023
@cauemarcondes cauemarcondes requested a review from a team September 22, 2023 15:32
Copy link
Contributor

@jbcrail jbcrail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good!

@cauemarcondes
Copy link
Contributor Author

@elasticmachine merge upstream

@cauemarcondes cauemarcondes enabled auto-merge (squash) September 25, 2023 15:45
@cauemarcondes cauemarcondes merged commit cb646e0 into elastic:8.10 Sep 25, 2023
18 checks passed
@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@cauemarcondes cauemarcondes deleted the profiling-fix-setup-8.10 branch September 25, 2023 15:54
yomduf added a commit to elastic/observability-docs that referenced this pull request Oct 4, 2023
Change the upgrade version recommendation version to 8.10.3 because of elastic/kibana#167068
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants