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.
- Minimum
Level - Drops events below a configured severity.
- Pipeline
- Ordered filters followed by an associative-vault output.
- Query
- Filters supported by the initial search engine.
- Stored
Record - 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.
- Storage
Format - Durable snapshot encoding. Both formats share the same associative graph.
- Vault
Error - Errors returned by durable vault operations.
Traits§
- Filter
- A Logstash-style event transformation.
Nonedrops the event.