Skip to content

Commit 51ba417

Browse files
committed
Add related.entities field
1 parent a664f22 commit 51ba417

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

schemas/related.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,15 @@
7070
identifiers include FQDNs, domain names, workstation names, or aliases.
7171
normalize:
7272
- array
73+
74+
- name: entity
75+
level: extended
76+
type: keyword
77+
short: All the entity identifiers
78+
description: >
79+
All the entity identifiers related to the document. If the document
80+
contains multiple entities, identifiers belonging to different entities
81+
will be present. Example identifiers include Cloud Resource Ids, ARNs, email
82+
addresses, or hostnames.
83+
normalize:
84+
- array

0 commit comments

Comments
 (0)