Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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