-
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
[Actionable Observability] Update links to Observability rule management #140009
[Actionable Observability] Update links to Observability rule management #140009
Conversation
fadf795
to
3d06e84
Compare
Pinging @elastic/actionable-observability (Team: Actionable Observability) |
@@ -135,7 +135,7 @@ export const getContent = ( | |||
addTitle: i18n.translate('xpack.observability.statusVisualization.alert.link', { | |||
defaultMessage: 'Create rules', | |||
}), | |||
addLink: http.basePath.prepend('/app/management/insightsAndAlerting/triggersActions/rules'), | |||
addLink: http.basePath.prepend('/app/observability/alerts'), |
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.
@CoenWarmer we need to go to /observability/alerts/rules
instead of /observability/alerts
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.
You're right of course!
@@ -97,7 +97,7 @@ export const getEmptySections = ({ http }: { http: HttpSetup }): ISection[] => { | |||
linkTitle: i18n.translate('xpack.observability.emptySection.apps.alert.link', { | |||
defaultMessage: 'Create rule', | |||
}), | |||
href: http.basePath.prepend('/app/management/insightsAndAlerting/triggersActions/alerts'), |
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.
Also, I am wondering why this one goes to /alerts
. From the ticket, it seems all the places are redirected to /rules
not /alerts
🤔
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.
Have updated to /rules
for now.
… of github.com:CoenWarmer/kibana into chore/138893-update-ao-links-going-to-stack-management
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 👍
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
…ent (elastic#140009) * [Actionable Observability] Update links to Observability rule management * Use path config file for links
Summary
This PR updates links in the Observability Overview from the Stack Management Rules configuration view to the Observability Rules screen.
Resolves 138893.