mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Fleet] Fix agent status when .fleet-agents do not exists (#149509)
This commit is contained in:
parent
83d56cd776
commit
52f324b9ad
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ export async function getAgentStatusForAgentPolicy(
|
|||
},
|
||||
},
|
||||
},
|
||||
ignore_unavailable: true,
|
||||
});
|
||||
} catch (error) {
|
||||
logger.debug(`Error getting agent statuses: ${error}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue