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]. +====