diff --git a/docs/en/apm-server/getting-started-apm-server.asciidoc b/docs/en/apm-server/getting-started-apm-server.asciidoc index ce025d7e32..a1f673c222 100644 --- a/docs/en/apm-server/getting-started-apm-server.asciidoc +++ b/docs/en/apm-server/getting-started-apm-server.asciidoc @@ -284,12 +284,12 @@ If you are running Windows XP, you may need to download and install PowerShell. [source,shell] ---------------------------------------------------------------------- PS > cd 'C:\Program Files\APM-Server' -PS C:\Program Files\APM-Server> .\install-service-apm-server.ps1 +PS C:\Program Files\APM-Server> .\install-service.ps1 ---------------------------------------------------------------------- NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. -For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-apm-server.ps1`. +For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service.ps1`. endif::[] diff --git a/docs/en/apm-server/known-issues.asciidoc b/docs/en/apm-server/known-issues.asciidoc index f98073ad3f..a13ad3824f 100644 --- a/docs/en/apm-server/known-issues.asciidoc +++ b/docs/en/apm-server/known-issues.asciidoc @@ -35,7 +35,7 @@ Failed installing package [apm] due to error: [ResponseError: mapper_parsing_exc ---- // Link to fix? -A fix for this issue is in progress: https://github.com/elastic/kibana/pull/171712[elastic/kibana#171712]. +A fix was released in 8.11.2: https://github.com/elastic/kibana/pull/171712[elastic/kibana#171712]. // TEMPLATE