- Observability: other versions:
- What is Elastic Observability?
- What’s new in 8.15
- Get started
- Observability AI Assistant
- Application performance monitoring (APM)
- Self manage APM Server
- Data Model
- Features
- Navigate the APM UI
- Perform common tasks in the APM UI
- Configure APM agents with central config
- Control access to APM data
- Create an alert
- Create and upload source maps (RUM)
- Create custom links
- Filter data
- Find transaction latency and failure correlations
- Identify deployment details for APM agents
- Integrate with machine learning
- Explore mobile sessions with Discover
- Observe Lambda functions
- Query your data
- Storage Explorer
- Track deployments with annotations
- Use OpenTelemetry
- Manage storage
- Configure
- Advanced setup
- Secure communication
- Monitor
- APM Server API
- APM UI API
- Troubleshoot
- Upgrade
- Release notes
- Known issues
- Log monitoring
- Infrastructure monitoring
- AWS monitoring
- Azure monitoring
- Synthetic monitoring
- Get started
- Scripting browser monitors
- Configure lightweight monitors
- Manage monitors
- Work with params and secrets
- Analyze monitor data
- Monitor resources on private networks
- Use the CLI
- Configure projects
- Multi-factor Authentication
- Configure Synthetics settings
- Grant users access to secured resources
- Manage data retention
- Use Synthetics with traffic filters
- Migrate from the Elastic Synthetics integration
- Scale and architect a deployment
- Synthetics support matrix
- Synthetics Encryption and Security
- Troubleshooting
- Uptime monitoring
- Real user monitoring
- Universal Profiling
- Alerting
- Service-level objectives (SLOs)
- Cases
- CI/CD observability
- Troubleshooting
- Fields reference
- Tutorials
Upgrade a self-installation of APM Server standalone to 8.15.5
editUpgrade a self-installation of APM Server standalone to 8.15.5
editThis upgrade guide is for the standalone method of running APM Server. Only use this guide if both of the following are true:
- You have a self-installation of the Elastic Stack, i.e. you’re not using Elastic Cloud.
- You’re running the APM Server binary, i.e. you haven’t switched to the Elastic APM integration.
Prerequisites
edit-
Prior to upgrading to version 8.15.5, Elasticsearch, Kibana, and APM Server must be upgraded to version 7.17.
- To upgrade Elasticsearch and Kibana, see the Elastic Stack Installation and Upgrade Guide
- To upgrade APM Server to version 7.17, see upgrade to version 7.17.
- Review the APM release notes, breaking changes, and Observability What’s new content.
Upgrade steps
edit-
Upgrade the Elastic Stack to version 8.15.5
The Elastic Stack (Elasticsearch and Kibana) must be upgraded before APM Server. See the Elastic Stack Installation and Upgrade Guide for guidance.
-
Install the 8.15.5 APM Server release
See install to find the command that works with your system.
-
Review your configuration file
Some settings have been removed or changed. You may need to update your
apm-server.yml
configuration file prior to starting the APM Server. See Installation layout for help in locating this file, and Configure for a list of all available configuration options. -
Start the APM Server
To start the APM Server, run:
./apm-server -e
Additional details are available in start the APM Server.
-
(Optional) Upgrade to the APM integration
Got time for one more upgrade? See Switch to the Elastic APM integration.
On this page