forked from syslog-ng/syslog-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
chapters chapter_1 section_1
Hofi edited this page Jan 15, 2024
·
1 revision
The following directories are the most substantial ones:
-
lib/
: common source code used by syslog-ng -
modules/
: each module in syslog-ng has a directory here, likeredis
-
syslog-ng
: the source code of thesyslog-ng
binary -
syslog-ng-ctl
: the source code of thesyslog-ng-ctl
command line utility -
tests
: the home of unit tests and functional tests (but there are tests next to their tested functionality)
-
install syslog-ng on different platforms
- Ubuntu
- openSUSE
- macOS
- FreeBSD
- get familiar with the structure
- project structure
- git structure
- compile first
- fetching dependencies
- compile
- testing
- install
- run first
- write your first config
- syslog-ng
- debugging syslog-ng
- contribute
- tools
- issues
- features
- bugs
- process
- commits
- licensing
- examples
- Simple Python Destination
- Simple Java Destination
- Python Kafka Destination
- Osquery and Elasticsearch
- Simple Threaded C Destination
- Simple Python Source
- docker images for syslog-ng