Skip to content

Commit 11bdf92

Browse files
Adjust comment
1 parent 09c4d90 commit 11bdf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection_rules/index_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def prune_mappings_of_unsupported_types(
174174
nested_flattened_fields = find_flattened_fields_with_subfields(stream_mappings)
175175
for field in nested_flattened_fields:
176176
# Remove both .fields and .properties entries for flattened fields
177-
# properties entries can occur when being merged with non-ecs or custom schemas
177+
# .properties entries can occur when being merged with non-ecs or custom schemas
178178
field_name = str(field).split(".fields.")[0].replace(".", ".properties.") + ".fields"
179179
property_name = str(field).split(".fields.")[0].replace(".", ".properties.") + ".properties"
180180
log(

0 commit comments

Comments
 (0)