You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
|`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...`|
|`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 |
0 commit comments