Skip to content

Commit 8aa72e9

Browse files
committed
Update ECS mappings added via import_mappings setting
Update dynamic templates for url.full and url.original fields added when import_mappings setting is enabled
1 parent dbca4fe commit 8aa72e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

internal/builder/_static/ecs_mappings.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,18 @@ mappings:
181181
text:
182182
type: match_only_text
183183
type: wildcard
184-
path_match: '*.url.full'
184+
# not available in 8.6.x
185+
#unmatch_mapping_type: object
186+
path_match: '*url.full'
185187
- url_original_to_multifield:
186188
mapping:
187189
fields:
188190
text:
189191
type: match_only_text
190192
type: wildcard
191-
path_match: '*.url.original'
193+
# not available in 8.6.x
194+
# unmatch_mapping_type: object
195+
path_match: '*url.original'
192196
- user_agent_original_to_multifield:
193197
mapping:
194198
fields:

0 commit comments

Comments
 (0)