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 directly to your Coralogix account.
Setup
For this setup, you'll need 2 things from Coralogix - your private key, and your cluster url.
To get your private key - click on the "copy" button, on the top right corner, right under "private 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):
Suffix | Cluster URL |
---|---|
.com | api.coralogix.com |
.us | api.coralogix.us |
.in | api.app.coralogix.in |
.eu2 | api.app.eu2.coralogix.com |
.sg.com | api.coralogixsg.com |
Finally, 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 corner | Yes |
ENV0_CORALOGIX_HOST | Your cluster URL. | 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 over 1 year ago