Skip to content

Commit d9ea088

Browse files
committed
Register the snapshot_archiving feature flag
Default off. Consumed by graylog-plugin-enterprise, which gates the Snapshot Archiving config endpoint and UI on it. An unregistered flag already reads as off, so this can merge on its own.
1 parent 5440c98 commit d9ea088

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

graylog2-server/src/main/resources/org/graylog2/featureflag/feature-flag.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,6 @@ replay_search_right_sidebar=on
135135

136136
# Show predefined table layouts for alerts data table
137137
show_alerts_predefined_layouts=on
138+
139+
# Enterprise: archive indices from OpenSearch snapshots instead of the scroll path
140+
snapshot_archiving=off

0 commit comments

Comments
 (0)