Skip to content

Commit cf2ec85

Browse files
committed
adjust OTLP note, for readability and flow
1 parent 80c583d commit cf2ec85

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

manage-data/data-store/data-streams/quickstart-tsds.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ Use this quickstart to set up a time series data stream (TSDS), ingest a few doc
1313

1414
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.
1515

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

2418
* Access to [{{dev-tools-app}} Console](/explore-analyze/query-filter/tools/console.md) in {{kib}}, or another way to make {{es}} API requests
@@ -322,6 +316,10 @@ This quickstart introduced the basics of time series data streams. To learn more
322316
* [](/manage-data/data-store/data-streams/time-series-data-stream-tsds.md)
323317
* [](/manage-data/data-store/data-streams/set-up-tsds.md)
324318

319+
If you're working with OpenTelemetry (OTLP) data, refer to the OTLP documentation:
320+
* [](/manage-data/data-store/data-streams/tsds-ingest-otlp.md)
321+
* [](/solutions/observability/get-started/opentelemetry/quickstart/index.md)
322+
325323
For more information about the APIs used in this quickstart, review the {{es}} API reference documentation:
326324

327325
* [Bulk API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk)

manage-data/data-store/data-streams/set-up-tsds.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ products:
1313

1414
This page shows you how to manually set up a [time series data stream](/manage-data/data-store/data-streams/time-series-data-stream-tsds.md) (TSDS).
1515

16-
::::{note}
17-
If you're looking to ingest OpenTelemetry metrics,
18-
follow the [OpenTelemetry quickstarts](/solutions/observability/get-started/opentelemetry/quickstart/index.md).
19-
This allows you to start sending data into a TSDS without having to worry about manually setting up data streams or configuring mappings.
20-
::::
21-
2216
## Before you begin [tsds-prereqs]
2317

2418
- Before you create a time series data stream, review [](../data-streams.md) and [TSDS concepts](time-series-data-stream-tsds.md). You can also try the [quickstart](/manage-data/data-store/data-streams/quickstart-tsds.md) for a hands-on introduction.
@@ -29,6 +23,10 @@ This allows you to start sending data into a TSDS without having to worry about
2923
- `create_doc` and `create_index` for creating or converting a TSDS
3024
- `manage` to [roll over](#convert-existing-data-stream-to-tsds) a TSDS
3125

26+
::::{note}
27+
If you're working with OpenTelemetry data, try the [OpenTelemetry quickstarts](/solutions/observability/get-started/opentelemetry/quickstart/index.md).
28+
::::
29+
3230
## Set up a TSDS
3331

3432
:::::{stepper}

0 commit comments

Comments
 (0)