Skip to content

Commit 93c5a9c

Browse files
authored
Enabling the feature flag for the data lake preview (#22117)
* enabling the feature flag for the data lake preview * adding changelog
1 parent 84fca95 commit 93c5a9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog/unreleased/pr-22117.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
type="a"
2+
message="Setting the default for the feature-flag for the Enterprise Feature DataLake to on"
3+
4+
issues=[]
5+
pulls=["22117"]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ new_report_creation=on
8989
remote_reindex_migration=off
9090

9191
# Enable preview of data warehouse data
92-
data_warehouse_search=off
92+
data_warehouse_search=on
9393

9494
# Enable preview of input setup wizard
9595
setup_mode=on

0 commit comments

Comments
 (0)