From a74dd14cc9ea4e8e1230c76c02e9fc359b13005a Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Mon, 4 Nov 2024 12:44:26 -0500 Subject: [PATCH 1/3] Add note about agent status limited to 10k records --- .../en/ingest-management/fleet/monitor-elastic-agent.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc b/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc index 338bbef01..8f1835dfe 100644 --- a/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc +++ b/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc @@ -33,6 +33,8 @@ To view the overall status of your {fleet}-managed agents, in {kib}, go to [role="screenshot"] image::images/kibana-fleet-agents.png[Agents tab showing status of each {agent}] +IMPORTANT: The **Agents** tab in **{fleet}** displays a maximum of 10,000 agents, shown on 500 pages with 20 rows per page. If you have more than 10,000 agents, we recommend using the filtering and sorting options described in this section to narrow the table to fewer than 10,000 rows. + {agent}s can have the following statuses: |=== @@ -67,6 +69,8 @@ For advanced filtering, use the search bar to create structured queries using {kibana-ref}/kuery-query.html[{kib} Query Language]. For example, enter `local_metadata.os.family : "darwin"` to see only agents running on macOS. +You can also sort the list of agents by host, last activity time, or version, by clicking on the table headings for those fields. + [discrete] [[view-agent-details]] = View details for an agent From 4e7d1f9ef430f1b969a83c6b7c7a60885596117f Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:37:16 -0500 Subject: [PATCH 2/3] Update docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc --- docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc b/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc index 8f1835dfe..b5a1ae48f 100644 --- a/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc +++ b/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc @@ -33,7 +33,8 @@ To view the overall status of your {fleet}-managed agents, in {kib}, go to [role="screenshot"] image::images/kibana-fleet-agents.png[Agents tab showing status of each {agent}] -IMPORTANT: The **Agents** tab in **{fleet}** displays a maximum of 10,000 agents, shown on 500 pages with 20 rows per page. If you have more than 10,000 agents, we recommend using the filtering and sorting options described in this section to narrow the table to fewer than 10,000 rows. +IMPORTANT: The **Agents** tab in **{fleet}** displays a maximum of 10,000 agents, shown on 500 pages with 20 rows per page. +If you have more than 10,000 agents, we recommend using the filtering and sorting options described in this section to narrow the table to fewer than 10,000 rows. {agent}s can have the following statuses: From 7b8774965d00d091993e7da8cbf86ec61532aee3 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:38:16 -0500 Subject: [PATCH 3/3] Update docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc --- docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc b/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc index b5a1ae48f..30d0f9b5d 100644 --- a/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc +++ b/docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc @@ -72,6 +72,8 @@ using {kibana-ref}/kuery-query.html[{kib} Query Language]. For example, enter You can also sort the list of agents by host, last activity time, or version, by clicking on the table headings for those fields. +To perform a bulk action on more than 10,000 agents, you can select the **Select everything on all pages** button. + [discrete] [[view-agent-details]] = View details for an agent