> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/configuration/response/notifications/syslog-and-kafka-message-size-limits-qux.md).

# Syslog and Kafka message size limits (QUX)

* Log messages that are generated by your Vectra platform are truncated at 16,384 bytes (16KB) before transport.
  * This remains true regardless of the chosen transport mechanism, port, protocol, or format and happens internally in the Vectra platform before being passed on to other components that forward the logs to your receiver.
* As a result, some messages may be missing expected fields as a result of this when truncation occurs.
  * An example would be when many long domain names are included in a Match log message, not all data may be transmitted.
* Additionally Syslog messages sent over SSL may be truncated or dropped on the receiver side per RFC.
  * For this reason, TCP is greatly preferred, and TLS/SSL should only be used when required.
  * Receivers who respect the RFC typically truncate syslog messages over SSL at 4 or 8 KB.
* Using UDP is not recommended as most configurations have a 1KB default message size limit and can cause excessive truncation and message drops.


---

# 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.vectra.ai/configuration/response/notifications/syslog-and-kafka-message-size-limits-qux.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.
