# Custom syslog

Copy as Markdown[Open in ChatGPT](https://chatgpt.com/?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fintegrations%2Fsyslog%2Fcustom-syslog.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)[Open in Claude](https://claude.ai/new?q=Read%20https%3A%2F%2Fdocs-docusaurus.kinsta.page%2Fintegrations%2Fsyslog%2Fcustom-syslog.md%20and%20help%20me%20with%20my%20question%20about%20this%20Coralogix%20documentation%20page.)

Seamlessly send Coralogix your logs using a [syslog template](https://coralogix.com/blog/syslog-101-everything-you-need-to-know-to-get-started/) with a custom format.

## Overview[​](#overview "Direct link to Overview")

Syslog is a protocol that computer systems use to send event data logs to an external syslog server for storage. Several applications and SaaS services have the ability to send logs using syslog.

For using this kind of integration, use a syslog template with a custom format.

[![Syslog Coralogix integration](/assets/images/Screen-Shot-2021-08-09-at-08.32.15-1024x195-2ac300353f8c61d32251ce115f22da64.webp)](https://docs-docusaurus.kinsta.page/assets/images/Screen-Shot-2021-08-09-at-08.32.15-1024x195-2ac300353f8c61d32251ce115f22da64.webp)

## General[​](#general "Direct link to General")

**Private Key**: Your [Send-Your-Data API key](https://docs-docusaurus.kinsta.page/user-guides/account-management/api-keys/send-your-data-api-key/.md) is a unique ID that represents your company.

**Company ID**: A unique number that represents your company. Access your Company ID from the settings tab in your Coralogix dashboard.

**Application Name**: The [name of your main application](https://docs-docusaurus.kinsta.page/user-guides/account-management/account-settings/application-and-subsystem-names/.md). For example, the "SuperData" company might insert the "SuperData" string parameter. If it wants to debug its test environment, it might choose "SuperData– Test".

**SubSystem Name**: The [name of your subsystem(s)](https://docs-docusaurus.kinsta.page/user-guides/account-management/account-settings/application-and-subsystem-names/.md), such as "backend servers", "middleware", "frontend servers," etc. This is required in order to organize and query your data.

**SyslogEndpoint**: Select one of the following [**Syslog endpoints**](https://docs-docusaurus.kinsta.page/integrations/coralogix-endpoints/.md) on the basis of your **Coralogix domain**.

## Syslog Template[​](#syslog-template "Direct link to Syslog Template")

Create a Syslog template with the following variables modified: PRIVATE\_KEY, COMPANY\_ID, APPLICATION\_NAME, and SUBSYSTEM\_NAME.

```
{"fields": {"private_key":"PRIVATE_KEY","company_id":"COMPANY_ID","app_name":"APPLICATION_NAME","subsystem_name":"SUBSYSTEM_NAME"},"message": {"message":"%msg%"}}
```
