diff --git a/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc b/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc index fc2c40e9e..e44a18936 100644 --- a/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc +++ b/docs/en/ingest-management/troubleshooting/troubleshooting.asciidoc @@ -32,7 +32,7 @@ may experience issues updating. To resolve this problem: . In a terminal window, run the following `cURL` request, providing your {kib} superuser credentials to reset the {ecloud} agent policy. -** On {kib} versions 8.11 and higher, run: +** On {kib} versions 8.11 and later, run: + [source,shell] ---- @@ -43,7 +43,7 @@ curl -u : --request POST \ --header 'elastic-api-version: 1' ---- -** On {kib} versions below 8.11, run: +** On {kib} versions earlier than 8.11, run: + [source,shell] ----