ZEN Master
...
ZEN Master User Guide
Notifications
Sending Notifications to a Kafka server
1 min
zen master can export event notifications and scte 35 messages to an apache kafka server kafka is a data streaming platform that allows you to publish and subscribe to streams of data, store them, and process them zen master is a “publisher” that uses the kafka producer api to send event data to a kafka server once the event data from zen master is streaming to a kafka server, connectors are available to pull data from the kafka server into third party applications and services including elasticsearch, splunk, azure event hubs, aws cloudwatch, aws s3, and more kafka integration operates with admin privileges, so that all events that are logged in the system will be sent to kafka regardless of tags you can stop events from being sent to kafka by disabling the events checkbox in the configuration also, if you disable logging for certain types of events on certain objects (such as a source), those events will no longer be written to the zen master events database or sent to kafka servers to add a new kafka configuration go to configuration > notifications click on the kafka configuration tab click + add the create new kafka configuration window is displayed in the name field, enter a name for the kafka configuration in the servers field, enter one or more of your kafka servers, using the following syntax kafka broker/host combination delimited by comma, e g kafka 1 us east 1 myapp com http //kafka 1 us east 1 myapp com/ 9093, kafka 2 us east 1 myapp com http //kafka 2 us east 1 myapp com/ 9093 in the topic field, enter the topic created on the kafka server where messages will go the topic needs to be pre configured in the kafka server if the topic hasn't been created in kafka, the messages won't be delivered and you will receive an error message in the username field, enter your username for the kafka account in the password field, enter your password for the kafka account if you would like to send event notifications to the kafka server, select the events checkbox if you would like to send scte35 messages to the kafka server, select the scte35 checkbox click save if you would like to test the server connection, in the kafka configuration tab, under actions in the row of the new server, click on the test icon a pop up window will appear, stating if the server has connected successfully or not you can also test the server connection by checking if the notification was received on the kafka server