Skip to content

Commit 040a644

Browse files
Add UPGRADING.md entry for removal of asset history API endpoints (#23780)
* Add UPGRADING.md entry for removal of asset history API endpoints * Update UPGRADING.md Co-authored-by: Zack King <[email protected]> --------- Co-authored-by: Zack King <[email protected]>
1 parent 12169e5 commit 040a644

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

UPGRADING.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ names of data lake related metrics change accordingly.
132132

133133
The following REST API changes have been made.
134134

135-
| Endpoint | Description |
136-
|---------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
137-
| `GET /system/urlallowlist` | Renamed from `GET /system/urlwhitelist`. The corresponding REST API permission is renamed to `urlallowlist:read`. |
138-
| `PUT /system/urlallowlist` | Renamed from `PUT /system/urlwhitelist`. The corresponding REST API permission is renamed to `urlallowlist:write` |
139-
| `POST /system/urlallowlist/check` | Renamed from `POST /system/urlwhitelist/check` |
140-
| `POST /system/urlallowlist/generate_regex` | Renamed from `POST /system/urlwhitelist/generate_regex` |
141-
| All `/api/plugins/org.graylog.plugins.datalake/data_lake/...` | Renamed from `/api/plugins/org.graylog.plugins.datawarehouse/data_warehouse/...`. The corresponding permissions are also renamed to `data_lake...` |
142-
| `GET /<endpoint>` | description |
135+
| Endpoint | Description |
136+
|-----------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
137+
| `GET /system/urlallowlist` | Renamed from `GET /system/urlwhitelist`. The corresponding REST API permission is renamed to `urlallowlist:read`. |
138+
| `PUT /system/urlallowlist` | Renamed from `PUT /system/urlwhitelist`. The corresponding REST API permission is renamed to `urlallowlist:write` |
139+
| `POST /system/urlallowlist/check` | Renamed from `POST /system/urlwhitelist/check` |
140+
| `POST /system/urlallowlist/generate_regex` | Renamed from `POST /system/urlwhitelist/generate_regex` |
141+
| All `/api/plugins/org.graylog.plugins.datalake/data_lake/...` | Renamed from `/api/plugins/org.graylog.plugins.datawarehouse/data_warehouse/...`. The corresponding permissions are also renamed to `data_lake...` |
142+
| All `/api/plugins/org.graylog.plugins.securityapp.asset/assets/history/...` | Removed all endpoints. Contents of underlying `asset_history` MongoDB collection migrated to `Asset History` Index set and Stream |
143+
| `GET /<endpoint>` | description |

0 commit comments

Comments
 (0)