Automic VaultAutomic Vault

brew

Install syslog-ng with Homebrew, apk, apt, dnf, MacPorts, pacman, zypper

Log daemon with advanced processing pipeline and a wide range of I/O methods. Version 4.12.0 via Homebrew; verified 2026-07-02.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install syslog-ng

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install syslog-ng

MacPorts ports tree · sysutils/syslog-ng/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add syslog-ng

Alpine Linux edge package indexes · syslog-ng · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install syslog-ng

Debian stable package indexes · syslog-ng · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install syslog-ng

Fedora Rawhide package metadata · syslog-ng · source: dl.fedoraproject.org

Arch Linux pacmanverified · 92%
sudo pacman -S syslog-ng

Arch Linux sync databases · syslog-ng · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install libevtlog-4_11-0

openSUSE Tumbleweed package metadata · libevtlog-4_11-0 · source: download.opensuse.org

overview

Package summary

Log daemon with advanced processing pipeline and a wide range of I/O methods

Commands and aliases

  • dqtool
  • loggen
  • pdbtool
  • persist-tool
  • slogencrypt
  • slogkey
  • slogverify
  • syslog-ng
  • syslog-ng-ctl
  • syslog-ng-debun
  • syslog-ng-update-virtualenv
  • update-patterndb

history

Project history and usage

syslog-ng is an enhanced syslog daemon for Unix-like systems, used to receive, filter, parse, transform, route, and store system and application logs.

Project history

The project is associated with Balazs Scheidler, named by the upstream repository as the original creator and main developer. An official syslog-ng community post quotes Scheidler saying he began coding the first version in September 1998, after which the project grew from a syslogd replacement into a broader log-processing pipeline.

The upstream README describes syslog-ng as supporting classic syslog formats, JSON and unstructured input, parsers, files, message queues, SQL and NoSQL databases, and big-data destinations. It also notes Balabit as the original commercial sponsor and One Identity as the owner after Balabit's 2018 acquisition.

Adoption history

The syslog-ng README says it is integrated into almost all Linux distributions and BSDs. The official community post says early adoption included Debian, Gentoo, SUSE, commercial Unix systems, default logging-daemon roles in some distributions, and embedding in commercial products.

The supplied package-manager facts list syslog-ng across Homebrew, Debian, Ubuntu, Fedora/dnf, Alpine/apk, Arch/pacman, MacPorts, and openSUSE/zypper, which matches its long-lived role as a portable logging component.

How it is used

Package users typically install the daemon, edit syslog-ng.conf, then run syslog-ng or service-manager integration to collect local logs, accept network syslog, and forward or store the resulting event stream.

Its companion commands such as loggen, pdbtool, persist-tool, and syslog-ng-ctl matter to operators because packaging the project gives more than a daemon: it gives test generators, pattern-database tooling, control commands, and migration helpers.

Why package nerds care

syslog-ng matters in package-manager culture because logging is infrastructure glue: distributions need a daemon with stable config paths, service integration, optional modules, and sane defaults.

It is also a classic example of a package whose value depends on compile-time feature detection and optional dependencies; packagers care about which destinations, parsers, TLS, database, and message-queue modules are enabled.

Timeline

  • 1998: Balazs Scheidler began coding the first version of syslog-ng.
  • 2018: One Identity acquired Balabit, the original commercial sponsor named by the upstream README.
  • 2026: The upstream README describes syslog-ng as integrated into almost all Linux distributions and BSDs.

Related projects

  • syslog-ng sits in the syslog/log-processing family alongside traditional syslogd-style daemons and modern telemetry pipelines; the upstream README explicitly points to destinations such as Elasticsearch, Kafka, Hadoop, PostgreSQL, and MongoDB.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:encrypt

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 20 runtime dependencies.
  • Build metadata lists 4 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/syslog-ng/syslog-ng.conf

executables

Installed executables

CommandKindExposureNote
dqtoolcliglobal executable
loggencliglobal executable
pdbtoolcliglobal executable
persist-toolcliglobal executable
slogencryptcliglobal executable
slogkeycliglobal executable
slogverifycliglobal executable
syslog-ngcliglobal executable
syslog-ng-ctlcliglobal executable
syslog-ng-debuncliglobal executable
syslog-ng-update-virtualenvcliglobal executable
update-patterndbcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version4.12.0
manager updated2026-07-02
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/syslog-ng/syslog-ng

