Graylog2 / Graylog2/graylog2-server

Error Messages Still Reference Elasticsearch

Open
#22,681 1 comment 0 reactions 0 assignees View on GitHub
backend bug triaged
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

I came across a Reddit post where a user was having issues with their Graylog install. They are using 6.2.2 which runs Opensearch. A screenshot of the Datanode indexing errors uses "Elasticsearch" to describe the indexing service as opposed to "Opensearch"

![Image](https://github.com/user-attachments/assets/fcd03e65-37e3-474c-8283-97fde24e4a64)

You can see in the image above that the strings haven't been changes to the correct indexing service.

I suggest making all reference to the indexing service a constant that is read from a configuration file so that once all instance of the indexing service have been replaced with that constant, you won't ever have to do a search and replace in the code. If a different indexing solution is used in the future, its changed in one place.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.