File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/framework/src/main/java/org/elasticsearch/test/rest
x-pack/plugin/monitoring/src/main/java/org/elasticsearch/xpack/monitoring Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ protected Set<String> preserveILMPolicyIds() {
822822 ".fleet-file-tohost-data-ilm-policy" ,
823823 ".fleet-file-tohost-meta-ilm-policy" ,
824824 ".deprecation-indexing-ilm-policy" ,
825- ".monitoring-9- ilm-policy" ,
825+ ".monitoring-ilm-policy" ,
826826 "behavioral_analytics-events-default_policy" ,
827827 "logs-apm.app_logs-default_policy" ,
828828 "logs-apm.error_logs-default_policy" ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public class MonitoringTemplateRegistry extends IndexTemplateRegistry {
6666 * The stack monitoring ILM policy information. The template variables for the ILM policy are generated when the
6767 * registry is created so that we can pick a default retention value that is sensitive to legacy monitoring settings.
6868 */
69- public static final String MONITORING_POLICY_NAME = ".monitoring-9- ilm-policy" ;
69+ public static final String MONITORING_POLICY_NAME = ".monitoring-ilm-policy" ;
7070 private static final String MONITORING_POLICY_NAME_VARIABLE = "xpack.stack.monitoring.policy.name" ;
7171 public static final String MONITORING_POLICY_DEFAULT_RETENTION = "3d" ;
7272 private static final String MONITORING_POLICY_RETENTION_VARIABLE = "xpack.stack.monitoring.history.duration" ;
You can’t perform that action at this time.
0 commit comments