diff --git a/tools/Elastic.CommonSchema.Generator/Projection/IndexTemplate.cs b/tools/Elastic.CommonSchema.Generator/Projection/IndexTemplate.cs index 3b460b76..0adc9f62 100644 --- a/tools/Elastic.CommonSchema.Generator/Projection/IndexTemplate.cs +++ b/tools/Elastic.CommonSchema.Generator/Projection/IndexTemplate.cs @@ -35,8 +35,7 @@ public IndexTemplate(string name, string template, string schemaVersion) .Replace("\"limit\": 2000", "\"limit\": 2500") .Replace("\"", "\"\"") .Replace("_vulnerability\"\"", "_vulnerability\"\"\" + userComponents + @\"") - .Replace("try-ecs-*", "\" + indexPattern + @\"") - ; + .Replace("try-ecs-*", "\" + indexPattern + @\""); } } }