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.
-
Retrieve the managed OTLP endpoint URL for your Serverless project
- Go to the Elastic Cloud console.
- Next to your project, select
Manage
. - Next to Connection Details, select
View
. - Copy the APM endpoint.
- Replace
.apm.
with.ingest.
in the URLhttps://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. -
Create an API key
Create an API Key following these instructions.
This API key will be referred to as
ELASTIC_API_KEY
.