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: add edge case resolution in known issues #3235

Merged
merged 3 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/en/observability/profiling-get-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,22 @@ We still recommend upgrading as the latest version contains several improvements
[[profiling-upgrade-known-issues]]
==== Known issue when configuring data ingestion


If your {ecloud} deployment originated from version 7.x or earlier and is currently running on version 8.9.0–8.9.2, you may encounter a problem while trying to enable Universal Profiling.

Specifically, clicking the *Set up Universal Profiling* button triggers an error message that reads `Error while setting up Universal Profiling`.
Upgrade to version 8.10.0 or more recent to fix this issue.

If you previously enabled Universal Profiling in {ecloud} version 8.9.0, and you're re-executing the setup, you may face
the same error, but upgrading to the most recent version won't be enough to fix the issue.

To address the error, go to *Dev Tools* from the navigation menu and execute the following command.
inge4pres marked this conversation as resolved.
Show resolved Hide resolved

WARNING: When running the following command, customizations of APM and Fleet configurations will be erased.

Upgrade to version 8.9.3 or more recent to fix this issue.
[source,console]
----
POST kbn:/internal/fleet/reset_preconfigured_agent_policies/policy-elastic-agent-on-cloud
----


[discrete]
Expand Down
4 changes: 2 additions & 2 deletions docs/en/observability/profiling-upgrade.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ Verify that no ingestion is happening by reloading the *Data Streams* and *Indic
[[profiling-from-scratch]]
=== Set up Universal Profiling from scratch

Refer to <<profiling-get-started>> to set up Universal Profiling from scratch.
Refer to <<profiling-get-started#profiling-configure-data-ingestion,Configure Data Ingestion>> to set up Universal Profiling from scratch.
inge4pres marked this conversation as resolved.
Show resolved Hide resolved


[discrete]
[[profiling-start-data-ingestion]]
=== Start profiling data ingestion

If you stopped ingesting data by stopping routing requests to the Integrations Server, reenable traffic following the same steps but click **Start routing requests** instead of **Stop routing requests**.
If you stopped ingesting data by stopping routing requests to the Integrations Server, re-enable traffic following the same steps but click **Start routing requests** instead of **Stop routing requests**.

[discrete]
[[profiling-verify-upgrade-success]]
Expand Down
Loading