Skip to content

Conversation

@ElenaStoeva
Copy link
Contributor

Fixes #241906
Fixes #241907

Summary

This PR removes the tests related to index mode as they are no longer relevant since the index_mode field was added to the GET _data_stream API in elastic/elasticsearch#122486. Previously, the GET _data_stream API didn't have index_mode in the response body so we would assume the index_mode based on cluster settings and the data stream name (if it is logs-*-*). Now that the index_mode field is there, it takes precedence so we don't have to make assumptions based on cluster settings, and so these tests are irrelevant. Also, they often create noise on Es promotions if the behavior in Es changes.

@ElenaStoeva ElenaStoeva self-assigned this Nov 5, 2025
@ElenaStoeva ElenaStoeva added Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t// release_note:skip Skip the PR/issue when compiling release notes backport:all-open Backport to all branches that could still receive a release labels Nov 5, 2025
@elasticmachine
Copy link
Contributor

🤖 Jobs for this PR can be triggered through checkboxes. 🚧

ℹ️ To trigger the CI, please tick the checkbox below 👇

  • Click to trigger kibana-pull-request for this PR!
  • Click to trigger kibana-deploy-project-from-pr for this PR!
  • Click to trigger kibana-deploy-cloud-from-pr for this PR!

@ElenaStoeva
Copy link
Contributor Author

ElenaStoeva commented Nov 6, 2025

Closing as it turns out the tests caught a bug in Es that was recently introduced in elastic/elasticsearch#137407. A fix was added with elastic/elasticsearch#137646.

@ElenaStoeva ElenaStoeva closed this Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment