Skip to content

Commit

Permalink
[Logs onboarding] hardcoded elastic agent version to 8.9.1 (elastic#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrdyn authored Sep 5, 2023
1 parent 4ce9d5d commit af347a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const installShipperSetupRoute = createObservabilityOnboardingServerRoute({
scriptDownloadUrl: string;
elasticAgentVersion: string;
}> {
const { core, plugins, kibanaVersion } = resources;
const { core, plugins } = resources;
const coreStart = await core.start();

const kibanaUrl =
Expand All @@ -53,7 +53,7 @@ const installShipperSetupRoute = createObservabilityOnboardingServerRoute({
return {
apiEndpoint,
scriptDownloadUrl,
elasticAgentVersion: kibanaVersion,
elasticAgentVersion: '8.9.1',
};
},
});
Expand Down

0 comments on commit af347a8

Please sign in to comment.