Skip to content

Commit 81f95cb

Browse files
committed
Ignore more component templates
1 parent a63e72d commit 81f95cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test_elasticsearch_serverless/utils.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ def is_xpack_template(name):
172172
"traces-apm@mappings",
173173
"traces-apm.rum@mappings",
174174
"traces@mappings",
175+
"traces@settings",
176+
# otel
177+
"metrics-otel@mappings",
178+
"semconv-resource-to-ecs@mappings",
179+
"traces-otel@mappings",
180+
"ecs-tsdb@mappings",
181+
"logs-otel@mappings",
182+
"otel@mappings",
175183
}:
176184
return True
177185
return False

0 commit comments

Comments
 (0)