From 72af3d2494a9204d608a107da5bc3bf601adbba9 Mon Sep 17 00:00:00 2001 From: mmahacek Date: Wed, 8 Jan 2025 14:42:22 -0800 Subject: [PATCH] Fix line spacing on ILM docs --- docs/reference/data-management.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/data-management.asciidoc b/docs/reference/data-management.asciidoc index 849a14e00e698..4da62e5b2c7c0 100644 --- a/docs/reference/data-management.asciidoc +++ b/docs/reference/data-management.asciidoc @@ -8,6 +8,7 @@ The data you store in {es} generally falls into one of two categories: * *Content*: a collection of items you want to search, such as a catalog of products * *Time series data*: a stream of continuously-generated timestamped data, such as log entries + *Content* might be frequently updated, but the value of the content remains relatively constant over time. You want to be able to retrieve items quickly regardless of how old they are.