rsyslog/ai/README.md
Rainer Gerhards 977beff32c
AI tools: Add directory for future AI/ML tooling (#5758)
* AI tools: Add directory for future AI/ML tooling

Establish a new top-level directory, `ai/`, to serve as a consistent
location for future Artificial Intelligence and Machine Learning tools
that will work alongside rsyslog.

These tools are intended to run as separate processes, external to the
rsyslog daemon, to ensure the core remains stable and performant.

This commit contains only the empty directory and a README.md file
describing the vision and purpose.
2025-07-08 12:56:20 +02:00

983 B

AI and Machine Learning Tooling for rsyslog

This directory contains AI and Machine Learning (ML) tools that


Purpose

The ai directory is designated for a new generation of tooling that will interface with rsyslog. It will house external AI and ML models and applications. This approach ensures the rsyslog core remains lean and robust while allowing for flexible and powerful extensions.


Current Status

No tools exist yet.

This directory and its README.md have been created to provide a consistent and official location for this work as it progresses. Active development is ongoing, and tools will be added here once they reach a stable state.


Vision

Future tools in this directory will leverage artificial intelligence and machine learning for tasks like advanced log analysis, anomaly detection, and intelligent system monitoring. The goal is to enhance rsyslog's capabilities without integrating complex models directly into the core daemon.