> 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-sending-to-kafka.md).

# Syslog sending to Kafka

To configure browse to **Settings - Notifications -** **Kafka**

![](/files/TjxR5aI9gGDsxiYza2L8)

**Enter the destination IP or DNS name and port of Kafka bootstrap server(s)**

* Kafka has one (or more) designated bootstrap servers that will initiate the connection
* Format is *destination:port*
* Multiple bootstrap brokers may be entered in this box

**Select a protocol:**

* SSL
* TCP

**Upload your CA Certificate, Client Certificate and Client key (all required)**

* CA certificate
  * Must be in unencrypted PEM, x.509 format
* Client Certificate
  * Must be in unencrypted PEM, x.509 format
  * Must be signed by CA certificate
* Client Key
  * Must be in unencrypted PEM, x.509 format
  * Must match Client Certificate

**Select a Log Topic type:**

* Common topic for all log types
  * Must specify a topic name
  * No spaces or special characters allowed
* Unique topic name each log type

**Select a Format:**

* Standard
* CEF

**Select any combination of Log Types:**

* Campaigns
* Detections
* Hosts
* Audit logs
* System health

Click **Save**

**Wait approximately one minute for internal services to start up.**

Click **Test** icon at far right of Kakfa table row.

![](/files/4M7NBLl4eGedUWSKfXbv)

A test message for every configured log type will be sent to the destination should now be visible in your Kakfa consumer.


---

# 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-sending-to-kafka.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.
