From f3382a813e5bcd814f177c4f406a2fb8ac22861c Mon Sep 17 00:00:00 2001 From: Kat Batuigas Date: Mon, 16 Feb 2026 18:07:31 -0800 Subject: [PATCH] Add gloss term for log --- modules/terms/partials/log.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/terms/partials/log.adoc diff --git a/modules/terms/partials/log.adoc b/modules/terms/partials/log.adoc new file mode 100644 index 0000000000..55be662aa3 --- /dev/null +++ b/modules/terms/partials/log.adoc @@ -0,0 +1,8 @@ +=== log +:term-name: log +:hover-text: An ordered, append-only, immutable sequence of records. +:category: Redpanda core + +The log is Redpanda's core storage abstraction. Topics and partitions are implemented as logs. Logs are replicated across brokers within a Redpanda cluster for fault tolerance. + +See also: topic, partition