# Syslog Settings

Syslog is a standard protocol used for message logging. It allows devices and applications to generate logs, which are messages about events that have occurred. These logs can contain information about system errors, warnings, informational messages, and more.

<figure><img src="https://3397644693-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUKnjxE4TMdT6gqOH49zt%2Fuploads%2F8YpS171vrX1xlode6G8r%2Fimage.png?alt=media&#x26;token=8f3e1a3a-8080-41df-b31a-9a56922e0581" alt=""><figcaption></figcaption></figure>

## Settings

### Server Address <a href="#server-address" id="server-address"></a>

The address of the syslog server. IP address, server name, FQDN etc. formats can be entered. It is mandatory to fill in this field.

### TLS / Port Number / Protocol <a href="#tls-port-number-protocol" id="tls-port-number-protocol"></a>

TLS is used to determine whether the secure channel will be used in syslog transactions. Although it is a port-independent setting but port information may change depending on the selection made here. The port that the syslog server listens to in order to send messages. By default, most syslog servers use UDP port 514. Secure channel and TCP port information may need to be obtained from the syslog server administrator.

### **RFC 3164** <a href="#rfc-3164" id="rfc-3164"></a>

This document defines the classic Unix syslog protocol and message format. It describes the traditional syslog format used primarily in BSD systems. While still in use in many systems, it lacks structured data and some security aspects.

### **RFC 5424** <a href="#rfc-5424" id="rfc-5424"></a>

Bu RFC, daha modern bir yaklaşım sunar ve genişletilmiş syslog protokolünü tanımlar. RFC 5424, geleneksel syslog formatının sınırlamalarını aşmak için yapılandırılmış veri eklemeyi ve daha geniş bir mesaj formatını desteklemeyi amaçlar. Bu sayede, daha karmaşık ve ayrıntılı bilgi aktarımına olanak tanır ve güvenlik özelliklerini içerir.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sessionlimit.com/managing/settings/general/syslog-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
