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 df7a657 commit 24eeca4Copy full SHA for 24eeca4
detection_rules/index_mappings.py
@@ -301,7 +301,7 @@ def get_filtered_index_schema(
301
for match in matches:
302
base = filtered_index_lookup.get(match, {})
303
# Update filtered index with non-ecs and custom mappings
304
- # Need to user a merge here to not overwrite existing fields
+ # Need to use a merge here to not overwrite existing fields
305
utils.combine_dicts(base, deepcopy(non_ecs_mapping.get(match, {})))
306
utils.combine_dicts(base, deepcopy(custom_mapping.get(match, {})))
307
filtered_index_lookup[match] = base
0 commit comments