@@ -24,7 +24,8 @@ module WipeCluster
24
24
PRESERVE_ILM_POLICY_IDS = [
25
25
'ilm-history-ilm-policy' , 'slm-history-ilm-policy' ,
26
26
'watch-history-ilm-policy' , 'ml-size-based-ilm-policy' , 'logs' ,
27
- 'metrics' , '.deprecation-indexing-ilm-policy'
27
+ 'metrics' , '.deprecation-indexing-ilm-policy' , '.monitoring-8-ilm-policy' ,
28
+ 'behavioral_analytics-events-default_policy'
28
29
] . freeze
29
30
30
31
# Wipe Cluster, based on PHP's implementation of ESRestTestCase.java:wipeCluster()
@@ -168,7 +169,8 @@ def clear_templates_xpack(client)
168
169
'synthetics' , 'synthetics-settings' , 'synthetics-mappings' ,
169
170
'.snapshot-blob-cache' , '.deprecation-indexing-template' ,
170
171
'.deprecation-indexing-mappings' , '.deprecation-indexing-settings' ,
171
- 'security-index-template' , 'data-streams-mappings'
172
+ 'security-index-template' , 'data-streams-mappings' ,
173
+ 'behavioral_analytics-events-mappings' , 'behavioral_analytics-events-settings'
172
174
] . freeze
173
175
174
176
def xpack_template? ( template )
0 commit comments