Skip to main content
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.
env zero 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 DomainCoralogix AWS RegionCluster URL
coralogix.comeu-west-1 [EU1 - Ireland]ingress.coralogix.com
coralogix.usus-east2 [US1 - Ohio]ingress.coralogix.us
coralogix.inap-south1 [AP1 - India]ingress.coralogix.in
eu2.coralogix.comeu-north-1 [EU2 - Stockholm]ingress.eu2.coralogix.com
coralogixsg.comap-southeast-1 [AP2 - Singapore]ingress.coralogixsg.com
cx498.coralogix.comus-west-2 [US2 - Oregon]ingress.cx498.coralogix.com
ap3.coralogix.comap-southeast-3 [AP3 - Jakarta]ingress.ap3.coralogix.com
There are two ways to configure the integrations:
  1. In the env zero app

In the organization’s integrations page, click on Coralogix and fill the form’s fields:
Log forwarding integration configuration form showing setup fields
  1. Using environment variables

    In the env zero platform you will need to configure the following environment variables in any scope you would like to have them
    Environment variable nameDescriptionMandatory
    ENV0_CORALOGIX_TOKENYour 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_HOSTYour cluster URL (According to the table above)Yes
    ENV0_CORALOGIX_APP_NAMEThe 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_NAMEYour 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
I