Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Dataset quality] 🐞 Rely solely on _index instead of data_strea…
…m properties (elastic#210329) (elastic#210533) # Backport This will backport the following commits from `main` to `8.x`: - [[Dataset quality] 🐞 Rely solely on _index instead of data_stream properties (elastic#210329)](elastic#210329) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Yngrid Coello","email":"yngrid.coello@elastic.co"},"sourceCommit":{"committedDate":"2025-02-11T10:48:45Z","message":"[Dataset quality] 🐞 Rely solely on _index instead of data_stream properties (elastic#210329)\n\nCloses https://github.com/elastic/logs-dev/issues/192.\r\n\r\n## Background\r\n\r\nThis have been an long running issue within dataset quality page which\r\nbecame more noticeable when introducing failure store. Before this\r\nchange `Dataset quality details` page was already solely relying on\r\n`_index` instead of filtering documents using `data_stream` properties\r\nwhile the main page was filtering out the documents.\r\n\r\n### Before \r\n\r\n\r\nhttps://github.com/user-attachments/assets/02d14cb9-81a6-4f61-a199-5d1e55443a20\r\n\r\n### After\r\n\r\n\r\nhttps://github.com/user-attachments/assets/09a4e523-b927-4147-99d1-6ceff40f1027","sha":"d26f9ffbb60a7ec6327920ddb520320ed83241d3","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","backport:prev-major","v9.1.0"],"title":"[Dataset quality] 🐞 Rely solely on _index instead of data_stream properties","number":210329,"url":"https://github.com/elastic/kibana/pull/210329","mergeCommit":{"message":"[Dataset quality] 🐞 Rely solely on _index instead of data_stream properties (elastic#210329)\n\nCloses https://github.com/elastic/logs-dev/issues/192.\r\n\r\n## Background\r\n\r\nThis have been an long running issue within dataset quality page which\r\nbecame more noticeable when introducing failure store. Before this\r\nchange `Dataset quality details` page was already solely relying on\r\n`_index` instead of filtering documents using `data_stream` properties\r\nwhile the main page was filtering out the documents.\r\n\r\n### Before \r\n\r\n\r\nhttps://github.com/user-attachments/assets/02d14cb9-81a6-4f61-a199-5d1e55443a20\r\n\r\n### After\r\n\r\n\r\nhttps://github.com/user-attachments/assets/09a4e523-b927-4147-99d1-6ceff40f1027","sha":"d26f9ffbb60a7ec6327920ddb520320ed83241d3"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210329","number":210329,"mergeCommit":{"message":"[Dataset quality] 🐞 Rely solely on _index instead of data_stream properties (elastic#210329)\n\nCloses https://github.com/elastic/logs-dev/issues/192.\r\n\r\n## Background\r\n\r\nThis have been an long running issue within dataset quality page which\r\nbecame more noticeable when introducing failure store. Before this\r\nchange `Dataset quality details` page was already solely relying on\r\n`_index` instead of filtering documents using `data_stream` properties\r\nwhile the main page was filtering out the documents.\r\n\r\n### Before \r\n\r\n\r\nhttps://github.com/user-attachments/assets/02d14cb9-81a6-4f61-a199-5d1e55443a20\r\n\r\n### After\r\n\r\n\r\nhttps://github.com/user-attachments/assets/09a4e523-b927-4147-99d1-6ceff40f1027","sha":"d26f9ffbb60a7ec6327920ddb520320ed83241d3"}}]}] BACKPORT--> Co-authored-by: Yngrid Coello <yngrid.coello@elastic.co>
- Loading branch information