File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
core/template-resources/src/main/resources
stack/src/main/java/org/elasticsearch/xpack/stack Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ pr : 136265
2+ summary : Adding `match_only_text` subfield to `*.display_name` fields in `ecs@mappings` to be compliant with the latest additions in ECS
3+ area : Data streams
4+ type : feature
5+ issues : []
Original file line number Diff line number Diff line change 126126 " *.name" ,
127127 " *.working_directory" ,
128128 " *.full_name" ,
129+ " *.display_name" ,
129130 " *file.path" ,
130131 " *file.target_path" ,
131132 " *os.full" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {
3737
3838 // The stack template registry version. This number must be incremented when we make changes
3939 // to built-in templates.
40- public static final int REGISTRY_VERSION = 18 ;
40+ public static final int REGISTRY_VERSION = 19 ;
4141
4242 public static final String TEMPLATE_VERSION_VARIABLE = "xpack.stack.template.version" ;
4343 public static final Setting <Boolean > STACK_TEMPLATES_ENABLED = Setting .boolSetting (
You can’t perform that action at this time.
0 commit comments