> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/enterprise-guide/event-reporting/devo.md).

# Devo

### Overview

Keeper supports event streaming into Devo deployments. External logging is real-time, and new events will appear almost immediately. Setup instructions are below.

<figure><img src="https://4290574019-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LO5CAzpxoaEquZJBpYz%2Fuploads%2FF3a6T5hBe7DckUtd6lGM%2Fimage.png?alt=media&#x26;token=ab1a58a0-512d-4c78-b928-b6ae7eb23d99" alt=""><figcaption><p>Devo Integration Settings</p></figcaption></figure>

Devo uses a standard "Syslog" push capability over TCP.

**Ports**\
TCP Ports 514 and 6514 (TLS)

**Fields Exported**\
"audit\_event", "username", "client\_version", "remote\_address", "channel", "result\_code", "email", "to\_username", "client\_version\_new","username\_new", "file\_format", "record\_uid", "folder\_uid", "folder\_type", "shared\_folder\_uid", "attachment\_id", "team\_uid", "role\_id"

**Payload Format**\
Pipe-delimited, e.g. "audit\_event=login|username=<bob@foo.com>|..."

{% hint style="info" %}
Important: Ensure that the endpoint is using a valid signed SSL certificate. Keeper's systems will refuse to connect to an invalid or self-signed endpoint.\
\
Also, ensure that your Devo server allows traffic from Keeper servers. See [Firewall Configuration](/enterprise-guide/event-reporting/firewall.md) page.
{% endhint %}


---

# 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://docs.keeper.io/enterprise-guide/event-reporting/devo.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.
