Skip to content

Commit

Permalink
[Fleet] Fix agent status count to not include unenrolled agents (#64106
Browse files Browse the repository at this point in the history
…) (#64423)
  • Loading branch information
nchaulet committed Apr 24, 2020
1 parent ee158cc commit d2a27ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function getAgentStatusForConfig(
AgentStatusKueryHelper.buildKueryForOfflineAgents(),
].map(kuery =>
listAgents(soClient, {
showInactive: true,
showInactive: false,
perPage: 0,
page: 1,
kuery: configId
Expand Down

0 comments on commit d2a27ac

Please sign in to comment.