Coder Social home page Coder Social logo

ahmed-r-hashim / kafka-connect-snmp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elisapolystar/kafka-connect-snmp

0.0 1.0 0.0 67 KB

Kafka Connect connector for converting SNMP traps to Kafka records.

License: Apache License 2.0

Shell 3.18% Java 96.59% Dockerfile 0.24%

kafka-connect-snmp's Introduction

Build

Introduction

kafka-connect-snmp connector is used to receive SNMP traps and convert them to a record in Kafka.

Supported MPv3 standards are

  • MPv1
  • MPv2c
  • MPv3 (though this requires specific configuration properties below)

See Connectors to Kafka for more info.

Configuration

kafka-connect-snmp can be configured with properties or using Strimzi CRD properties with either KafkaConnect or KafkaConnector CRD.

Kafka related configuration properties can be deducted from documentation

General configuration properties

Name Description Type Default Valid Values Importance
topic topic string high
batch.size Number of records to return in a single batch. int 1024 [10,...,2147483647] medium
poll.backoff.ms The amount of time in ms to wait if no records are returned. long 250 [10,...,2147483647] medium
dispatcher.thread.pool.size Number of threads to allocate for the thread pool. int 10 [1,...,100] low
listen.address IP address to listen for messages on. string 0.0.0.0 low
listen.port Port to listen on. int 10161 ValidPort{start=1025, end=65535} low
mpv3.enabled 'true' if mpv3 is enabled boolean false [true, false] medium

MPv3 configuration properties

Name Description Type Default Valid Values Importance
authentication.protocols Username used for USM with MPv3 string MD5,SHA [MD5, SHA] medium
privacy.protocols Username used for USM with MPv3 string DES3,AES128 [DES3, AES128] medium
usm.username Username used for USM with MPv3 string medium
usm.passphrases.privacy Privacy passphrase for USM with MPv3 string medium
usm.passphrases.authentication Authentication passphrase for USM with MPv3 string medium
usm.protocols.privacy Privacy protocol used for MPv3 for defined user string AES128 [DES3, AES128] medium
usm.protocols.authentication Authentication protocol used for MPv3 for defined user string MD5 [MD5, SHA] medium

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.