mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
ee158cca43
commit
d2a27acc6a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export async function getAgentStatusForConfig(
|
||||||
AgentStatusKueryHelper.buildKueryForOfflineAgents(),
|
AgentStatusKueryHelper.buildKueryForOfflineAgents(),
|
||||||
].map(kuery =>
|
].map(kuery =>
|
||||||
listAgents(soClient, {
|
listAgents(soClient, {
|
||||||
showInactive: true,
|
showInactive: false,
|
||||||
perPage: 0,
|
perPage: 0,
|
||||||
page: 1,
|
page: 1,
|
||||||
kuery: configId
|
kuery: configId
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue