Skip to content

Add flag to enable time series data streams#357

Merged
jsoriano merged 1 commit intoelastic:mainfrom
jsoriano:index-mode-flag
Jun 21, 2022
Merged

Add flag to enable time series data streams#357
jsoriano merged 1 commit intoelastic:mainfrom
jsoriano:index-mode-flag

Conversation

@jsoriano
Copy link
Copy Markdown
Member

What does this PR do?

Add a new setting to configure index mode for a data stream.

It is added as a new setting, instead of using elasticsearch.index_template, because it needs to be installed in the composable index template, and the other settings are installed in the @package component template. This was tried in elastic/integrations#3119.

Why is it important?

To allow to enable time series mode in data streams (https://www.elastic.co/guide/en/elasticsearch/reference/master/tsds.html#time-series-mode).

Checklist

Related issues

@jsoriano jsoriano added the Team:Ecosystem Label for the Packages Ecosystem team label Jun 21, 2022
@jsoriano jsoriano requested a review from a team June 21, 2022 10:35
@jsoriano jsoriano requested a review from a team as a code owner June 21, 2022 10:35
@jsoriano jsoriano self-assigned this Jun 21, 2022
@elasticmachine
Copy link
Copy Markdown

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-06-21T10:35:34.081+0000

  • Duration: 2 min 23 sec

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@jsoriano jsoriano merged commit 10b32df into elastic:main Jun 21, 2022
@jsoriano jsoriano deleted the index-mode-flag branch June 21, 2022 13:43
@joshdover
Copy link
Copy Markdown
Contributor

@kpollich do we need a PR or issue tracking the change in Kibana for this?

@kpollich
Copy link
Copy Markdown
Member

@joshdover We have elastic/kibana#132818 that includes TSDB, but it might make sense to separate this out into separate implementation issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team:Ecosystem Label for the Packages Ecosystem team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for TSDB in package spec

5 participants