> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/syslog.md).

# Syslog

Geração de relatórios baseados nos logs e capacidade tambem em exportá-los para arquivos em\
formato ".csv";

Necessário abertura de ticket, a intervenção é feita em linha de código dentro da appliance.

/opt/datadike/config/config.txt

Syslog Configuration

SYSLOG\_ENABLE=true SYSLOG\_ADDR=10.1.12.116:514 # Syslog server IP and port SYSLOG\_FACILITY=local2 # Corresponds to the Syslog configuration file

Após alterar será necessário reiniciar os serviços do DataDike

Analyzing Syslog Information

<table data-header-hidden><thead><tr><th width="144.9140625">Event Type</th><th>Syslog Record Example (resumo)</th></tr></thead><tbody><tr><td><strong>Login</strong></td><td><code>Apr 19 15:25:11 10.1.14.125 datadike: login_log - { "backend": "Password", ..., "ip": "10.1.10.35", ..., "status": {"label": "successful", "value": true}, ..., **"username": "admin"** }</code></td></tr><tr><td><strong>File Upload</strong></td><td><code>Apr 19 15:27:26 10.1.14.125 datadike: ftp_log - { "account": "root(root)", "filename": **"/tmp/vmware-root/file.pdf"**, ..., "value": **"upload"**, "remote_addr": "10.1.10.35", "user": "Administrator(admin)" }</code></td></tr><tr><td><strong>File Download</strong></td><td><code>Apr 19 15:28:08 10.1.14.125 datadike: ftp_log - { "account": "root(root)", "filename": **"/tmp/vmware-root/file.pdf"**, ..., "value": **"download"**, "remote_addr": "10.1.10.35", "user": "Administrator(admin)" }</code></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.datadike.com/product-guide/configuracoes/pam/how-to/syslog.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.
