Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a note about the agent status table limit of 10k records #1428

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kilfoyle marked this conversation as resolved.
Show resolved Hide resolved

{agent}s can have the following statuses:

|===
Expand Down Expand Up @@ -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.

kilfoyle marked this conversation as resolved.
Show resolved Hide resolved
[discrete]
[[view-agent-details]]
= View details for an agent
Expand Down