Easily publish NetBox changes to Kafka
Project description
Introduction
This module provides middleware to publish NetBox changes to Kafka.
Installation
pip install netbox-kafka-producer
Configuration
Add the following to your NetBox settings.
INSTALLED_APPS += (
'netbox_kafka_producer',
)
MIDDLEWARE += (
'netbox_kafka_producer.middleware.KafkaChangeMiddleware',
)
KAFKA = {
'SERVERS': 'kafka01,kafka02,kafka03',
'TOPIC': 'netbox',
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for netbox-kafka-producer-1.0.20.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ae30d245c924f63dc2511c595fc7eb65bfa085bed3d5956b20a5a4c18a3729a |
|
MD5 | e80a278dbdf27a9027f8384387dafc69 |
|
BLAKE2b-256 | 50b1704c1cfc2a59c67aa33723ad558f3951e1ec894895164d367bcea6c1d6e9 |
Close
Hashes for netbox_kafka_producer-1.0.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 103fbbd72e006facfb061f3e1d2187f5492d82c5ae9de1cead9d4ecdb25d8cbb |
|
MD5 | 0b0c877e80f951b714617eb3e8ca1e85 |
|
BLAKE2b-256 | 7a3035329b1aae26c944e1e30a1a8348d5c6843aa66bddea3bed76b69a06a778 |