YAML-based pattern matching with multi-line capabilities for log normalization using syslog-ng patterndb
Project description
patterndb-yaml
YAML-based pattern matching with multi-line capabilities for log normalization using syslog-ng patterndb
What is patterndb-yaml?
patterndb-yaml brings intuitive YAML pattern definitions to syslog-ng's proven patterndb engine. Instead of writing complex XML patterns, you define rules in readable YAML and let patterndb-yaml handle the translation to syslog-ng's efficient pattern matcher.
This makes it easier to normalize heterogeneous logs - transforming different log formats into standardized output for comparison, analysis, or filtering.
Features
- YAML rules - Readable pattern definitions instead of syslog-ng XML
- Field extraction - Pull specific data (table names, IDs, etc.) from matched lines
- Pattern matching - Powered by syslog-ng's efficient C implementation
- Multi-line sequences - Handle log entries spanning multiple lines
- Explain mode - Debug which patterns matched and why
- CLI and Python API - Use as a command-line tool or library
Installation
Requirements: Python 3.9+, syslog-ng 4.10.1+
⚠️ Important:
patterndb-yamlrequires syslog-ng to be installed from official repositories (distro defaults may be incompatible).See SYSLOG_NG_INSTALLATION.md for platform-specific instructions.
Via Homebrew (macOS + Linux) - Recommended
brew tap JeffreyUrban/patterndb-yaml && brew install patterndb-yaml
✅ Automatically installs syslog-ng as a dependency. Homebrew manages all dependencies and provides easy updates via brew upgrade.
Via pipx (Alternative)
⚠️ Manual Setup Required: You must install syslog-ng separately before using pipx.
# STEP 1: Install syslog-ng from official repos (REQUIRED)
# See docs/SYSLOG_NG_INSTALLATION.md for your platform
# STEP 2: Install patterndb-yaml
pipx install patterndb-yaml
pipx installs in an isolated environment with global CLI access. Update with pipx upgrade patterndb-yaml.
Via pip
⚠️ Manual Setup Required: You must install syslog-ng separately before using pip.
# STEP 1: Install syslog-ng from official repos (REQUIRED)
# See docs/SYSLOG_NG_INSTALLATION.md for your platform
# STEP 2: Install patterndb-yaml
pip install patterndb-yaml
Use pip if you want to use patterndb-yaml as a library in your Python projects.
From Source
# Development installation
git clone https://github.com/JeffreyUrban/patterndb-yaml
cd patterndb-yaml
pip install -e ".[dev]"
Windows
Windows is not currently supported. Consider using WSL2 (Windows Subsystem for Linux) and following the Linux installation instructions.
Requirements: Python 3.9+, syslog-ng (installed automatically with Homebrew)
Quick Start
Command Line
Create a YAML rules file (rules.yaml):
rules:
- name: log_info
pattern:
- text: "["
- text: "INFO"
- text: "] "
- field: message
output: "[info:{message}]"
- name: log_error
pattern:
- text: "["
- text: "ERROR"
- text: "] "
- field: message
output: "[error:{message}]"
Process your logs:
# Process from stdin
cat app.log | patterndb-yaml --rules rules.yaml
# Process a file
patterndb-yaml --rules rules.yaml --input app.log
# Get statistics
patterndb-yaml --rules rules.yaml --input app.log --stats
Python API
from patterndb_yaml import PatterndbYaml
from pathlib import Path
# Initialize with rules
processor = PatterndbYaml(rules_path=Path("rules.yaml"))
# Process logs
with open("app.log") as infile, open("clean.log", "w") as outfile:
processor.process(infile, outfile)
# Get statistics
stats = processor.get_stats()
print(f"Matched {stats['lines_matched']} of {stats['lines_processed']} lines")
print(f"Match rate: {stats['match_rate']:.1%}")
Use Cases
- Log Normalization - Transform heterogeneous log formats into standardized output
- Data Extraction - Pull structured data from unstructured log lines
- Log Filtering - Identify and process specific log patterns
- Format Standardization - Convert legacy log formats to modern structured formats
- Compliance - Normalize logs for security analysis and auditing
How It Works
patterndb-yaml uses syslog-ng's patterndb engine for efficient pattern matching:
- YAML → XML - Converts your readable YAML rules into syslog-ng's XML patterndb format
- Pattern Matching - Uses syslog-ng's C implementation for fast, memory-efficient matching
- Field Extraction - Pulls named fields from matched patterns
- Output Transformation - Applies output templates to normalize log format
The system processes logs line-by-line with constant memory usage, making it suitable for large files and streaming data.
Documentation
Read the full documentation at patterndb-yaml.readthedocs.io
Key sections:
- Getting Started - Installation and quick start guide
- Use Cases - Real-world examples across different domains
- Guides - Pattern design, performance tips, common patterns
- Reference - Complete CLI and Python API documentation
Development
# Clone repository
git clone https://github.com/JeffreyUrban/patterndb-yaml.git
cd patterndb-yaml
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest
# Run with coverage
pytest --cov=patterndb_yaml --cov-report=html
# Build documentation
cd docs && mkdocs build
Performance
- Time complexity: O(n) where n is number of log lines
- Space complexity: O(1) constant memory for processing
- Throughput: Processes logs line-by-line with streaming support
- Memory: Minimal memory footprint, suitable for large files
Performance is determined by syslog-ng's patterndb engine, which uses efficient C implementations for pattern matching.
License
MIT License - See LICENSE file for details
Author
Jeffrey Urban
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file patterndb_yaml-0.2.0.tar.gz.
File metadata
- Download URL: patterndb_yaml-0.2.0.tar.gz
- Upload date:
- Size: 238.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cf8a0b4a3c4ab2995eb3074dc70989c42aa4ca37aefcc3e964ff2d7710fa9ba
|
|
| MD5 |
12bdd372ac07badbabde8d58d660e7e8
|
|
| BLAKE2b-256 |
0973720b0956ca345fe3012d635a3cd1954e531aff881d81eac5f15e3cd58db8
|
Provenance
The following attestation bundles were made for patterndb_yaml-0.2.0.tar.gz:
Publisher:
release.yml on JeffreyUrban/patterndb-yaml
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
patterndb_yaml-0.2.0.tar.gz -
Subject digest:
9cf8a0b4a3c4ab2995eb3074dc70989c42aa4ca37aefcc3e964ff2d7710fa9ba - Sigstore transparency entry: 748039960
- Sigstore integration time:
-
Permalink:
JeffreyUrban/patterndb-yaml@d1a6cbcdd7ec3435941e2a4a95c92d2e53f98f41 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/JeffreyUrban
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d1a6cbcdd7ec3435941e2a4a95c92d2e53f98f41 -
Trigger Event:
release
-
Statement type:
File details
Details for the file patterndb_yaml-0.2.0-py3-none-any.whl.
File metadata
- Download URL: patterndb_yaml-0.2.0-py3-none-any.whl
- Upload date:
- Size: 30.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05f54807c983fc53b8837a4a57988b62341f8ea2c49a40a97506b09e74dea26e
|
|
| MD5 |
41ffd226fcb95b019ec0258204d4cc78
|
|
| BLAKE2b-256 |
e419e3ab82b820f8197f162316a816fd7bcd9a5b125647d089ff2fc9e594b69a
|
Provenance
The following attestation bundles were made for patterndb_yaml-0.2.0-py3-none-any.whl:
Publisher:
release.yml on JeffreyUrban/patterndb-yaml
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
patterndb_yaml-0.2.0-py3-none-any.whl -
Subject digest:
05f54807c983fc53b8837a4a57988b62341f8ea2c49a40a97506b09e74dea26e - Sigstore transparency entry: 748039965
- Sigstore integration time:
-
Permalink:
JeffreyUrban/patterndb-yaml@d1a6cbcdd7ec3435941e2a4a95c92d2e53f98f41 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/JeffreyUrban
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@d1a6cbcdd7ec3435941e2a4a95c92d2e53f98f41 -
Trigger Event:
release
-
Statement type: