Skip to content

Commit aadcbb3

Browse files
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 <[email protected]> * Update serverless/pages/ingest-your-data.asciidoc Co-authored-by: shainaraskas <[email protected]> --------- Co-authored-by: shainaraskas <[email protected]>
1 parent 1bb13f0 commit aadcbb3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

serverless/pages/ingest-your-data.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ You can use these specialized tools to add general content to {es} indices:
3333

3434
Time series, or timestamped data, describes data that changes frequently and "flows" over time, such as stock quotes, system metrics, and network traffic data.
3535

36+
[NOTE]
37+
====
38+
Time series data refers to any document in standard indices or data streams that includes the `@timestamp` field.
39+
====
40+
3641
You can use these specialized tools to add timestamped data to {es} data streams:
3742

3843
* <<elasticsearch-ingest-data-through-beats,{beats}>>

serverless/pages/manage-your-project.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ The total volume of search-ready data is the sum of the following:
3636
. The volume of non-time series project data
3737
. The volume of time series project data included in the Search Boost Window
3838

39+
[NOTE]
40+
====
41+
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.
42+
====
43+
3944
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.
4045

4146
[discrete]

0 commit comments

Comments
 (0)