From f0fd97494a56dfb5d4aff2648daa8c03416738c9 Mon Sep 17 00:00:00 2001 From: kosabogi Date: Tue, 3 Dec 2024 14:04:33 +0100 Subject: [PATCH 1/4] Adds definition on time series data --- serverless/pages/manage-your-project.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/serverless/pages/manage-your-project.asciidoc b/serverless/pages/manage-your-project.asciidoc index 144956f9..d6a45e78 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 include the `@timestamp` field. This field determines whether the data will 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] From 2061b57c38f1ee0f073f7ecee2df295a6795514e Mon Sep 17 00:00:00 2001 From: kosabogi Date: Tue, 3 Dec 2024 14:11:32 +0100 Subject: [PATCH 2/4] Adds definition to Ingest your data page --- serverless/pages/ingest-your-data.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/serverless/pages/ingest-your-data.asciidoc b/serverless/pages/ingest-your-data.asciidoc index 067b3b92..06b4d8b1 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 include the `@timestamp` field. +==== + You can use these specialized tools to add timestamped data to {es} data streams: * <> From 63267c8693fcd50d4d0f076c3aac22bd8b996c98 Mon Sep 17 00:00:00 2001 From: kosabogi <105062005+kosabogi@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:18:44 +0100 Subject: [PATCH 3/4] Update serverless/pages/manage-your-project.asciidoc Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --- serverless/pages/manage-your-project.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/manage-your-project.asciidoc b/serverless/pages/manage-your-project.asciidoc index d6a45e78..8d39472b 100644 --- a/serverless/pages/manage-your-project.asciidoc +++ b/serverless/pages/manage-your-project.asciidoc @@ -38,7 +38,7 @@ The total volume of search-ready data is the sum of the following: [NOTE] ==== -Time series data refers to any document in standard indices or data streams that include the `@timestamp` field. This field determines whether the data will be subject to the Search Boost Window setting. +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. From f1296fec0456d5038748da85d933fc51c11c9518 Mon Sep 17 00:00:00 2001 From: kosabogi <105062005+kosabogi@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:55:07 +0100 Subject: [PATCH 4/4] Update serverless/pages/ingest-your-data.asciidoc Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --- serverless/pages/ingest-your-data.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/pages/ingest-your-data.asciidoc b/serverless/pages/ingest-your-data.asciidoc index 06b4d8b1..bd1fe042 100644 --- a/serverless/pages/ingest-your-data.asciidoc +++ b/serverless/pages/ingest-your-data.asciidoc @@ -35,7 +35,7 @@ Time series, or timestamped data, describes data that changes frequently and "fl [NOTE] ==== -Time series data refers to any document in standard indices or data streams that include the `@timestamp` field. +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: