- Observability: other versions:
- Get started
- What is Elastic Observability?
- What’s new in 8.17
- Quickstart: Monitor hosts with Elastic Agent
- Quickstart: Monitor your Kubernetes cluster with Elastic Agent
- Quickstart: Monitor hosts with OpenTelemetry
- Quickstart: Unified Kubernetes Observability with Elastic Distributions of OpenTelemetry (EDOT)
- Quickstart: Collect data with AWS Firehose
- Add data from Splunk
- Applications and services
- Application performance monitoring (APM)
- Get started
- Learn about data types
- Collect application data
- View and analyze data
- Act on data
- Use APM securely
- Manage storage
- Configure APM Server
- Monitor APM Server
- APM APIs
- Troubleshooting
- Upgrade
- Release notes
- Known issues
- 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
- Real user monitoring
- Uptime monitoring (deprecated)
- Tutorial: Monitor a Java application
- Application performance monitoring (APM)
- CI/CD
- Cloud
- Infrastructure and hosts
- Logs
- Troubleshooting
- Incident management
- Data set quality
- Observability AI Assistant
- Reference
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