Configuration helper for syslog-ng.
Project description
syslog-ng CFG Helper
This tool makes configuring syslog-ng a bit easier by listing the options of each available driver.
The options are generated from syslog-ng v4.4.0.
Quickstart
Install with pipx
pipx install syslog-ng-cfg-helper
List the contexts
syslog-ng-cfg-helper
List the drivers in a context
syslog-ng-cfg-helper --context parser
List the options of a driver
syslog-ng-cfg-helper --context parser --driver csv-parser
Example
Development
The tool is still in development, but most of the drivers are supported.
Missing features are:
- Proper
rewrite
support. - Proper
filter
support. - Drivers defined in
SCL
s. - Drivers defined with confgen.
Any contribution is welcome :)
Local setup
The project uses poetry as a dependency management system.
Building of the option database needs the neologism pip package, which gets installed by poetry, however it has another dependency, which is bison. Make sure to install bison (at least 3.7.6) on you system if you wan't to develop locally. make bison
can help with that.
The Makefile consists of some useful commands:
make venv
prepares the venv.make bison
downloads bison 3.7.6, builds it and installs it under/usr/local
.- You can change the install path with
make bison BISON_INSTALL_PATH=...
- You can change the install path with
make check
runs the unit tests, style-checkers and linters.make format
formats the code.make db
downloads the syslog-ng release tarball and generates the option database.make package
creates the pip package.
Community
You can reach out to the syslog-ng community on Discord:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for syslog_ng_cfg_helper-1.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78f73a8d96e8e134fe2521323a33399587e0751327de1672fac9f82f75d45733 |
|
MD5 | 761a6b5c2d9437ac747228fa4fa2b9a4 |
|
BLAKE2b-256 | 127a82cf4beeb4c472d70d16370b1c5007550badbed7a5656a3e1beda3f63a30 |
Hashes for syslog_ng_cfg_helper-1.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80f37eace09ce28a643278bfda66058935618ae1b39dfba3fde787f331c1d43a |
|
MD5 | febe1bc49b28517ce76bf49e87f5bb71 |
|
BLAKE2b-256 | f88626e001846b541369f80540f8684ffcbee599e644ae566b5b499dda47103f |