graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

/system/indices page still shows "Elasticsearch cluster" even when using OpenSearch

Open drewmiranda-gl opened this issue 1 year ago • 3 comments

What?

/system/indices page still shows "Elasticsearch cluster" even when using OpenSearch

image

Why?

In my example, i'm using OpenSearch however graylog is saying i am using Elasticsearch. This could be confusing for users.

Your Environment

  • Graylog Version: 5.2, 6.0

drewmiranda-gl avatar Apr 11 '24 14:04 drewmiranda-gl

We can use a generalized wording such as indexer. If we are feeling fancy, we could even show the indexer used in the system.

mako42 avatar Apr 16 '24 09:04 mako42

I think it'd be worth stating the indexer used if we can without much difficulty.

Reasoning being, using "search cluster" will feel misleading when the customer is using "Graylog Data Node", while using "data cluster" will feel misleading when using elasticsearch or opensearch.

tellistone avatar Apr 26 '24 09:04 tellistone

For what its worth it seems like the product is already detecting the use of datanode.

As seen in Graylog 6.0

When using datanode: image

vs without datanode: image

drewmiranda-gl avatar Apr 26 '24 13:04 drewmiranda-gl