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:
Linus Pahl
2026-02-23 16:31:04 +01:00
committed by GitHub
parent 8b9d6d1ef8
commit b5c10841a2

View File

@@ -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 |