-
Notifications
You must be signed in to change notification settings - Fork 224
Rename Health events to Account events #5582
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
base: main
Are you sure you want to change the base?
Conversation
title: Health Events Management APIs | ||
sidebar_label: Health Events | ||
description: Use HTTP endpoints to view your account's health events. | ||
id: account-events |
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.
If you're changing the ID of this file from health-events
to account-events
, you should also change the name of the file from health-events.md
to account-events.md
.
@@ -3,7 +3,7 @@ | |||
Add content to the following sections in this sidebar Navigation file: |
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.
To resolve the build break, in the sidebars.ts
file you need to change manage/health-events
to manage/account-events
, and change api/health-events
to api/account-events
.
@@ -1,6 +1,6 @@ | |||
--- | |||
id: health-events | |||
title: Health Events | |||
id: account-events |
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.
Just like for that other file, if you're changing the ID of this file from health-events
to account-events
, you should also change the name of the file from health-events.md
to account-events.md
.
| KR | https://api.kr.sumologic.com/docs/#tag/healthEvents | | ||
| US1 | https://api.sumologic.com/docs/#tag/healthEvents | | ||
| US2 | https://api.us2.sumologic.com/docs/#tag/healthEvents | | ||
| AU | https://api.au.sumologic.com/docs/#tag/accountEvents | |
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.
This is not going to work since these API docs link are generated from backend and this would require changing the health events API. Is this something that is being planned for future? @SumoLogic/core-platform team owns these APIs and as far as I know this hasn't been communicated to the team that owns these APIs?
|
||
Hover your mouse over the status icon to view a tooltip with a count of the detected errors and warnings. You can click on the status icon to open a Health Events panel with details on each detected issue. | ||
Hover your mouse over the status icon to view a tooltip with a count of the detected errors and warnings. You can click on the status icon to open a Account Events panel with details on each detected issue. |
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.
Hover your mouse over the status icon to view a tooltip with a count of the detected errors and warnings. You can click on the status icon to open a Account Events panel with details on each detected issue. | |
Hover your mouse over the status icon to view a tooltip with a count of the detected errors and warnings. You can click on the status icon to open an Account Events panel with details on each detected issue. |
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'd also need to add the URL changes to cid-directs.json
Purpose of this pull request
This pull request is to rename the Health events to Account events.
Select the type of change
Ticket (if applicable)
Health Events to Account Events - Name change