Skip to content

Commit 1b0cfda

Browse files
authored
Update time series data note to important section (#7323)
Clarified definition of time series data and its requirements for the Search Boost Window. Closes elastic/docs-content-internal#1437
1 parent 942ac30 commit 1b0cfda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy-manage/deploy/elastic-cloud/project-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ The total volume of search-ready data is the sum of the following:
4141
1. The volume of non-time series project data
4242
2. The volume of time series project data included in the Search Boost Window
4343

44-
::::{note}
45-
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.
44+
::::{important}
45+
Time series data refers to any document in standard indices or data streams that includes a concrete `@timestamp` field. The `@timestamp` field must be an actual mapped field for data to be subject to the Search Boost Window setting. A [field alias](elasticsearch://reference/elasticsearch/mapping-reference/field-alias.md) named `@timestamp` that points to another field does not qualify the data as time series data. Such data is always treated as search-ready and is not governed by the Search Boost Window.
4646
::::
4747

4848
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.

0 commit comments

Comments
 (0)