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):
123
123
124
124
125
125
def 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 ("." ):
131
127
return True
132
128
elif name .startswith ("behavioral_analytics-events" ):
133
129
return True
@@ -153,6 +149,7 @@ def is_xpack_template(name):
153
149
"logs@mappings" ,
154
150
"logs-settings" ,
155
151
"logs@settings" ,
152
+ "logs-fleet_server.output_health@package" ,
156
153
"metrics-apm@mappings" ,
157
154
"metrics-apm.service_destination@mappings" ,
158
155
"metrics-apm.service_summary@mappings" ,
@@ -165,6 +162,8 @@ def is_xpack_template(name):
165
162
"metrics@settings" ,
166
163
"metrics-tsdb-settings" ,
167
164
"metrics@tsdb-settings" ,
165
+ "metrics-fleet_server.agent_status@package" ,
166
+ "metrics-fleet_server.agent_versions@package" ,
168
167
"synthetics-mappings" ,
169
168
"synthetics@mappings" ,
170
169
"synthetics-settings" ,
You can’t perform that action at this time.
0 commit comments