Coralogix is a log management and analytics platform designed to simplify log data storage, analysis, and visualization. It offers various features that make it an excellent choice for storing server logs.
Using Coralogix to store server logs can streamline your log management process, providing you with valuable insights into your server’s performance, identifying potential issues early on, and improving overall application and system reliability.
Follow the steps below to configure log shipping to Coralogix.
An API key is required to ship logs to Coralogix.
Follow these steps to obtain the API key, store it as an Opaque Secret, and configure external logging.
Data Flow
link (in the header), then click the API Keys
link.Send Your Data
API Key.Secrets
from the left menu.New
button.Name
for the secret, and select Opaque
from the Secret Type list.Save
.External logging can be configured by using either the UI Console or CLI.
Org
in the left menu.External Logs
in the middle context menu.Coralogix
and fill out the required fields.Save
.The external logging configuration can be created / updated using the CLI’s cpln org patch ORG_NAME -f FILE.yaml
command.
Below is an example Org manifests (in YAML). Edit and save the YAML as a file and use it as an input to the CLI’s cpln org patch ORG_NAME -f FILE.yaml
command.
Refer to the credential procurement section to obtain and configure the necessary credentials.
ORG_NAME
, OPAQUE_SECRET
, and possibly the cluster.Use the cluster URL that matches your Coralogix account. The cluster will be the domain name that resolves when using the Coralogix dashboard.