Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds definition of time series data #225

Merged
merged 5 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions serverless/pages/ingest-your-data.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kosabogi marked this conversation as resolved.
Show resolved Hide resolved
====

You can use these specialized tools to add timestamped data to {es} data streams:

* <<elasticsearch-ingest-data-through-beats,{beats}>>
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/manage-your-project.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kosabogi marked this conversation as resolved.
Show resolved Hide resolved
====

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]
Expand Down