Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Remove comments
  • Loading branch information
mrodm committed Jan 14, 2025
commit e785a1a10a6964df3000e07fdf9d13e0d907354e
4 changes: 0 additions & 4 deletions internal/builder/_static/ecs_mappings.yaml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated dynamic templates to be as similar as possible to the ecs@mappings component template:
https://github.com/elastic/elasticsearch/blob/09df99393193b2c53d92899662a8b8b3c55b45cd/x-pack/plugin/core/template-resources/src/main/resources/ecs%40mappings.json#L54-L69

Packages that rely on these dynamic templates should publish a new version in order to get the changes.

Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,13 @@ mappings:
text:
type: match_only_text
type: wildcard
# not available in 8.6.x
#unmatch_mapping_type: object
path_match: '*url.full'
- url_original_to_multifield:
mapping:
fields:
text:
type: match_only_text
type: wildcard
# not available in 8.6.x
# unmatch_mapping_type: object
path_match: '*url.original'
- user_agent_original_to_multifield:
mapping:
Expand Down