From aadcbb3a958c2d8369bbb2c06f826287d042f82f Mon Sep 17 00:00:00 2001 From: kosabogi <105062005+kosabogi@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:26:18 +0100 Subject: [PATCH] Adds definition of time series data (#225) * Adds definition on time series data * Adds definition to Ingest your data page * Update serverless/pages/manage-your-project.asciidoc Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> * Update serverless/pages/ingest-your-data.asciidoc Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --------- Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --- serverless/pages/ingest-your-data.asciidoc | 5 +++++ serverless/pages/manage-your-project.asciidoc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/serverless/pages/ingest-your-data.asciidoc b/serverless/pages/ingest-your-data.asciidoc index 067b3b92..bd1fe042 100644 --- a/serverless/pages/ingest-your-data.asciidoc +++ b/serverless/pages/ingest-your-data.asciidoc @@ -33,6 +33,11 @@ You can use these specialized tools to add general content to {es} indices: Time series, or timestamped data, describes data that changes frequently and "flows" over time, such as stock quotes, system metrics, and network traffic data. +[NOTE] +==== +Time series data refers to any document in standard indices or data streams that includes the `@timestamp` field. +==== + You can use these specialized tools to add timestamped data to {es} data streams: * <> diff --git a/serverless/pages/manage-your-project.asciidoc b/serverless/pages/manage-your-project.asciidoc index 144956f9..8d39472b 100644 --- a/serverless/pages/manage-your-project.asciidoc +++ b/serverless/pages/manage-your-project.asciidoc @@ -36,6 +36,11 @@ The total volume of search-ready data is the sum of the following: . The volume of non-time series project data . The volume of time series project data included in the Search Boost Window +[NOTE] +==== +Time series data refers to any document in standard indices or data streams that includes the `@timestamp` field. This field must be present for data to be subject to the Search Boost Window setting. +==== + Each project type offers different settings that let you adjust the performance and volume of search-ready data, as well as the features available in your projects. [discrete]