We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d099d0 commit 0dcefe8Copy full SHA for 0dcefe8
x-pack/plugins/ingest_manager/server/services/agents/status.ts
@@ -67,7 +67,7 @@ export async function getAgentStatusForConfig(
67
AgentStatusKueryHelper.buildKueryForOfflineAgents(),
68
].map(kuery =>
69
listAgents(soClient, {
70
- showInactive: true,
+ showInactive: false,
71
perPage: 0,
72
page: 1,
73
kuery: configId
0 commit comments