File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
test_elasticsearch_serverless Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -121,18 +121,16 @@ def wipe_transforms(client: Elasticsearch, timeout=30):
121
121
122
122
123
123
def is_xpack_template (name ):
124
- if name .startswith (".alerts-" ):
125
- return True
126
- elif name .startswith (".kibana-data-quality-dashboard-" ):
127
- return True
128
- elif name .startswith (".kibana-elastic-ai-assistant-component-template-" ):
124
+ if name .startswith ("." ):
129
125
return True
130
126
elif name .startswith ("behavioral_analytics-events" ):
131
127
return True
132
128
elif name .startswith ("elastic-connectors-" ):
133
129
return True
134
130
elif name .startswith ("entities_v1_" ):
135
131
return True
132
+ elif "fleet_server" in name :
133
+ return True
136
134
return name in {
137
135
"apm-10d@lifecycle" ,
138
136
"apm-180d@lifecycle" ,
@@ -151,7 +149,6 @@ def is_xpack_template(name):
151
149
"logs@mappings" ,
152
150
"logs-settings" ,
153
151
"logs@settings" ,
154
- "logs-fleet_server.output_health" ,
155
152
"metrics-apm@mappings" ,
156
153
"metrics-apm.service_destination@mappings" ,
157
154
"metrics-apm.service_summary@mappings" ,
@@ -164,8 +161,6 @@ def is_xpack_template(name):
164
161
"metrics@settings" ,
165
162
"metrics-tsdb-settings" ,
166
163
"metrics@tsdb-settings" ,
167
- "metrics-fleet_server.agent_status" ,
168
- "metrics-fleet_server.agent_versions" ,
169
164
"synthetics-mappings" ,
170
165
"synthetics@mappings" ,
171
166
"synthetics-settings" ,
You can’t perform that action at this time.
0 commit comments