# Syslog sending to Kafka

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

![](https://4227135129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHJ1ltuWFvsArFWtevnRn%2Fuploads%2Fgit-blob-52006e555b1e5f9cb5024c646b21bc19ea81de22%2Ff2f48ddfb1166010ffbd625c1a3e4ad61dbf299e2cbba8d02eda2ab7a3f7c054.png?alt=media)

**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.

![](https://4227135129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHJ1ltuWFvsArFWtevnRn%2Fuploads%2Fgit-blob-c833c96807c581b38c08b1ad0854aabfa2730482%2F2b5210b8f4020da35bd79f5a0fbfdb0697c4ba520b2283f8b38f89889af44701.png?alt=media)

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