Questions tagged [pipelining]
17 questions
0
votes
1 answer
syslog-ng not flushing the pipe to external program
I have written a python script that takes log entries from syslog-ng and writes them to MongoDB (I couldn't do it with afmongodb driver because I need to do some special processing).
This is how it looks like in syslog-ng.conf:
destination…

johndodo
- 125
- 1
- 6
0
votes
1 answer
How to properly set up private key for gitlab runner
I would like to make this scenario possible (some problem unrelated aspects were simplified for better understanding)
Imagine we have a simple gitlab repository with only two files.
index.html - stores static web page
gitlab-ci.yml - stores…

Johnczek
- 101
- 2