Skip to main content

Crate links_logs_vault

Crate links_logs_vault 

Source
Expand description

Associative storage, ingestion, and search primitives for log data.

Structs§

AddField
Enriches every passing event with a fixed field.
LogRecord
A normalized event accepted by the vault.
MinimumLevel
Drops events below a configured severity.
Pipeline
Ordered filters followed by an associative-vault output.
Query
Filters supported by the initial search engine.
StoredRecord
A durable record and its monotonically increasing identifier.
Vault
Persistent log records plus a deduplicated associative doublet graph.

Enums§

LogLevel
Monolog-compatible severity levels, ordered from least to most severe.
LogPayload
Text or arbitrary binary log content.
StorageFormat
Durable snapshot encoding. Both formats share the same associative graph.
VaultError
Errors returned by durable vault operations.

Traits§

Filter
A Logstash-style event transformation. None drops the event.