File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/platform/packages/shared/kbn-alerts-as-data-utils/src/schemas/generated Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ const AlertRequired = rt.type({
8383} ) ;
8484// prettier-ignore
8585const AlertOptional = rt . partial ( {
86- 'actor.entity.id' : schemaStringArray ,
8786 'event.action' : schemaString ,
8887 'event.kind' : schemaString ,
8988 'event.original' : schemaString ,
@@ -118,7 +117,6 @@ const AlertOptional = rt.partial({
118117 'kibana.version' : schemaString ,
119118 'related.entity' : schemaStringArray ,
120119 tags : schemaStringArray ,
121- 'target.entity.id' : schemaStringArray ,
122120} ) ;
123121
124122// prettier-ignore
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ const StreamsAlertOptional = rt.partial({
115115 'kibana.alert.workflow_status' : schemaString ,
116116 'kibana.alert.workflow_tags' : schemaStringArray ,
117117 'kibana.version' : schemaString ,
118+ 'related.entity' : schemaStringArray ,
118119 tags : schemaStringArray ,
119120} ) ;
120121
You can’t perform that action at this time.
0 commit comments