mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Uptime monitor management] Use saveds objects from all spaces in the task (#124115)
This commit is contained in:
parent
f68210d7f1
commit
ba2d221557
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ export class SyntheticsService {
|
|||
|
||||
const findResult = await savedObjectsClient.find<SyntheticsMonitor>({
|
||||
type: syntheticsMonitorType,
|
||||
namespaces: ['*'],
|
||||
});
|
||||
|
||||
return (findResult.saved_objects ?? []).map(({ attributes, id }) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue