From b4e29561966f6cf1c96161056698c059e0941845 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:43:58 -0800 Subject: [PATCH] add callouts (#4657) (#4685) (cherry picked from commit e1a11d31d39e4aee06a8026eb2dea61b3f2e449b) Co-authored-by: Brandon Morelli --- .../apm/manage-storage/data-streams.asciidoc | 7 ++++++- .../observability/profiling-manage-storage.asciidoc | 11 +++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/en/observability/apm/manage-storage/data-streams.asciidoc b/docs/en/observability/apm/manage-storage/data-streams.asciidoc index a7ec3c5b77..01bb305872 100644 --- a/docs/en/observability/apm/manage-storage/data-streams.asciidoc +++ b/docs/en/observability/apm/manage-storage/data-streams.asciidoc @@ -74,7 +74,12 @@ Special characters include: '\\', '/', '*', '?', '"', '<', '>', '|', ' ', ',', '#', ':', '-' ---- ==== - ++ +[IMPORTANT] +==== +Additional storage efficiencies provided by {ref}/mapping-source-field.html[Synthetic `_source`] +are available to users with an {subscriptions}[appropriate license]. +==== Logs:: Logs include application error events and application logs. diff --git a/docs/en/observability/profiling-manage-storage.asciidoc b/docs/en/observability/profiling-manage-storage.asciidoc index ff82306abb..5ada21c4e3 100644 --- a/docs/en/observability/profiling-manage-storage.asciidoc +++ b/docs/en/observability/profiling-manage-storage.asciidoc @@ -2,10 +2,13 @@ = Manage data storage -Universal Profiling provides the following ways to manage how your data is stored. +Universal Profiling provides the following ways to manage how your data is stored. -* <> automatically manages your indices according to age or size metric thresholds. Universal Profiling ships with a default index lifecycle policy, but you can create a custom policy to meet your requirements. +* <> automatically manages your indices according to age or size metric thresholds. Universal Profiling ships with a default index lifecycle policy, but you can create a custom policy to meet your requirements. * <> mode uses representative samples of profiling data to reduce storage needs even further. - - +[IMPORTANT] +==== +Additional storage efficiencies provided by {ref}/mapping-source-field.html[Synthetic `_source`] +are available to users with an {subscriptions}[appropriate license]. +====