Skip to main content

Crate cortex_ingest_core

Crate cortex_ingest_core 

Source
Expand description

Transport-neutral ingest primitives extracted from Cortex.

This crate deliberately owns only hot-path transformations that are useful without Cortex storage, runtime, MCP, HTTP, CLI, or deployment code. Consumers can normalize log messages into stable error signatures and bound untrusted metadata before handing records to their own persistence layer.

Modulesยง

metadata
Bounded, redacted JSON metadata helpers for ingest pipelines. Bounded and redacted JSON metadata helpers for untrusted ingest input.
normalize
Log-message normalization and stable signature hashing. Message normalization for error signature detection.