rsigma-runtime 0.12.0

Streaming runtime for rsigma — event sources, sinks, and log processing pipeline
Documentation
1
2
3
4
5
6
7
8
//! Log format parsers for the rsigma runtime.
//!
//! Each sub-module provides a zero-dependency parser for a specific log format.
//! Parsers return simple owned types (`Vec<(String, String)>`, structs) that
//! the Phase 3 input adapters convert into [`rsigma_eval::KvEvent`] or similar.

pub mod cef;
pub mod logfmt;