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
Copy file name to clipboardExpand all lines: UPGRADING.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,3 +146,14 @@ The following REST API changes have been made.
146
146
| 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...`|
147
147
| 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 |
148
148
|`GET /<endpoint>`| description |
149
+
150
+
## Deprecation of Elasticsearch
151
+
152
+
Graylog introduced support for OpenSearch as its new search backend in 2022. To simplify the installation and management
153
+
of OpenSearch, the Graylog Data Node component was later developed. Today, Data Node or a self-managed OpenSearch
154
+
deployment are the preferred search backend options for running Graylog.
155
+
156
+
Starting with Graylog 7.0, the use of Elasticsearch as a search backend is deprecated.
157
+
158
+
Graylog users are encouraged to migrate to Data Node or self-managed OpenSearch, as Elasticsearch support will be
0 commit comments