/fluent_bit_solr_plugin

Primary LanguageGoApache License 2.0Apache-2.0

Fluent-Bit Solr Output Plugin

Updated work of solr plugin for CPU input inside docker :

Docker Pulls Go Report Card license

Fluent Bit Solr plugin

Clone the repo and go inside the folder of the repository and build the docker image.

$docker build -t <dir_path or . DOT as current directory>

Then use the path to specify the build image and create a ccontainer

docker run -it --rm -v < /fluent-bit-solr-plugin/examples > :/fluent-bit/examples --name <image_name> <image_name> /fluent-bit/bin/fluent-bit -e /fluent-bit/out_solr.so -c /fluent-bit/examples/example.conf

This will run the configuration specified in example.conf