Skip to content

Commit ec4fe5c

Browse files
Add a note about the agent status table limit of 10k records (#1428) (#1433)
* Add note about agent status limited to 10k records * Update docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc * Update docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc (cherry picked from commit f033fd7) Co-authored-by: David Kilfoyle <[email protected]>
1 parent af4ee48 commit ec4fe5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/en/ingest-management/fleet/monitor-elastic-agent.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ To view the overall status of your {fleet}-managed agents, in {kib}, go to
3333
[role="screenshot"]
3434
image::images/kibana-fleet-agents.png[Agents tab showing status of each {agent}]
3535

36+
IMPORTANT: The **Agents** tab in **{fleet}** displays a maximum of 10,000 agents, shown on 500 pages with 20 rows per page.
37+
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.
38+
3639
{agent}s can have the following statuses:
3740

3841
|===
@@ -67,6 +70,10 @@ For advanced filtering, use the search bar to create structured queries
6770
using {kibana-ref}/kuery-query.html[{kib} Query Language]. For example, enter
6871
`local_metadata.os.family : "darwin"` to see only agents running on macOS.
6972

73+
You can also sort the list of agents by host, last activity time, or version, by clicking on the table headings for those fields.
74+
75+
To perform a bulk action on more than 10,000 agents, you can select the **Select everything on all pages** button.
76+
7077
[discrete]
7178
[[view-agent-details]]
7279
= View details for an agent

0 commit comments

Comments
 (0)