Search the practice set

126 questions, 454 terms and 400 topics in 20 areas.

47 results for “Log Management”

Terminology · 30
term

Application Portfolio Management

Maintaining an inventory of every application with its owner, cost, business value and technical health, and using it to decide what to invest in, replace or retire.

Enterprise Architecture
term

Architecture Decision Log

The ordered, immutable collection of a system's decision records, read as a history rather than as a specification.

Architecture Communication
term

Consent Management

Capturing, storing, honouring and evidencing a data subject's permissions for specific processing purposes, including withdrawal.

Privacy Engineering
term

Global Traffic Management

The layer that decides which region a given user reaches, using DNS, anycast or an edge network, and that performs regional failover.

Multi-Region Architecture
term

Identity and Access Management

The system of record for principals, credentials and permissions, and the policy engine that decides what each principal may do.

Security Architecture
term

Log Compaction

A retention policy that keeps only the most recent value for each key rather than deleting by age, so the log becomes a durable snapshot of current state.

Event Streaming
term

Log-Based CDC

Capturing changes by reading the database's own write-ahead log, which sees every change with no load on the source and no application involvement.

Change Data Capture
term

Offset Management

How a consumer records its position in a stream, and the decision that determines whether processing is at-least-once or at-most-once.

Event Streaming
term

Secrets Management

Storing, distributing, rotating and auditing credentials so that they never live in code, images or configuration files.

Security Architecture
term

Tamper-Evident Log

An audit log constructed so that any modification or deletion of past entries is detectable, typically by chaining entries cryptographically.

Auditability
term

Write-Ahead Log

Recording every change to a durable sequential log before applying it, so that a crash can be recovered by replaying the log.

Data Architecture
term

Blameless Postmortem

An incident review that seeks the systemic conditions that made a failure possible, explicitly excluding individual fault.

Reliability & Resilience
term

Change Data Capture

Publishing a stream of a database's row-level changes by reading its replication log, without modifying the application that owns it.

Data Architecture
term

Correlation ID

A single identifier attached to one logical operation and included in every log line it produces, anywhere in the system.

Observability
term

Dynamic Secrets

Credentials generated on demand for a specific consumer with a short lease, rather than stored, shared and rotated periodically.

Secrets Management
term

Envelope Encryption

Encrypting data with a locally-generated data key, then encrypting that key with a master key held in a key management service, and storing the wrapped key alongside the ciphertext.

Encryption
term

Event Store

An append-only store of domain events organised into per-entity streams, serving as the system of record rather than as a log beside it.

Event Sourcing
term

Event Stream

An append-only, retained log of events that many independent consumers read at their own position, and can re-read.

Distributed Systems
term

Hardware Security Module

A tamper-resistant device that generates and stores keys and performs cryptographic operations without the key material ever being extractable.

Key Management
term

Incident Command

Assigning explicit roles during an incident — commander, operations lead, communications lead, scribe — so coordination does not compete with diagnosis.

Reliability & Resilience
term

Key Rotation

Periodically replacing a cryptographic key with a new one while retaining the old for decrypting existing data, so exposure from any single key is bounded.

Key Management
term

LinkedIn and the Origin of Kafka

Kafka was built to replace point-to-point data integration between many systems with a single durable log that any system could publish to and any number could read.

API & Integration
term

Permission Boundary

A policy limiting the maximum permissions an identity can have, used so that the ability to create roles does not become the ability to grant unlimited privilege.

Identity & Access Management
term

Prompt Registry

A versioned store of production prompts with their model bindings, parameters and evaluation results, so a prompt change is a reviewable, traceable, reversible deployment.

AI-Era Architecture
term

Raft

A consensus algorithm designed to be understandable, decomposing agreement into leader election, log replication and safety.

Consensus Protocols
term

Replication Lag

How far behind a replica is, measured in time or in log position — the quantity that determines how stale a replica read can be.

Replication
term

Secret Zero

The credential a workload needs in order to authenticate to the secret manager — the one secret that cannot itself be stored in the secret manager.

Secrets Management
term

Severity Levels

A predefined scale of incident impact that determines who is woken, how fast, and what process applies.

Reliability & Resilience
term

Structured Logging

Emitting log entries as machine-parseable key-value records rather than as formatted prose.

Observability
term

Workload Identity

Giving a running workload a cryptographically verifiable identity issued by the platform, so it obtains short-lived credentials without a stored secret.

Identity & Access Management
Topics · 14
topic

Log Management

Aggregation, retention tiering, search and the cost of keeping everything.

Observability — no content yet
topic

AI Cost Management

Token accounting, routing, caching and the context-window budget.

AI-Era Architecture — no content yet
topic

Application Portfolio Management

Inventory, ownership, cost and health for every application.

Enterprise Architecture — no content yet
topic

Identity & Access Management

Workload identity, roles, permission boundaries and usage-based review.

4 items
topic

Incident Management

Command roles, severity levels and mitigation before diagnosis.

Reliability & Resilience — no content yet
topic

Key Management

Rotation, separation of duty, envelope encryption and crypto-shredding.

4 items
topic

Prompt & Version Management

Prompts as reviewed, versioned, evaluated production configuration.

AI-Era Architecture — no content yet
topic

Secrets Management

Runtime injection, dynamic credentials and rotation applications survive.

5 items
topic

Change Data Capture

Turning a database's replication log into a stream, and its coupling risk.

7 items
topic

Correlation IDs

One identifier propagated through every hop and every log line.

Observability — no content yet
topic

Decision Practice

Thresholds, review, supersession and keeping the log alive.

Architecture Decision-Making — no content yet
topic

Event Sourcing

Storing the change log as the system of record, and what that costs forever.

7 items
topic

Event Sourcing

The event log as the system of record, with state as a projection.

Architecture Patterns — no content yet
topic

Logging

What to log, at what level, and what must never appear in a log.

Observability — no content yet