-
Notifications
You must be signed in to change notification settings - Fork 72
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
Support for TSDB in package spec #311
Comments
|
Is this different than #297? |
We also already added support for the dimensions and metric mapping options in elastic/kibana#115620 and elastic/kibana#115621. These are shipping 8.2.0 |
Did you mean to ping the other Joe (@flash1293) instead of me? 😄 |
That makes sense because this topic is very much related to what I’m doing 🙂 as tsdb indices can be queried as regular indices, you will be able to use all of the Lens functionality with them - in this way it will support them from the start. We are going to add new functionality leveraging the time_series and sliding window aggregations later on to Lens. |
Closing this as at the end no changes are needed in the spec, we will use current Elasticsearch options:
Enabling it this way in the kubernetes integration, here: elastic/integrations#3119. |
Let's reopen this as public-facing issue, and because at the end we may need changes in the spec. |
Elasticsearch is working on the time series data based (TSDB) project: elastic/elasticsearch#74660 This introduces new mapping fields for metrics and also a time series id (TSID). A first version of this project will land soon and parts are already available in the recent snapshot builds. To make this feature available to integrations, these fields have to be added to the package-spec and be supported by Fleet to be installed.
Requirements:
The text was updated successfully, but these errors were encountered: