Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
16 changes: 16 additions & 0 deletions manage-data/data-store/data-streams/advanced-topics-tsds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
navigation_title: "Advanced topics"
applies_to:
stack: ga
serverless: ga
products:
- id: elasticsearch
---

# Advanced topics for working with time series data streams

This section contains information about advanced concepts and operations for [time series data streams](/manage-data/data-store/data-streams/time-series-data-stream-tsds.md):

- [](/manage-data/data-store/data-streams/time-bound-tsds.md)
- [](/manage-data/data-store/data-streams/reindex-tsds.md)
- [](/manage-data/data-store/data-streams/tsds-ingest-otlp.md)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ applies_to:
products:
- id: elasticsearch
---
% TODO flesh out after the rest of the section has been restructured

# Downsampling a time series data stream [downsampling]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
applies_to:
stack: ga
serverless: ga
navigation_title: "Query downsampled data"
navigation_title: "Querying"
products:
- id: elasticsearch
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably include a reference to the TS command here as tech preview.

Expand Down
8 changes: 7 additions & 1 deletion manage-data/data-store/data-streams/quickstart-tsds.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Use this quickstart to set up a time series data stream (TSDS), ingest a few doc

A _time series_ is a sequence of data points collected at regular time intervals. For example, you might track CPU usage or stock price over time. This quickstart uses simplified weather sensor readings to show how a TSDS helps you analyze metrics data over time.

::::{note}
If you're looking to ingest OpenTelemetry metrics,
follow the [OpenTelemetry quickstarts](/solutions/observability/get-started/opentelemetry/quickstart/index.md).
This allows you to start sending data into a TSDS without having to worry about manually setting up data streams or configuring mappings.
::::

## Prerequisites

* Access to [{{dev-tools-app}} Console](/explore-analyze/query-filter/tools/console.md) in {{kib}}, or another way to make {{es}} API requests
Expand Down Expand Up @@ -320,4 +326,4 @@ For more information about the APIs used in this quickstart, review the {{es}} A

* [Bulk API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk)
* [Index template API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-index-template)
* [Search API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search)
* [Search API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search)
Loading
Loading