All Projects → rsyslog → rsyslog-docker

rsyslog / rsyslog-docker

Licence: Apache-2.0 license
rsyslog docker containers

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rsyslog-docker

docker-rsyslog
Rsyslog server with multiple input listeners (UDP/TCP/RELP) and outputs (file/kafka/syslog).
Stars: ✭ 18 (-76.32%)
Mutual labels:  rsyslog
residue
Real-time centralized logging server ⚡
Stars: ✭ 26 (-65.79%)
Mutual labels:  rsyslog
rsyslog-doc
documentation for the rsyslog project
Stars: ✭ 88 (+15.79%)
Mutual labels:  rsyslog
aushape
A library and a tool for converting audit logs to XML and JSON
Stars: ✭ 37 (-51.32%)
Mutual labels:  rsyslog
ansible-role-rsyslog
Install and configure rsyslog on your system.
Stars: ✭ 14 (-81.58%)
Mutual labels:  rsyslog
ipa-log-config
Tool for log forwarding configuration on IPA servers and clients
Stars: ✭ 30 (-60.53%)
Mutual labels:  rsyslog
docker base images
Vlad's Base Images for Docker
Stars: ✭ 61 (-19.74%)
Mutual labels:  rsyslog

rsyslog-docker

a playground for rsyslog docker tasks - nothing production yet

see also https://github.com/rsyslog/rsyslog/projects/5

The docker effort currently uses multiple containers.

Alpine Linux

We intend to use alpine linux for the logging appliance container, because it is small, secure and relatively recently.

Right now, alpine misses some components that we need. So we build some packages ourself. This will most probably be an ongoing activity as we intend to always provide current versions of rsyslog inside the logging application and it looks unlikely alpine will always follow exactly.

Package Build Environment

We use

https://github.com/rgerhards/docker-alpine-abuild/tree/master-rger

to build alpine packages.

This is based on https://github.com/andyshinn/docker-alpine-abuild and only adds a few rsyslog-specific tweaks. Most importantly, it has our own unofficial APK repository enabled (we need this if we need to build based on dependencies newer than there are in the official alpine repositories).

Our custom packages are contained inside the

https://github.com/rgerhards/alpine-rsyslog-extras

repository.

Bootstrap

Note: usr below stands for your user prefix.

To start from scratch, do

  • create usr/docker-alpine-abuild image You need to hand-edit it so that the initial build does not use your custom repository.

  • create autotools-archive package via usr/alpine-linux-extras

    • cd autotools-archive
    • source ../run Note: there asre some errors in regard to git repository mount point. So far, I do not know where the stem from and how to get rid of them. Fortunately, they do not harm the build process. Ignore them (and send us a PR if you know how to solve this cleanly).
  • copy package to your intended destination http server

  • rebuild usr/docker-alpine-abuild image reset your hand-edited change, make it use the custom repository again This is important as we need to have the dependencies for future builds.

  • rebuild the rest of the packages in usr/alpine-linux-extras We don't want to give the exact sequence here as it might change. In general, rsyslog should be built last. You may need to do multiple uploads to your repo when these dependencies are needed by packages.

  • Remember to periodically apply (security) updates to the docker images!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].