Skip to content

Commit

Permalink
Add signal.original_event.reason to signal_extra_fields for insertion…
Browse files Browse the repository at this point in the history
… into old indices (elastic#108594) (elastic#108615)

Co-authored-by: Marshall Main <[email protected]>
  • Loading branch information
kibanamachine and marshallmain authored Aug 14, 2021
1 parent 324f9e9 commit 66926a8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
}
}
},
"original_event": {
"type": "object",
"properties": {
"reason": {
"type": "keyword"
}
}
},
"reason": {
"type": "keyword"
},
Expand Down

0 comments on commit 66926a8

Please sign in to comment.