mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet] Ignore missing policies when fetching agent data (#199325)
This commit is contained in:
parent
a2c94d87c4
commit
52d7eaf6d7
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ function useFullAgentPolicyFetcher() {
|
|||
if (policiesToFetchIds.length) {
|
||||
const bulkGetAgentPoliciesResponse = await sendBulkGetAgentPolicies(policiesToFetchIds, {
|
||||
full: authz.fleet.readAgentPolicies,
|
||||
ignoreMissing: true,
|
||||
});
|
||||
|
||||
if (bulkGetAgentPoliciesResponse.error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue