Skip to content

Commit 30f8766

Browse files
fix collection field type boolean to bool
1 parent c6abea6 commit 30f8766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TA-opencti-for-splunk-enterprise/package/default/collections.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ field.id = string
33
field.name = string
44
field.pattern = string
55
field.pattern_type = string
6-
field.revoked = boolean
6+
field.revoked = bool
77
field.type = string
88
field.value = string
9-
field.detection = boolean
9+
field.detection = bool
1010
field.score = number
1111
field.main_observable_type = string
1212
field.confidence = number

0 commit comments

Comments
 (0)