Skip to content

Commit

Permalink
Update FeatureFlags.java
Browse files Browse the repository at this point in the history
revert unwanted setting change
  • Loading branch information
sandeshkr419 authored Oct 21, 2024
1 parent 949f95d commit 2ef7876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class FeatureFlags {
* aggregations.
*/
public static final String STAR_TREE_INDEX = "opensearch.experimental.feature.composite_index.star_tree.enabled";
public static final Setting<Boolean> STAR_TREE_INDEX_SETTING = Setting.boolSetting(STAR_TREE_INDEX, true, Property.NodeScope);
public static final Setting<Boolean> STAR_TREE_INDEX_SETTING = Setting.boolSetting(STAR_TREE_INDEX, false, Property.NodeScope);

/**
* Gates the functionality of application based configuration templates.
Expand Down

0 comments on commit 2ef7876

Please sign in to comment.