Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Security Solution][Data Quality Dashboard][Serverless] Fix fet…
…chAvailableIndices in get_index_stats (elastic#197065) (elastic#198525) # Backport This will backport the following commits from `main` to `8.x`: - [[Security Solution][Data Quality Dashboard][Serverless] Fix fetchAvailableIndices in get_index_stats (elastic#197065)](elastic#197065) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Karen Grigoryan","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-31T13:07:36Z","message":"[Security Solution][Data Quality Dashboard][Serverless] Fix fetchAvailableIndices in get_index_stats (elastic#197065)\n\naddresses elastic#196528\r\n\r\n- Remove unused get_available_indices.ts params helper file.\r\n- Change fetchAvailableIndices to use creation_date from _cat api\r\ninstead of targeting @timestamp field of indices\r\n\r\n## UI Changes:\r\n\r\nBefore:\r\n\r\n![image](https://github.com/user-attachments/assets/1954a8b6-1760-4ec7-b3d3-167b724f8b3c)\r\nAfter:\r\n\r\n![image](https://github.com/user-attachments/assets/232674a1-9691-4d49-862e-99873f22c3cf)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"ac013b4a99d68ac1596a19d94a7094b4284a200a","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Threat Hunting","Team:Threat Hunting:Explore","backport:prev-minor","ci:project-deploy-security"],"title":"[Security Solution][Data Quality Dashboard][Serverless] Fix fetchAvailableIndices in get_index_stats","number":197065,"url":"https://github.com/elastic/kibana/pull/197065","mergeCommit":{"message":"[Security Solution][Data Quality Dashboard][Serverless] Fix fetchAvailableIndices in get_index_stats (elastic#197065)\n\naddresses elastic#196528\r\n\r\n- Remove unused get_available_indices.ts params helper file.\r\n- Change fetchAvailableIndices to use creation_date from _cat api\r\ninstead of targeting @timestamp field of indices\r\n\r\n## UI Changes:\r\n\r\nBefore:\r\n\r\n![image](https://github.com/user-attachments/assets/1954a8b6-1760-4ec7-b3d3-167b724f8b3c)\r\nAfter:\r\n\r\n![image](https://github.com/user-attachments/assets/232674a1-9691-4d49-862e-99873f22c3cf)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"ac013b4a99d68ac1596a19d94a7094b4284a200a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197065","number":197065,"mergeCommit":{"message":"[Security Solution][Data Quality Dashboard][Serverless] Fix fetchAvailableIndices in get_index_stats (elastic#197065)\n\naddresses elastic#196528\r\n\r\n- Remove unused get_available_indices.ts params helper file.\r\n- Change fetchAvailableIndices to use creation_date from _cat api\r\ninstead of targeting @timestamp field of indices\r\n\r\n## UI Changes:\r\n\r\nBefore:\r\n\r\n![image](https://github.com/user-attachments/assets/1954a8b6-1760-4ec7-b3d3-167b724f8b3c)\r\nAfter:\r\n\r\n![image](https://github.com/user-attachments/assets/232674a1-9691-4d49-862e-99873f22c3cf)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"ac013b4a99d68ac1596a19d94a7094b4284a200a"}}]}] BACKPORT--> Co-authored-by: Karen Grigoryan <[email protected]>
- Loading branch information