Commit 6a92aaf9 authored by Eteri's avatar Eteri

fluentbit-wendelin: enable buffer support

parent 8b4fad6c
......@@ -22,6 +22,6 @@ recipe = slapos.cookbook:wrapper
command-line =
{{ fluentbit_source_location }}/build/bin/fluent-bit -e
{{ wendelin_test_path}}/{{ wendelin_plugin_filename }}.so
-i cpu -o wendelin_out -v
-c {{ wendelin_conf_file }}//conf.cnf
wrapper-path = ${directory:service}/fluentbit-service
output = $${:wrapper-path}
\ No newline at end of file
......@@ -40,7 +40,7 @@ recipe = slapos.recipe.cmmi
path = ${fluentbit-source:location}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-command =
cd build && ${cmake:location}/bin/cmake -DFLB_DEBUG=On -DFLB_PROXY_GO=On ..
cd build && ${cmake:location}/bin/cmake -DFLB_BUFFERING=Yes -DFLB_DEBUG=On -DFLB_PROXY_GO=On ..
make-targets =
make-binary =
cd build && make
......@@ -58,6 +58,7 @@ make-binary =
make-targets = cd ${:path}/examples/out_gstdout &&
${:go} build -buildmode=c-shared -o out_gstdout.so out_gstdout.go
[wendelin-plugin-file]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/wendelin-plugin/out_wendelin.go
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment