[sei] Add checks to avoid overriding event.original if present#8269
[sei] Add checks to avoid overriding event.original if present#8269marc-gr merged 103 commits intoelastic:mainfrom
Conversation
b8528f5 to
5485e2c
Compare
|
Package sentinel_one_cloud_funnel - 0.7.0 containing this change is available at https://epr.elastic.co/search?package=sentinel_one_cloud_funnel |
|
Package slack - 1.15.0 containing this change is available at https://epr.elastic.co/search?package=slack |
|
Package snort - 1.13.0 containing this change is available at https://epr.elastic.co/search?package=snort |
|
Package snyk - 1.17.0 containing this change is available at https://epr.elastic.co/search?package=snyk |
|
Package sonicwall_firewall - 1.12.0 containing this change is available at https://epr.elastic.co/search?package=sonicwall_firewall |
|
Package sophos - 3.5.0 containing this change is available at https://epr.elastic.co/search?package=sophos |
|
Package sophos_central - 1.11.0 containing this change is available at https://epr.elastic.co/search?package=sophos_central |
|
Package suricata - 2.19.0 containing this change is available at https://epr.elastic.co/search?package=suricata |
|
Package tanium - 1.6.0 containing this change is available at https://epr.elastic.co/search?package=tanium |
|
Package tenable_io - 2.5.0 containing this change is available at https://epr.elastic.co/search?package=tenable_io |
|
Package tenable_sc - 1.18.0 containing this change is available at https://epr.elastic.co/search?package=tenable_sc |
|
Package ti_abusech - 1.22.0 containing this change is available at https://epr.elastic.co/search?package=ti_abusech |
|
Package ti_cybersixgill - 1.23.0 containing this change is available at https://epr.elastic.co/search?package=ti_cybersixgill |
|
Package ti_maltiverse - 0.6.0 containing this change is available at https://epr.elastic.co/search?package=ti_maltiverse |
|
Package ti_otx - 1.20.0 containing this change is available at https://epr.elastic.co/search?package=ti_otx |
|
Package ti_rapid7_threat_command - 1.12.0 containing this change is available at https://epr.elastic.co/search?package=ti_rapid7_threat_command |
|
Package ti_recordedfuture - 1.18.0 containing this change is available at https://epr.elastic.co/search?package=ti_recordedfuture |
|
Package ti_threatq - 1.21.0 containing this change is available at https://epr.elastic.co/search?package=ti_threatq |
|
Package tines - 1.7.0 containing this change is available at https://epr.elastic.co/search?package=tines |
|
Package trellix_edr_cloud - 0.5.0 containing this change is available at https://epr.elastic.co/search?package=trellix_edr_cloud |
|
Package trellix_epo_cloud - 1.7.0 containing this change is available at https://epr.elastic.co/search?package=trellix_epo_cloud |
|
Package trend_micro_vision_one - 1.13.0 containing this change is available at https://epr.elastic.co/search?package=trend_micro_vision_one |
|
Package vectra_detect - 1.5.0 containing this change is available at https://epr.elastic.co/search?package=vectra_detect |
|
Package zeek - 2.20.0 containing this change is available at https://epr.elastic.co/search?package=zeek |
|
Package zerofox - 1.20.0 containing this change is available at https://epr.elastic.co/search?package=zerofox |
|
Package zeronetworks - 1.9.0 containing this change is available at https://epr.elastic.co/search?package=zeronetworks |
|
Package zscaler_zia - 2.16.0 containing this change is available at https://epr.elastic.co/search?package=zscaler_zia |
|
Package zscaler_zpa - 1.15.0 containing this change is available at https://epr.elastic.co/search?package=zscaler_zpa |
Proposed commit message
Add checks to avoid overriding event.original if present.
On some setups (ie Logstash sends data to
ES)event.originalmight be already present in the event body. Currently most of our integrations do not have a null check for it before trying to set it, leading to errors on these circumstances. By adding the required checks we improve handling in this setups.Checklist
changelog.ymlfile.Related issues
event.originalrename/set to avoid issues with Logstash events #8146