Quickstart on Elastic Cloud Serverless

Retrieving Connection Details for your Serverless Project

The below instructions use a managed OTLP endpoint on Elastic Cloud Serverless, this feature is in Technical Preview and is not yet recommended for use in production.

  1. Retrieve the managed OTLP endpoint URL for your Serverless project

    1. Go to the Elastic Cloud console.
    2. Next to your project, select Manage.
    3. Next to Connection Details, select View.
    4. Copy the APM endpoint.
    5. Replace .apm. with .ingest. in the URL
      
           https://my-prj-a1b2c3.apm.eu-west-1.aws.elastic.cloud
       --> https://my-prj-a1b2c3.ingest.eu-west-1.aws.elastic.cloud
       

    This URL will be referred to as ELASTIC_OTLP_ENDPOINT, and API key (see below) will be required to use it.

  2. Create an API key

    Create an API Key following these instructions.

    This API key will be referred to as ELASTIC_API_KEY.


Table of contents