﻿---
title: Upgrade an Elastic Agent integration
description: Elastic releases Elastic Agent integration updates periodically. To use new features and capabilities, upgrade the installed integration to the latest...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/upgrade-integration
products:
  - Elastic Agent
  - Fleet
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Upgrade an Elastic Agent integration
<important>
  By default, Kibana requires an internet connection to download integration packages from the Elastic Package Registry. Make sure the Kibana server can connect to `https://epr.elastic.co` on port `443`. If network restrictions prevent Kibana from reaching the public Elastic Package Registry, you can use a proxy server or host your own Elastic Package Registry. To learn more, refer to [Air-gapped environments](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/air-gapped).
</important>

Elastic releases Elastic Agent integration updates periodically. To use new features and capabilities, upgrade the installed integration to the latest version and optionally upgrade integration policies to use the new version.
<tip>
  In larger deployments, you should test integration upgrades on a sample Elastic Agent before rolling out a larger upgrade initiative.
</tip>


## Upgrade an integration to the latest version

1. In Kibana, go to the **Integrations** page and open the **Installed integrations** tab. Search for and select the integration you want to upgrade. Notice there is a warning icon next to the version number to indicate a new version is available.
2. Click the **Settings** tab and notice the message about the new version.
   ![Settings tab under Integrations shows how to upgrade the integration](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/images/upgrade-integration.png)
3. Before upgrading the integration, decide whether to upgrade integration policies to the latest version, too. To use new features and capabilities, you’ll need to upgrade existing integration policies. However, the upgrade may introduce changes, such as field changes, that require you to resolve conflicts.
   - Select **Upgrade integration policies** to upgrade any eligible integration policies when the integration is upgraded.
- To continue using the older package version, deselect **Upgrade integration policies**. You can still choose to [upgrade integration policies manually](#upgrade-integration-policies-manually) later on.
4. Click **Upgrade to latest version**.
   If you selected **Upgrade integration policies** and there are conflicts, [upgrade integration policies manually](#upgrade-integration-policies-manually) and resolve the conflicts in the policy editor.
5. After the upgrade is complete, verify that the installed version and latest version match.

<note>
  You must upgrade standalone agents separately. If you used Kibana to create and download your standalone agent policy, see [Upgrade standalone agent policies after upgrading an integration](/elastic/docs-builder/docs/3028/reference/fleet/create-standalone-agent-policy#update-standalone-policies).
</note>

<tip applies-to="Elastic Stack: Generally available since 9.3">
  If you encounter issues after upgrading an integration and your [Elastic subscription level](https://www.elastic.co/subscriptions) supports **integration rollback**, you can [roll back the integration to the previously installed version](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/roll-back-integration).
</tip>


## Keep integration policies up to date automatically

Some integration packages, like System, are installed by default during Fleet setup. These integrations are upgraded automatically when Fleet detects that a new version is available.
The following integrations are installed automatically when you select certain options in the Fleet UI. All of them have an option to upgrade integration policies automatically, too:
- [Elastic Agent](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3028/reference/elastic_agent) - installed automatically when the default **Collect agent logs** or **Collect agent metrics** option is enabled in an Elastic Agent policy).
- [Fleet Server](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3028/reference/fleet_server) - installed automatically  when Fleet Server is set up through the Fleet UI.
- [System](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3028/reference/system) - installed automatically when the default **Collect system logs and metrics** option is enabled in an Elastic Agent policy).

The [Elastic Defend](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3028/reference/endpoint) integration also has an option to upgrade installation policies automatically.
For the following integrations, when the integration is updated automatically the integration policy is upgraded automatically as well. This behavior cannot be disabled.
- [Elastic APM](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3028/reference/apm)
- [Cloud Security Posture Management](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3028/reference/cloud_security_posture#cloud-security-posture-management-cspm)
- [Elastic Synthetics](https://www.elastic.co/elastic/docs-builder/docs/3028/solutions/observability/synthetics)

For integrations that support the option to auto-upgrade the integration policy, when this option is selected (the default), Fleet automatically upgrades your policies when a new version of the integration is available. If there are conflicts during the upgrade, your integration policies will not be upgraded, and you’ll need to [upgrade integration policies manually](#upgrade-integration-policies-manually).
To keep integration policies up to data automatically:
1. In Kibana, go to the **Integrations** page and open the **Installed integrations** tab. Search for and select the integration you want to configure.
2. Click **Settings** and make sure **Keep integration policies up to data automatically** is selected.
   ![Settings tab under Integrations shows how to keep integration policies up to date automatically](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/images/upgrade-integration-policies-automatically.png)
   If this option isn’t available on the **Settings** tab, this feature is not available for the integration you’re viewing.


## Upgrade integration policies manually

If you can’t upgrade integration policies when you upgrade the integration, upgrade them manually.
1. Click the **Policies** tab and find the integration policies you want to upgrade.
   ![Policies tab under Integrations shows how to upgrade the package policy](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/images/upgrade-package-policy.png)
2. Click **Upgrade** to begin the upgrade process.
   The upgrade will open in the policy editor.
   ![Upgrade integration example in the policy editor](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/images/upgrade-policy-editor.png)
3. Make any required configuration changes and, if necessary, resolve conflicts. For more information, refer to [Resolve conflicts](#resolve-conflicts).
4. Repeat this process for each policy with an out-of-date integration.

Too many conflicts to resolve? Refer to the [troubleshooting docs](/elastic/docs-builder/docs/3028/troubleshoot/ingest/fleet/common-problems#upgrading-integration-too-many-conflicts) for manual steps.

## Resolve conflicts

When attempting to upgrade an integration policy, it’s possible that breaking changes or conflicts exist between versions of an integration. For example, if a new version of an integration has a required field and doesn’t specify a default value, Fleet cannot perform the upgrade without user input. Conflicts are also likely if an experimental package greatly restructures its fields and configuration settings between releases.
If Fleet detects a conflict while automatically upgrading an integration policy, it will not attempt to upgrade it. You’ll need to:
1. [Upgrade the integration policy manually](#upgrade-integration-policies-manually).
2. Use the policy editor to fix any conflicts or errors.
   ![Resolve field conflicts in the policy editor](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/images/upgrade-resolve-conflicts.png)
   1. Under **Review field conflicts**, notice that you can click **previous configuration**  to view the raw JSON representation of the old integration policy and compare values. This feature is useful when fields have been deprecated or removed between releases.
   ![View previous configuration to resolve conflicts](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/fleet/images/upgrade-view-previous-config.png)
2. In the policy editor, fix any errors and click **Upgrade integration**.