|
1 | 1 | ---
|
2 |
| -navigation_title: Manage {{agent}}s in {{fleet}} |
| 2 | +navigation_title: Manage {{agents}} in {{fleet}} |
3 | 3 | mapped_pages:
|
4 | 4 | - https://www.elastic.co/guide/en/fleet/current/manage-agents-in-fleet.html
|
5 | 5 | products:
|
6 | 6 | - id: fleet
|
7 | 7 | - id: elastic-agent
|
8 | 8 | ---
|
9 | 9 |
|
10 |
| -# Centrally manage {{agent}}s in {{fleet}} [manage-agents-in-fleet] |
| 10 | +# Centrally manage {{agents}} in {{fleet}} [manage-agents-in-fleet] |
11 | 11 |
|
12 |
| - |
13 |
| -::::{admonition} |
14 | 12 | The {{fleet}} app in {{kib}} supports both {{agent}} infrastructure management and agent policy management. You can use {{fleet}} to:
|
15 | 13 |
|
16 |
| -* Manage {{agent}} binaries and specify settings installed on the host that determine whether the {{agent}} is enrolled in {{fleet}}, what version of the agent is running, and which agent policy is used. |
17 |
| -* Manage agent policies that specify agent configuration settings, which integrations are running, whether agent monitoring is turned on, input settings, and so on. |
| 14 | +- Manage {{agent}} binaries and specify settings installed on the host that determine whether the agent is enrolled in {{fleet}}, what version of the agent is running, and which agent policy is used. |
| 15 | +- Manage agent policies that specify agent configuration settings, which integrations are running, whether agent monitoring is turned on, input settings, and more. |
18 | 16 |
|
19 | 17 | Advanced users who don’t want to use {{fleet}} for central management can use an external infrastructure management solution and [install {{agent}} in standalone mode](/reference/fleet/install-standalone-elastic-agent.md) instead.
|
20 | 18 |
|
21 |
| -:::: |
22 |
| - |
23 |
| - |
24 | 19 | ::::{important}
|
25 | 20 | {{fleet}} currently requires a {{kib}} user with `All` privileges on {{fleet}} and {{integrations}}. Since many Integrations assets are shared across spaces, users need the {{kib}} privileges in all spaces. Refer to [Required roles and privileges](/reference/fleet/fleet-roles-privileges.md) to learn how to create a user role with the required privileges to access {{fleet}} and {{integrations}}.
|
26 |
| - |
27 | 21 | ::::
|
28 | 22 |
|
| 23 | +To learn how to add {{agents}} to {{fleet}}, refer to [Install {{fleet}}-managed {{agents}}](/reference/fleet/install-fleet-managed-elastic-agent.md). |
29 | 24 |
|
30 |
| -To learn how to add {{agent}}s to {{fleet}}, refer to [Install {{fleet}}-managed {{agent}}s](/reference/fleet/install-fleet-managed-elastic-agent.md). |
31 |
| - |
32 |
| -To use {{fleet}} go to **Management > {{fleet}}** in {{kib}}. The following table describes the main management actions you can perform in {{fleet}}: |
| 25 | +Find **{{fleet}}** in the {{kib}} navigation menu, or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md). The following table describes the main management actions you can perform in {{fleet}}: |
33 | 26 |
|
34 | 27 | | Component | Management actions |
|
35 | 28 | | --- | --- |
|
36 |
| -| [{{fleet}} settings](/reference/fleet/fleet-settings.md) | Configure global settings available to all {{agent}}s managed by {{fleet}},including {{fleet-server}} hosts and output settings. | |
37 |
| -| [{{agent}}s](/reference/fleet/manage-agents.md) | Enroll, unenroll, upgrade, add tags, and view {{agent}} status and logs. | |
| 29 | +| [{{fleet}} settings](/reference/fleet/fleet-settings.md) | Configure global settings available to all {{agents}} managed by {{fleet}}, including {{fleet-server}} hosts and output settings. | |
| 30 | +| [{{agents}}](/reference/fleet/manage-agents.md) | Enroll, unenroll, upgrade, add tags, and view {{agent}} status and logs. | |
38 | 31 | | [Policies](/reference/fleet/agent-policy.md) | Create and edit agent policies and add integrations to them. |
|
39 | 32 | | [{{fleet}} enrollment tokens](/reference/fleet/fleet-enrollment-tokens.md) | Create and revoke enrollment tokens. |
|
40 | 33 | | [Uninstall tokens](/solutions/security/configure-elastic-defend/prevent-elastic-agent-uninstallation.md) | ({{elastic-defend}} integration only) Access tokens to allow uninstalling {{agent}} from endpoints with Agent tamper protection enabled. |
|
41 | 34 | | [Data streams](/reference/fleet/data-streams.md) | View data streams and navigate to dashboards to analyze your data. |
|
42 | 35 |
|
| 36 | +## Global {{fleet}} management |
43 | 37 |
|
| 38 | +In {{fleet}} deployments where {{agents}} are installed in diverse locations and where data must be stored in local clusters, operators need a unified view of all agents and a central management interface for tasks like upgrades, policy organization, and metrics collection. {{fleet}} offers features to facilitate this deployment model: |
44 | 39 |
|
| 40 | +- [Remote {{es}} output](/reference/fleet/remote-elasticsearch-output.md): Configure {{agents}} to send data to remote {{es}} clusters while still sending their check-in payloads to the management cluster. This allows {{fleet}} on the management cluster to maintain a global view of all agents while the ingested data is routed to the agents' respective local clusters. |
| 41 | +- [Automatic integrations synchronization](/reference/fleet/automatic-integrations-synchronization.md) {applies_to}`stack: ga 9.1.0`: Install an integration once in the management cluster and use {{fleet}} to synchronize and update the integration across all remote clusters. This enables you to initiate services like [OSquery](integration-docs://reference/osquery-intro.md) from the management cluster, and to collect and display responses from dispersed agents in {{fleet}} on the central management cluster. |
45 | 42 |
|
46 |
| - |
47 |
| - |
48 |
| - |
| 43 | +:::{image} images/manage-agents-global-fleet.png |
| 44 | +:alt: A diagram showing Elastic Agents connected to remote data clusters and to a Fleet management cluster |
| 45 | +::: |
0 commit comments