Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fluentbit-plugin-wendelin
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
nexedi
fluentbit-plugin-wendelin
Commits
aca46557
Commit
aca46557
authored
Mar 23, 2022
by
Ophélie Gagnard
Committed by
Ophélie Gagnard
Jun 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/: Add a configuration file flb.conf
Makefile: Support flb.conf installation.
parent
47ef6cd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
3 deletions
+23
-3
Makefile
Makefile
+6
-3
src/configuration-files/flb.conf
src/configuration-files/flb.conf
+17
-0
No files found.
Makefile
View file @
aca46557
...
...
@@ -11,15 +11,18 @@ build:
.PHONY
:
install
install
:
all
install
-d
$(DESTDIR)$(PREFIX)
/
lib
/
install
-d
$(DESTDIR)$(PREFIX)
/
etc
/
install
-d
$(DESTDIR)$(PREFIX)
/include/
cp
build/libfluentbit_wendelin.so
$(DESTDIR)$(PREFIX)
/lib/
install
-d
$(DESTDIR)$(PREFIX)
/lib/
cp
src/configuration-files/flb.conf
$(DESTDIR)$(PREFIX)
/etc/
cp
build/libfluentbit_wendelin.h
$(DESTDIR)$(PREFIX)
/include/
cp
build/libfluentbit_wendelin.so
$(DESTDIR)$(PREFIX)
/lib/
.PHONY
:
uninstall
uninstall
:
rm
-f
$(DESTDIR)$(PREFIX)
/
lib/libfluentbit_wendelin.so
rm
-f
$(DESTDIR)$(PREFIX)
/
etc/flb.conf
rm
-f
$(DESTDIR)$(PREFIX)
/include/libfluentbit_wendelin.h
rm
-f
$(DESTDIR)$(PREFIX)
/lib/libfluentbit_wendelin.so
.PHONY
:
clean
clean
:
...
...
src/configuration-files/flb.conf
0 → 100644
View file @
aca46557
[
SERVICE
]
flush
5
[
INPUT
]
name
tail
path
/
var
/
log
/
metadata_collect
.
log
[
output
]
name
fluentbit_wendelin
match
*
streamtool_uri
https
://
softinst157546
.
host
.
vifib
.
net
/
erp5
/
portal_ingestion_policies
/
metadata_upload
user
zope
password
qxrfkwod
buffer_type
memory
flush_interval
60
s
disable_retry_limit
true
reference
c
-
light
-
data_05
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