Skip to content

Commit dfea98a

Browse files
committed
Ignore agentless templates
1 parent 41dccb6 commit dfea98a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_elasticsearch/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ def is_xpack_template(name):
425425
return True
426426

427427
return name in {
428+
"agentless",
429+
"agentless@mappings",
430+
"agentless@settings",
428431
"apm-10d@lifecycle",
429432
"apm-180d@lifecycle",
430433
"apm-390d@lifecycle",

0 commit comments

Comments
 (0)