Skip to content

Commit

Permalink
Update UA to consume snapshotsUrl as provided by the Cloud plugin. (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored and sabarasaba committed Oct 20, 2021
1 parent c4658b7 commit 43c7797
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const getBackupStep = ({ cloud, cloudBackupStatusResponse }: Props): EuiS
children: (
<CloudBackup
cloudBackupStatusResponse={cloudBackupStatusResponse!}
cloudSnapshotsUrl={`${cloud!.deploymentUrl}/elasticsearch/snapshots`}
cloudSnapshotsUrl={cloud!.snapshotsUrl!}
/>
),
};
Expand Down

0 comments on commit 43c7797

Please sign in to comment.