Getting Started
app.logz.io
, your account is hosted in the US East (Northern Virginia). All other regions have a two-letter region code. For example, if you see app-eu.logz.io
, then your account is in the Europe (Frankfurt) region.
Obtaining Tokens
From your account, go to the Manage Tokens > Data shipping tokens tab of your Operations workspace.
It can be reached by selecting ⚙️ > Settings > Manage tokens in the ADMIN ZONE section of the side navigation menu.
Configuring Destination Fields
Supported Signals:
Supported Signals:
✅ Traces
✅ Metrics
✅ Logs
- LOGZIO_REGION
string
: Region. The region of your Logz.io account- This field is required
- LOGZIO_TRACING_TOKEN
string
: Tracing token. The token you obtained from Logz.io- This field is optional
- LOGZIO_METRICS_TOKEN
string
: Metrics token. The token you obtained from Logz.io- This field is optional
- LOGZIO_LOGS_TOKEN
string
: Logs token. The token you obtained from Logz.io- This field is optional
Adding Destination to Odigos
There are two primary methods for configuring destinations in Odigos:Using the UI
1
Use the Odigos CLI to access the UI
2
Click on
Add Destination
, select Logz.io
and follow the on-screen instructionsUsing Kubernetes manifests
1
Save the YAML below to a file (e.g.
logzio.yaml
)2
Apply the YAML using
kubectl