Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.36k stars 1.06k forks source link

Allow 'Configure Index Set' to configure index settings for OpenSearch #20125

Open drewmiranda-gl opened 2 months ago

drewmiranda-gl commented 2 months ago

What?

Allow 'Configure Index Set' to configure index settings for OpenSearch

two specific examples shared with us are:

Another possible addition to this is allowing the user to provide custom JSON that is merged into the index template that graylog creates/manages. While possibly risky or difficult to validate, this would allow the greatest flexibility.

Why?

Some more mature and advanced users have needs to define things like index.unassigned.node_left.delayed_timeout (to prevent a shard reassignment storm if a node is temporarily offline) and index.search.slowlog to better understand slow queries.

drewmiranda-gl commented 2 weeks ago

Noting: https://github.com/Graylog2/graylog2-server/issues/20557