Find your customer ID
Your customer ID is the 12-digit number in the portal URL:collect. to that same number:
The
collect. hostname is required. Observe uses it to route and load balance ingest traffic.Create a datastream and token
Perform the following steps:1
Log in to your Observe account.
2
In the left navigation rail, select Data & integrations > Datastreams.
This opens the Datastreams page, which lists existing datastreams with their status, health, and ingest volume.
3
Select [ Create Datastream ].
4
Enter a Name that identifies the data, for example
futurex-hsm-syslog. A Description is optional.5
Set the retention period, then select [ Create ]. The default retention is thirteen months, and you can change it later.
6
Select the new datastream’s name to open it.
7
Select Create > Token, enter a Name such as
otel-collector, then select [ Continue ].8
Copy the token and store it securely, tick the confirmation checkbox, then select [ Continue ].
9
Select [ Close ].
Datastream tokens are for ingest only. They cannot read data or call the Observe REST API, which requires a separate API token. That limited scope makes a datastream token the correct credential for a collector.
Confirm the endpoint
The OTLP endpoint path is/v2/otel. Signal-specific suffixes are appended by the exporter, so logs arrive at /v2/otel/v1/logs.
Observe’s documentation shows both
/v1/otel and /v2/otel for this endpoint. Both paths accept OTLP log payloads and return HTTP 200. Use /v2/otel, which matches the current examples. Omitting the signal suffix returns HTTP 404.HTTP 200. Then search the datastream for endpoint check to confirm the record landed.
Interpret failures as follows:

