diff --git a/graylog2-server/src/main/resources/org/graylog2/featureflag/feature-flag.config b/graylog2-server/src/main/resources/org/graylog2/featureflag/feature-flag.config index 7f0cb0b16c54..77aa1388cd22 100644 --- a/graylog2-server/src/main/resources/org/graylog2/featureflag/feature-flag.config +++ b/graylog2-server/src/main/resources/org/graylog2/featureflag/feature-flag.config @@ -135,3 +135,6 @@ replay_search_right_sidebar=on # Show predefined table layouts for alerts data table show_alerts_predefined_layouts=on + +# Enterprise: archive indices from OpenSearch snapshots instead of the scroll path +snapshot_archiving=off