Skip to content
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

Make tsdb settings public in Serverless #99567

Conversation

salvatore-campagna
Copy link
Contributor

Creation of time series indices fails in serverless because some tsdb specific settings are not public. This results in errors when creating time series indices whose settings include:

  • index.mode
  • index.time_series.start_time
  • index.time_series.end_time
  • index.look_ahead_time
  • index.look_back_time
  • index.routing_path

Here we make them public so that users can create time series indices.

Resolves #99563

Creation of time series indices fails in serverless because
some tsdb specific settings are not public. This results in
errors when creating time series indices whose settings include:
* index.mode
* index.time_series.start_time
* index.time_series.end_time
* index.look_ahead_time
* index.look_back_time
* index.routing_path

Here we make them public so that users can create time series indices.
@salvatore-campagna salvatore-campagna self-assigned this Sep 14, 2023
@elasticsearchmachine elasticsearchmachine added Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.11.0 labels Sep 14, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

@elasticsearchmachine
Copy link
Collaborator

Hi @salvatore-campagna, I've created a changelog YAML for you.

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

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

LGTM

@salvatore-campagna salvatore-campagna merged commit 154dc9a into elastic:main Sep 14, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :StorageEngine/TSDB You know, for Metrics Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create TSDB index in Serverless
3 participants