- Observability: other versions:
- What is Elastic Observability?
- What’s new in 8.13
- Get started
- Observability AI Assistant
- Application performance monitoring (APM)
- Self manage APM Server
- Data Model
- Features
- How-to guides
- OpenTelemetry integration
- Manage storage
- Configure
- Advanced setup
- Secure communication
- Monitor
- 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
- 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
Step 2: Enable Universal Profiling in Kibana
editStep 2: Enable Universal Profiling in Kibana
editConfigure Kibana to enable the Universal Profiling plugin with the following configuration:
xpack.profiling.enabled: true
Refer to the steps for your platform to deploy update the configuration.
ECE
editInstall the 8.12.0 stackpack or higher. Refer to ECE manage elastic stack for more information.
In ECE, you don’t need to perform any additional steps to enable the Universal Profiling plugin in Kibana.
Self-managed Elastic stack
edit-
Edit the Kibana YAML configuration file, usually named
kibana.yml
by adding previous configuration line. - Restart Kibana to reload the configuration.
Kubernetes
editIf you’re using ECK, add the previous configuration line to the kibana.k8s.elastic.co/v1
CRD, placing it under the spec.config
key.
Refer to the ECK documentation for more on configuring Kibana.
If you’re not using ECK, edit the secret
or configMap
holding the kibana.yml
configuration file.
Add the previously mentioned config line, and then perform a rolling restart of the Kibana deployment to reload the configuration.
Continue to Step 3: Set up Universal Profiling in Kibana.
On this page