We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbca4fe commit 8aa72e9Copy full SHA for 8aa72e9
internal/builder/_static/ecs_mappings.yaml
@@ -181,14 +181,18 @@ mappings:
181
text:
182
type: match_only_text
183
type: wildcard
184
- path_match: '*.url.full'
+ # not available in 8.6.x
185
+ #unmatch_mapping_type: object
186
+ path_match: '*url.full'
187
- url_original_to_multifield:
188
mapping:
189
fields:
190
191
192
- path_match: '*.url.original'
193
194
+ # unmatch_mapping_type: object
195
+ path_match: '*url.original'
196
- user_agent_original_to_multifield:
197
198
0 commit comments