Microsoft Defender for Endpoint Responce.Split issue #5148
Labels
bug
Something isn't working, use only for issues
Integration:microsoft_defender_endpoint
Microsoft Defender for Endpoint
Hi Team,
In the Microsoft Defender for Endpoint integration we have found an issue where the empty valued events are getting failed at the ingest pipeline and getting thru to elastic with an error
cannot access method/field [length] from a null def reference
and making the index flooded with. when we investigate we found that in Elastic version 8.6.0 there has been a change inresponse.split parameter where it keeps the parent document if the split target is empty. in order to drop the empty valued events we need to set the ignore_empty_value to true
where it did not required such in 8.5.x or less versions
Integration version: 2.8.0
Response from the API
example output:
The fixing needs to be done on the below files in the integration
packages/microsoft_defender_endpoint/data_stream/log/agent/stream/httpjson.yml.hbs
The text was updated successfully, but these errors were encountered: