Skip to content

Commit 5258e20

Browse files
authored
Add Elasticsearch deprecation note (#23901)
1 parent 92f7e32 commit 5258e20

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,14 @@ The following REST API changes have been made.
146146
| 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...` |
147147
| 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 |
148148
| `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
159+
removed entirely in Graylog 8.0.

0 commit comments

Comments
 (0)