Coralogix
Coralogix is a SaaS platform that analyzes log, metric, and security data in real-time and uses machine learning to streamline delivery and maintenance processes for software providers.
env0 has the ability to send all of your deployment logs and audit logs directly to your Coralogix account.
Setup
For this setup, you'll need 2 things from Coralogix - an API key, and your cluster URL.
To get your API Key - follow this documentation to obtain one. Make sure you create a "Send-Your-Data" API key.
To find out your cluster url - log into Coralogix, and note your address's top-level domain (the suffix), then - match it using the following table (reference):
Coralogix Domain | Coralogix AWS Region | Cluster URL |
---|---|---|
coralogix.com | eu-west-1 [EU1 - Ireland] | ingress.coralogix.com |
coralogix.us | us-east2 [US1 - Ohio] | ingress.coralogix.us |
coralogix.in | ap-south1 [AP1 - India] | ingress.coralogix.in |
eu2.coralogix.com | eu-north-1 [EU2 - Stockholm] | ingress.eu2.coralogix.com |
coralogixsg.com | ap-southeast-1 [AP2 - Singapore] | ingress.coralogixsg.com |
cx498.coralogix.com | us-west-2 [US2 - Oregon] | ingress.cx498.coralogix.com |
ap3.coralogix.com | ap-southeast-3 [AP3 - Jakarta] | ingress.ap3.coralogix.com |
There are two ways to configure the integrations:
-
In the env0 app
In the organization's integrations page, click on Coralogix and fill the form's fields:
-
Using environment variables
In the env0 platform you will need to configure the following environment variables in any scope you would like to have them
Environment variable name Description Mandatory ENV0_CORALOGIX_TOKEN Your Coralogix private key.
A unique ID that represents your company. The private key can be found under âsettingsâ -> âsend your logsâ. It is located in the upper right cornerYes ENV0_CORALOGIX_HOST Your cluster URL (According to the table above) Yes ENV0_CORALOGIX_APP_NAME The name of your environment, for example, a company named âSuperDataâ would probably insert the âSuperDataâ string parameter or if they want to debug their test environment they might insert the âSuperDataâ Testâ. Yes ENV0_CORALOGIX_SUBSYSTEM_NAME Your application probably has multiple components, for example: Backend servers, Middleware, Frontend servers etc. in order to help you examine the data you need, inserting the subsystem parameter is vital. Yes
Updated 7 days ago