You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/logsdb/src/main/java/org/elasticsearch/xpack/logsdb/SyntheticSourceIndexSettingsProvider.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,11 @@ public Settings getAdditionalIndexSettings(
43
43
SettingsindexTemplateAndCreateRequestSettings,
44
44
List<CompressedXContent> combinedTemplateMappings
45
45
) {
46
+
// This index name is used when validating component and index templates, we should skip this check in that case.
47
+
// (See MetadataIndexTemplateService#validateIndexTemplateV2(...) method)
0 commit comments