Get started with Universal Profilingedit

This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.

On this page, you’ll learn how to configure and use Universal Profiling. This page covers:

  • Prerequisites to setting up Universal Profiling
  • Setting up Universal Profiling in your Elastic Cloud deployment
  • Installing the host-agent
  • Installing the Universal Profiling Agent integration

We would appreciate feedback on your experience with this product and any other profiling pain points you may have. See the send feedback section of the troubleshooting documentation for more information.

Prerequisitesedit

Before setting up Universal Profiling, make sure you meet the following requirements:

  • An Elastic Stack deployment on Elastic Cloud at version 8.7.0 or higher. Universal Profiling is currently only available on Elastic Cloud.
  • The workloads you’re profiling must be running on Linux machines with x86_64 CPUs and kernel version >= 4.15.
  • The Integrations Server must be enabled on your Elastic Cloud deployment.
  • Credentials (username and password) for the superuser Elasticsearch role (typically, the elastic user).
Interpretersedit

Universal Profiling is a system-wide profiling solution with additional support for PHP, Python, Java (or any JVM language), Go, Rust, C/C++, Node.js/V8, Ruby, and Perl.

The minimum supported versions of each interpreter are:

  • JVM/JDK: 7
  • Python: 3.6
  • V8: 8.1.0
  • Perl: 5.28
  • PHP: 7.3
  • Ruby: 2.5
Deployment configuration exampleedit

The following deployment configuration example was tested to support profiling data from a fleet of up to 500 hosts, each with 8 or 16 CPU cores, for a total of roughly 6000 cores:

Component

Size per zone (memory)

Zones

Elasticsearch

64 GB

2

Kibana

8 GB

1

Integrations Server

8 GB

1

Even if you’re profiling a smaller fleet, we recommend configuring at least two zones for Elasticsearch and 4 GB of memory each for the Integrations Server and Kibana.

Set up Universal Profiling on an Elastic Cloud deploymentedit

To set up Universal Profiling on your Elastic Cloud deployment, you need to:

Enable Universal Profiling in Kibanaedit

To enable Universal Profiling in Kibana, complete the following steps:

  1. Log in to Elastic Cloud.
  2. Find your deployment and click the gear icon to access your deployment.
  3. Under your deployment name in the left navigation menu, click Edit.
  4. Scroll down to the Kibana heading, and click Edit user settings:

    kibana edit user settings
  5. Add xpack.profiling.enabled: true to a new line in the user settings.

    profiling enable user settings
  6. Click Back at the bottom of the User settings pane.
  7. Scroll to the bottom of the Edit page, and click Save.

When enabled, you’ll find Universal Profiling in Kibana under Observability in the navigation menu.

Configure data ingestionedit

After enabling Universal Profiling on your deployment for the first time, select any subheading under Universal Profiling in the navigation menu to open the following page:

profiling setup popup

Click Set up Universal Profiling to configure data ingestion.

To configure data ingestion, you need elevated privileges, typically the elastic user.

If you’re upgrading from a previous version with Universal Profiling enabled, see the upgrade guide.

When upgrading, you must remove all existing profiling data. We still recommend upgrading as the latest version contains several improvements and new features.

Install the host-agentedit

You have the following options when installing the host-agent:

Install the host-agent using the Elastic Agentedit

You can also use the Universal Profiling Agent integration through the Elastic Agent to orchestrate to install the host-agent.

To use the Universal Profiling Agent integration, complete the following steps:

  1. Copy the secret token and APM Server URL from the Elastic Agent Integration

    profiling elastic agent
  2. Click Manage Universal Profiling Agent in Fleet to complete the integration.
  3. On the Integrations page, click Add Universal Profiling Agent.
  4. In Universal Profiling Agent → Settings, add the information you copied from the Add Data Page:

    1. Add the URL to the Universal Profiling collector endpoint field.
    2. Add the secret token to the Authorization field.

      profililing elastic agent creds
  5. Click Save and continue.

Install the host-agent in standalone modeedit

The host-agent profiles your fleet. You need to install and configure it on every machine that you want to profile. The host-agent needs root / CAP_SYS_ADMIN privileges to run.

After clicking Set up Universal Profiling in the previous step, you’ll see the instructions for installing the host-agent. You can also find these instructions by clicking the Add data button in the top-right corner of the page.

The following is an example of the provided instructions for Kubernetes:

profiling k8s hostagent
Host-agent configuration notesedit

Consider the following when configuring your host-agent:

  • The instructions in Kibana work well for testing environments. For production environments, we recommend setting an immutable version.
  • The host-agent versioning scheme is not aligned with the Elastic Stack version scheme.
  • The OS packages downloaded from releases.prodfiler.com have a version in their file name.
  • You can find a list of container image versions in the Elastic container library repository.
  • For Kubernetes deployments, the Helm chart version is already used to configure the same container image, unless overwritten with the version parameter in the Helm values file.
  • For Elastic Stack version 8.8 or higher, use v3 host agents. For version 8.7, use v2. v3 host agents are incompatible with 8.7 Elastic Stack versions.