Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
6a92aaf9
Commit
6a92aaf9
authored
Jan 18, 2018
by
Eteri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fluentbit-wendelin: enable buffer support
parent
8b4fad6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
software/fluentbit/instance.cfg.in
software/fluentbit/instance.cfg.in
+1
-1
software/fluentbit/software.cfg
software/fluentbit/software.cfg
+2
-1
No files found.
software/fluentbit/instance.cfg.in
View file @
6a92aaf9
...
...
@@ -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
software/fluentbit/software.cfg
View file @
6a92aaf9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment