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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
9c80fa8e
Commit
9c80fa8e
authored
Nov 14, 2022
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Plain Diff
Fluent-bit: Added Wendelin plugin
See merge request
!1284
parents
0adc7aea
c2fb327e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
software/fluent-bit/buildout.hash.cfg
software/fluent-bit/buildout.hash.cfg
+1
-1
software/fluent-bit/instance.cfg.in
software/fluent-bit/instance.cfg.in
+1
-1
software/fluent-bit/software.cfg
software/fluent-bit/software.cfg
+7
-1
No files found.
software/fluent-bit/buildout.hash.cfg
View file @
9c80fa8e
[instance-profile]
[instance-profile]
filename = instance.cfg.in
filename = instance.cfg.in
md5sum = b
2845159dd53f942f32c4d4348934ce2
md5sum = b
548a209f2846921c3dd969c9059f28c
software/fluent-bit/instance.cfg.in
View file @
9c80fa8e
...
@@ -50,6 +50,6 @@ install =
...
@@ -50,6 +50,6 @@ install =
[fluent-bit-service]
[fluent-bit-service]
recipe = slapos.cookbook:wrapper
recipe = slapos.cookbook:wrapper
command-line = {{ fluent_bit_location }}/bin/fluent-bit -c ${fluent-bit-config-file:location}
command-line = {{ fluent_bit_location }}/bin/fluent-bit -
e {{ fluentbit_plugin_wendelin_location }}/lib/libfluentbit_wendelin.so -
c ${fluent-bit-config-file:location}
wrapper-path = ${directory:service}/fluentbit-service
wrapper-path = ${directory:service}/fluentbit-service
output = $${:wrapper-path}
output = $${:wrapper-path}
software/fluent-bit/software.cfg
View file @
9c80fa8e
...
@@ -4,11 +4,16 @@ extends =
...
@@ -4,11 +4,16 @@ extends =
../../stack/slapos.cfg
../../stack/slapos.cfg
../../stack/monitor/buildout.cfg
../../stack/monitor/buildout.cfg
../../component/fluent-bit/buildout.cfg
../../component/fluent-bit/buildout.cfg
../../component/fluentbit-plugin-wendelin/buildout.cfg
parts =
parts =
slapos-cookbook
slapos-cookbook
instance-profile
instance-profile
[fluentbit-plugin-wendelin]
url = https://lab.nexedi.com/nexedi/fluentbit-plugin-wendelin/-/archive/v0.1%D0%B0-wendelin/fluentbit-plugin-wendelin-v0.1%D0%B0-wendelin.tar.gz
md5sum = 9ae13adf8406b368e4acb029c73ce8b8
[instance-profile]
[instance-profile]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
template = ${:_profile_base_location_}/instance.cfg.in
...
@@ -16,3 +21,4 @@ rendered = ${buildout:directory}/instance.cfg
...
@@ -16,3 +21,4 @@ rendered = ${buildout:directory}/instance.cfg
context =
context =
section buildout buildout
section buildout buildout
key fluent_bit_location fluent-bit:location
key fluent_bit_location fluent-bit:location
key fluentbit_plugin_wendelin_location fluentbit-plugin-wendelin:location
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