-
Notifications
You must be signed in to change notification settings - Fork 152
Add OTLP docs #3360
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
base: mw-tsds-final-countdown
Are you sure you want to change the base?
Add OTLP docs #3360
Conversation
manage-data/data-store/data-streams/time-series-data-stream-tsds.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work, Felix! Made some edits and left a couple of questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! We can merge when you're ready.
@@ -0,0 +1,84 @@ | |||
--- | |||
navigation_title: "Ingest OTLP metrics" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest nesting this under advanced topics, as it's not technically required and not applicable, e.g. in serverless.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd really prefer not to hide this in the advanced topics. Arguably, this is a less advanced way to send data to Elasticsearch as it doesn't require as much Elasticsearch-specific know-how like data streams, index templates, mappings, and time_series_metric/time_series_dimensions flags.
I think this can greatly simplify the getting started experience for storing metrics in Elasticsearch.
# Set up a time series data stream [set-up-tsds] | ||
|
||
This page shows you how to set up a [time series data stream](/manage-data/data-store/data-streams/time-series-data-stream-tsds.md) (TSDS). | ||
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's leave this as is, since the otlp entrypoint works only for, well, otlp data.
Co-authored-by: Kostas Krikellas <[email protected]>
Adds docs for the new OTLP endpoint added via elastic/elasticsearch#133057
Closes #3363