File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
test_elasticsearch_serverless Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,7 @@ def wipe_transforms(client: Elasticsearch, timeout=30):
123123
124124
125125def is_xpack_template (name ):
126- if name .startswith (".alerts-" ):
127- return True
128- elif name .startswith (".kibana-data-quality-dashboard-" ):
129- return True
130- elif name .startswith (".kibana-elastic-ai-assistant-component-template-" ):
126+ if name .startswith ("." ):
131127 return True
132128 elif name .startswith ("behavioral_analytics-events" ):
133129 return True
@@ -153,6 +149,7 @@ def is_xpack_template(name):
153149 "logs@mappings" ,
154150 "logs-settings" ,
155151 "logs@settings" ,
152+ "logs-fleet_server.output_health@package" ,
156153 "metrics-apm@mappings" ,
157154 "metrics-apm.service_destination@mappings" ,
158155 "metrics-apm.service_summary@mappings" ,
@@ -165,6 +162,8 @@ def is_xpack_template(name):
165162 "metrics@settings" ,
166163 "metrics-tsdb-settings" ,
167164 "metrics@tsdb-settings" ,
165+ "metrics-fleet_server.agent_status@package" ,
166+ "metrics-fleet_server.agent_versions@package" ,
168167 "synthetics-mappings" ,
169168 "synthetics@mappings" ,
170169 "synthetics-settings" ,
You can’t perform that action at this time.
0 commit comments