-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Dataset quality] Dedicated column for namespace #173087
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
/oblt-deploy |
/oblt-deploy |
3 similar comments
/oblt-deploy |
/oblt-deploy |
/oblt-deploy |
x-pack/plugins/dataset_quality/server/types/default_api_types.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From a feature perspective the implementation LGTM, looking at the type definitions I feel we start to repeat across different plugins informations which can be unified into a plugin, such as the DatasetType definitions or other info.
We can think about some refactor of this in conjunction with the Fleet team, but this is out of the scope of this issue 👌
💚 Build Succeeded
Metrics [docs]Public APIs missing exports
Page load bundle
History
To update your PR or re-run it, just comment with: cc @yngrdyn |
…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
Pinging @elastic/obs-ux-logs-team (Team:obs-ux-logs) |
Changes
datasetname + namespace
from Dataset name column.namespace
.Before
After