Skip to content

Commit

Permalink
Update ECS mappings added via import_mappings setting
Browse files Browse the repository at this point in the history
Update dynamic templates for url.full and url.original fields added when
import_mappings setting is enabled
  • Loading branch information
mrodm committed Jan 13, 2025
1 parent dbca4fe commit 8aa72e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions internal/builder/_static/ecs_mappings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,18 @@ mappings:
text:
type: match_only_text
type: wildcard
path_match: '*.url.full'
# 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
path_match: '*.url.original'
# not available in 8.6.x
# unmatch_mapping_type: object
path_match: '*url.original'
- user_agent_original_to_multifield:
mapping:
fields:
Expand Down

0 comments on commit 8aa72e9

Please sign in to comment.