Skip to content
5 changes: 5 additions & 0 deletions docs/changelog/136265.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 136265
summary: Adding `match_only_text` subfield to `*.display_name` fields in `ecs@mappings` to be compliant with the latest additions in ECS
area: Data streams
type: feature
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"*.name",
"*.working_directory",
"*.full_name",
"*.display_name",
"*file.path",
"*file.target_path",
"*os.full",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class StackTemplateRegistry extends IndexTemplateRegistry {

// The stack template registry version. This number must be incremented when we make changes
// to built-in templates.
public static final int REGISTRY_VERSION = 18;
public static final int REGISTRY_VERSION = 19;

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