Skip to content

Commit c5c2b04

Browse files
committed
[Fleet] Fix agent status count to not include unenrolled agents (#64106)
1 parent b20ebb9 commit c5c2b04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/ingest_manager/server/services/agents

x-pack/plugins/ingest_manager/server/services/agents/status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export async function getAgentStatusForConfig(
6767
AgentStatusKueryHelper.buildKueryForOfflineAgents(),
6868
].map(kuery =>
6969
listAgents(soClient, {
70-
showInactive: true,
70+
showInactive: false,
7171
perPage: 0,
7272
page: 1,
7373
kuery: configId

0 commit comments

Comments
 (0)