Skip to content

Commit 9388971

Browse files
authored
Remove ignore_malformed from metric settings (#105324)
1 parent 2615aa0 commit 9388971

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

x-pack/plugin/core/template-resources/src/main/resources/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
},
88
"codec": "best_compression",
99
"mapping": {
10-
"ignore_malformed": true,
1110
"total_fields": {
1211
"ignore_dynamic_beyond_limit": true
1312
}

x-pack/plugin/core/template-resources/src/main/resources/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"name": "metrics"
77
},
88
"mapping": {
9-
"ignore_malformed": true,
109
"total_fields": {
1110
"ignore_dynamic_beyond_limit": true
1211
}

x-pack/plugin/stack/src/main/java/org/elasticsearch/xpack/stack/StackTemplateRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
4343

4444
// The stack template registry version. This number must be incremented when we make changes
4545
// to built-in templates.
46-
public static final int REGISTRY_VERSION = 6;
46+
public static final int REGISTRY_VERSION = 7;
4747

4848
public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version";
4949
public static final Setting<Boolean> STACK_TEMPLATES_ENABLED = Setting.boolSetting(

0 commit comments

Comments
 (0)