Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dataset quality] Sort by datasetname + Find degradedDocs using raw d…
…ataset name (#173603) This PR focuses on solving a couple of issues: 1. In #173087 the dataset human title was brought to the table. Even though, we still need to sort the column by the `raw` name of the dataset. #### Before https://github.com/elastic/kibana/assets/1313018/e389ea24-55fc-4854-af32-67e3693fe4bb #### After https://github.com/elastic/kibana/assets/1313018/cbb529e5-12cf-4432-be02-828c61143f17 2. In #173272 `rawName` property was added to `DataStreamStat` class so we could keep the logic of splitting the raw dataset name in just one place. We need to find the `degradedDocs` number from the raw dataset instead of the name we are keeping in the class. #### Before https://github.com/elastic/kibana/assets/1313018/e8d41966-24cd-45e8-8ab2-3de3b043e730 #### After https://github.com/elastic/kibana/assets/1313018/e9af6c9d-5081-41e5-bfb0-c88264e4b349
- Loading branch information