install metadata

Package metadata

Package keybrew:syslog-ng
Version4.12.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/syslog-ng
Homepagehttps://www.syslog-ng.com
Repositoryhttps://github.com/syslog-ng/syslog-ng
Upstream docshttps://syslog-ng.github.io/
LicenseLGPL-2.1-or-later AND GPL-2.0-or-later
Source archivehttps://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-4.12.0/syslog-ng-4.12.0.tar.gz
Last updated2026-07-02T20:34:06Z
Pulseupdated
Dependenciesabseil, gettext, glib, grpc, hiredis, ivykis, json-c, libdbi, libmaxminddb, libnet, libpaho-mqtt, librdkafka, mongo-c-driver, net-snmp, openssl@3, pcre2, protobuf, python@3.14, rabbitmq-c, riemann-client
Build dependenciesautoconf, automake, libtool, pkgconf
Uses from macOScurl
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesyslog-ng
Version Scheme0
Revision2
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

syslog-ng 4.8.1-5+deb13u1

Enhanced system logging daemon (metapackage)

https://www.syslog-ng.com/

sudo apt install syslog-ng
  • Section: admin
  • Architecture: all
  • 4 dependencies
  • 15 optional deps
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-core 4.8.1-5+deb13u1

Enhanced system logging daemon (core)

https://www.syslog-ng.com/

sudo apt install syslog-ng-core
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 12 dependencies
  • 8 provides
  • 18 optional deps
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-core from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-dbg 4.8.1-5+deb13u1

Enhanced system logging daemon (debug symbols)

https://www.syslog-ng.com/

sudo apt install syslog-ng-dbg
  • Section: debug
  • Architecture: amd64
  • Source Package: syslog-ng
  • 1 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-dbg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-dev 4.8.1-5+deb13u1

Enhanced system logging daemon (development files)

https://www.syslog-ng.com/

sudo apt install syslog-ng-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: syslog-ng
  • 8 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-add-contextual-data 4.8.1-5+deb13u1

Enhanced system logging daemon (add-contextual-data plugin)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-add-contextual-data
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 2 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-add-contextual-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-amqp 4.8.1-5+deb13u1

Enhanced system logging daemon (AMQP plugin)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-amqp
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 3 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-amqp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-examples 4.8.1-5+deb13u1

Enhanced system logging daemon (example plugins)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-examples
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 7 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-examples from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-extra 4.8.1-5+deb13u1

transitional package

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-extra
  • Section: admin
  • Architecture: all
  • Source Package: syslog-ng
  • 1 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-extra from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-geoip2 4.8.1-5+deb13u1

Enhanced system logging daemon (GeoIP2 plugin)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-geoip2
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-geoip2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-graphite 4.8.1-5+deb13u1

Enhanced system logging daemon (graphite plugin)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-graphite
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 2 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-graphite from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-http 4.8.1-5+deb13u1

Enhanced system logging daemon (HTTP destination)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-http
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 3 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-http from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-mongodb 4.8.1-5+deb13u1

Enhanced system logging daemon (MongoDB plugin)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-mongodb
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 4 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-mongodb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-python 4.8.1-5+deb13u1

Enhanced system logging daemon (Python plugin)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-python
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 7 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-python from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-rdkafka 4.8.1-5+deb13u1

Enhanced system logging daemon (Kafka destination, based on librdkafka)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-rdkafka
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 3 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-rdkafka from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-redis 4.8.1-5+deb13u1

Enhanced system logging daemon (Redis plugin)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-redis
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 3 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-redis from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

syslog-ng-mod-riemann 4.8.1-5+deb13u1

Enhanced system logging daemon (Riemann destination)

https://www.syslog-ng.com/

sudo apt install syslog-ng-mod-riemann
  • Section: admin
  • Architecture: amd64
  • Source Package: syslog-ng
  • 3 dependencies
  • normalized package name match
  • Matched by: Syslog Ng
Debian stable package indexes · deb.debian.org · Debian stable package indexes: syslog-ng-mod-riemann from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment