Code Monkey home page Code Monkey logo

fluent-bit-kafka-output-plugin's Introduction

fluent-bit-kafka-output-plugin

NOTE: fluent-bit can be built with a kafka plugin now. Therefore this plugin and repository have been deprecated. Please see the upstream container at https://hub.docker.com/r/fluent/fluent-bit

Kafka Output Plugin for FluentBit

To deploy as a sidecar in Kubernetes: https://github.com/leahnp/fluentbit-sidecar

Message me with any comments or suggestions!

Info on FluentBit: https://github.com/fluent/fluent-bit

Info on Golang Output Plugins for FluentBit: https://github.com/fluent/fluent-bit-go

Run locally for development:

Follow the instructions here to start zookeeper and kafka locally on your computer.

Download Fluent-bit locally. Build Fluent-bit. Test Fluent-bit is installed and built properly by running: bin/fluent-bit -i random -o stdout from your Fluent-bit build directory. This command starts Fluent-bit, tells it to use "random" for the input plugin and "stdout" for the output plugin.

Now we want to run Fluent-bit with the kafka output plugin. bin/fluent-bit -v -e <path to ../fluent-bit-kafka-output-plugin/out_kafka.so> -i random -o out_kafka. Remember to change the broker list in the plugin to: "localhost:9092" and re-"MAKE".

Note: make sure you configure the proper topic locally - currently Fluent-bit-output-plugin uses: logs_default but the Kafka quickstart only adds test topic.

fluent-bit-kafka-output-plugin's People

Contributors

leahnp avatar yenicapotediaz avatar alejandroesc avatar davidewatson avatar mikeln avatar coffeepac avatar guineveresaenger avatar

Watchers

James Cloos avatar

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.