-
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] Implement Management Flyout #172136
[Dataset quality] Implement Management Flyout #172136
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Page load bundle
History
To update your PR or re-run it, just comment with: |
|
||
const url = useMemo(() => { | ||
const query = { | ||
query: `data_stream.namespace : "${namespace}"`, |
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.
We should change this to use the new locator props once this PR is merged
|
||
export const flyoutIntegrationTypeText = i18n.translate( | ||
'xpack.datasetQuality.flyoutIntegrationTypeText', | ||
{ |
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.
As per the new figma changes this should be Name instead of Type
<EuiFlexGroup> | ||
<EuiFlexItem grow={1}> | ||
<EuiTitle size="xxs"> | ||
<span>Namespace</span> |
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.
As per the comments on figma the namespace field should be removed
1fbb4c8
to
b043545
Compare
related to #170441
📝 Summary
This PR introduces the dataset quality flyout and shows the first 2 sections in the flyout, dataset and integration details. The new Actions column is also added as part of this PR.
✅ Testing
/app/observability-log-explorer/dataset-quality
Open in Logs Explorer
or theOpen
Action column should navigate to the Log Explorer with having the correct dataset and namespace selected