Skip to content

Commit

Permalink
[Profiling] Improve wording in upgrade docs (#3184)
Browse files Browse the repository at this point in the history
With this commit we apply a suggestion made in #3179 and improve the rendering of a related console snippet.

Co-authored-by: Mike Birnstiehl 114418652+mdbirnstiehl@users.noreply.github.com
(cherry picked from commit 17dba9f)
  • Loading branch information
danielmitterdorfer authored and mergify[bot] committed Aug 30, 2023
1 parent e2aa21a commit c49d8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/profiling-upgrade.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ NOTE: When stopping incoming requests, host-agent replicas back off and retry co

You can delete existing profiling data in Kibana:

. If you are upgrading from 8.9.0 or higher, from the navigation menu, go to *Dev Tools*, paste the following snippet and execute it. If you are upgrading from an earlier version you can skip this step.
. If you're upgrading from 8.9.0 or later, go to *Dev Tools* from the navigation menu, and execute the following snippet. If you're upgrading from an earlier version, skip this step.
+
[source]
[source,console]
----
PUT /_cluster/settings
{
Expand Down

0 comments on commit c49d8d8

Please sign in to comment.