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
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,10 @@ The following REST API changes have been made.
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
149
150
-
## Deprecation of Elasticsearch
150
+
151
+
## Deprecation of old Search Backends
152
+
153
+
### Deprecation of Elasticsearch
151
154
152
155
Graylog introduced support for OpenSearch as its new search backend in 2022. To simplify the installation and management
153
156
of OpenSearch, the Graylog Data Node component was later developed. Today, Data Node or a self-managed OpenSearch
@@ -157,3 +160,19 @@ Starting with Graylog 7.0, the use of Elasticsearch as a search backend is depre
157
160
158
161
Graylog users are encouraged to migrate to Data Node or self-managed OpenSearch, as Elasticsearch support will be
159
162
removed entirely in Graylog 8.0.
163
+
164
+
### Deprecation of OpenSearch 1.x
165
+
166
+
According to the official OpenSearch Maintenance Policy, the OpenSearch 1.x maintenance window ended in May 2025. As a
167
+
result, OpenSearch 1.x will no longer receive back-port fixes or features.
168
+
169
+
Therefore, starting with Graylog 7.0, the use of OpenSearch 1.x is deprecated. Support for OpenSearch 1.x will be
170
+
removed in Graylog 8.0.
171
+
172
+
Graylog users are encouraged to use Graylog Data Node or a supported, self-managed version of OpenSearch. See Graylog's
173
+
Compatibility Matrix for details on supported OpenSearch versions.
174
+
175
+
Links:
176
+
-[OpenSearch Release Schedule and Maintenance Policy](https://opensearch.org/releases/)
177
+
-[Graylog Data Node](https://go2docs.graylog.org/current/downloading_and_installing_graylog/install_graylog_data_node.htm)
0 commit comments