Skip to content

Commit

Permalink
Rename logs index mode to logsdb (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Jul 18, 2024
1 parent c6026f9 commit 490baac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/testrunner/runners/system/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ func isSyntheticSourceModeEnabled(ctx context.Context, api *elasticsearch.API, d
// It seems that some index modes enable synthetic source mode even when it is not explicitly mentioned
// in the mappings. So assume that when these index modes are used, the synthetic mode is also used.
var syntheticsIndexModes = []string{
"logs",
"logs", // Replaced in 8.15.0 with "logsdb", see https://github.com/elastic/elasticsearch/pull/111054
"logsdb",
"time_series",
}
if slices.Contains(syntheticsIndexModes, results.Template.Settings.Index.Mode) {
Expand Down

0 comments on commit 490baac

Please sign in to comment.