Skip to content

Kafka

Write Honeypot events directly to Kafka by following these steps:

  1. From the connectors page, select , and then click .

  2. An example configuration will appear in the tab. Update the connection information with the appropriate values for your Kafka instance.

    Kafka Support

    We currently only support integration using Kafka REST API over port 443. We have tested with self-hosted Kafka and Confluent Cloud.

    json
    {
      // Kafka broker URL with port
      "url": "",
    
      // Cluster ID for cloud providers
      "cluster_id": "",
    
      // The topic name to publish to
      "topic": "",
    
      // SASL username for authentication
      "user": "",
    
      // SASL password for authentication
      "pass": "",
    
      // Kafka provider (confluent, self-hosted)
      "provider": "confluent"
    }
  3. From the tab, use the filter builder to control which events should be written to the connector.

Filter builder

  1. Click to save the connector.

  2. From the tab, you can monitor the write volume.

Connector metrics