-
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
[Security Solution] show correct failed transform on failed transform banner #117608
[Security Solution] show correct failed transform on failed transform banner #117608
Conversation
1ce3fb7
to
7d7565b
Compare
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
<> | ||
<FormattedMessage | ||
id="xpack.securitySolution.endpoint.list.transformFailed.message" | ||
defaultMessage="A required transform, {transformId}, is currently failing. Most of the time this can be fixed by {transformsPage}. For additional help, please visit the {docsPage}" | ||
values={{ | ||
transformId: metadataTransformStats[0]?.id || metadataTransformPrefix, | ||
transformId: failingTransformIds || metadataTransformPrefix, |
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.
heh, I guess this made sense when we only had one
@joeypoon this looks awesome - can you also update the docs link to this? https://www.elastic.co/guide/en/security/7.16/ts-management.html This provides more focused troubleshooting instructions |
7d7565b
to
f26fade
Compare
f26fade
to
243af9f
Compare
243af9f
to
23a04d2
Compare
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
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.
LGTM! Just need a review from kibana-core
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.
Doc links changes LGTM!
… banner (#117608) (#117738) Co-authored-by: Joey F. Poon <[email protected]>
… banner (#117608) (#117739) Co-authored-by: Joey F. Poon <[email protected]>
Summary
Endpoint list failed transform banner was always only showing the first transform id even if it wasn't failing. It will now display the correct failing transform(s).
only united transform is stopped:
shows name of failing united transform:
Checklist
For maintainers