Getting Started
- Get an API Key.
- Obtain the Domain determined by your Coralogix Account URL.
- Follow the Application and Subsystem Names guide to learn how configure the application and subsystem names for your Coralogix account.
Configuring Destination Fields
Supported Signals:
Supported Signals:
ā
Traces
ā
Metrics
ā
Logs
- CORALOGIX_PRIVATE_KEY
string
: Send-Your-Data API Key. The Send-Your-Data API Key is used to authenticate the data sent to Coralogix.- This field is required
- CORALOGIX_DOMAIN
string
: Domain. The Coralogix domain to which you want to send the data.- This field is required
- CORALOGIX_APPLICATION_NAME
string
: Application Name. The name of the application that sends the data to Coralogix.- This field is required
- CORALOGIX_SUBSYSTEM_NAME
string
: Subsystem Name. The name of the subsystem that sends the data to Coralogix.- This field is required
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 Coralogix
and follow the on-screen instructionsUsing Kubernetes manifests
1
Save the YAML below to a file (e.g.
coralogix.yaml
)2
Apply the YAML using
kubectl