Skip to content

Commit

Permalink
Defaults to logsdb with synthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Sep 11, 2024
1 parent 758b90c commit ed88894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public boolean isES87TSDBCodecEnabled() {
public static final Setting<IndexMode> MODE = Setting.enumSetting(
IndexMode.class,
"index.mode",
IndexMode.STANDARD,
IndexMode.LOGSDB,
new Setting.Validator<>() {
@Override
public void validate(IndexMode value) {}
Expand Down

0 comments on commit ed88894

Please sign in to comment.