Skip to content

Commit

Permalink
Update UA to consume snapshotsUrl as provided by the Cloud plugin. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Sep 6, 2021
1 parent 4eb8b6f commit 25de643
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 25de643

Please sign in to comment.