mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
Document security events route migration to alerts in UPGRADING.md. (#25065)
* Document security events route migration to Alerts in `UPGRADING.md`. * Improve `UPGRADING.md`. * Revert not needed change
This commit is contained in:
24
UPGRADING.md
24
UPGRADING.md
@@ -15,6 +15,22 @@ This release includes frontend plugin API changes related to perspectives.
|
||||
- The `perspectives` plugin export has been removed from core.
|
||||
- Plugin-provided `navigation` and `pageNavigation` entities no longer support the `perspective` key.
|
||||
|
||||
### Security Events UI Routes Consolidated into Alerts
|
||||
|
||||
The dedicated Security Events UI routes under `/security/security-events/*` have been removed in favor of the
|
||||
existing Alerts routes.
|
||||
|
||||
If you have bookmarks, links, or runbooks pointing to old routes, update them as follows:
|
||||
|
||||
| Old route | New route |
|
||||
| ------------------------------------------------------- | ------------------------------------- |
|
||||
| `/security/security-events/alerts` | `/alerts` |
|
||||
| `/security/security-events/definitions` | `/alerts/definitions` |
|
||||
| `/security/security-events/notifications` | `/alerts/notifications` |
|
||||
| `/security/security-events/event-procedures/procedures` | `/alerts/event-procedures/procedures` |
|
||||
| `/security/security-events/event-procedures/steps` | `/alerts/event-procedures/steps` |
|
||||
| `/security/security-events/event-procedure-action` | `/alerts/event-procedure-action` |
|
||||
|
||||
### External Authentication Services: Changed Default User Time Zone
|
||||
|
||||
The authentication backends for Active Directory, LDAP, OIDC, Okta, and SAML previously set the time zone for
|
||||
@@ -35,7 +51,7 @@ be modified to instead use the underscore format.
|
||||
## Configuration File Changes
|
||||
|
||||
| Option | Action | Description |
|
||||
|--------|-----------|-------------|
|
||||
| ------ | --------- | ----------- |
|
||||
| `tbd` | **added** | |
|
||||
|
||||
## Java API Changes
|
||||
@@ -46,6 +62,6 @@ be modified to instead use the underscore format.
|
||||
|
||||
The following REST API changes have been made.
|
||||
|
||||
| Endpoint | Description |
|
||||
|----------------------|------------------------------------|
|
||||
| `GET /<endpoint>` | Description of the endpoint change |
|
||||
| Endpoint | Description |
|
||||
| ----------------- | ---------------------------------- |
|
||||
| `GET /<endpoint>` | Description of the endpoint change |
|
||||
|
||||
Reference in New Issue
Block a user