Skip to content

TSDS - New Index Not Appearing in _cat/indices API After Downsampling #110871

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

Open
dbeast-co opened this issue Jul 15, 2024 · 1 comment
Open
Assignees

Comments

@dbeast-co
Copy link

Elasticsearch Version

8.8.2, 8.14.3

Installed Plugins

No response

Java Version

bundled

OS Version

Windows 11

Problem Description

After performing a downsample on an index, the new downsampled index does not appear in the _cat/indices API.

Steps to Reproduce

  1. Create an Index Lifecycle Management (ILM) policy.
  2. Create an index template with the Time Series Data Stream (TSDS) definition, settings, and mappings.
  3. Ingest data into the data stream.
  4. Perform a rollover on the index.
  5. Block the old index with the command:
    PUT /.ds-my-index-2024.07.09-000002/_block/write
  6. Downsample the index with the command:
POST .ds-my-index-2024.07.09-000002/_downsample/.ds-my-index-2024.07.09-000002-ds
{
    "fixed_interval": "10m"
}
  1. Wait until the downsample task is completed.
  2. Check if the new downsampled index exists using the _cat/indices API

Logs (if relevant)

No response

@dbeast-co dbeast-co added >bug needs:triage Requires assignment of a team area label labels Jul 15, 2024
@kingherc kingherc added the :StorageEngine/TSDB You know, for Metrics label Jul 16, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

@elasticsearchmachine elasticsearchmachine removed the needs:triage Requires assignment of a team area label label Jul 16, 2024
@dnhatn dnhatn self-assigned this Jul 16, 2024
@dnhatn dnhatn assigned limotova and unassigned dnhatn Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants