mimecast: fix source.domain collision for av events in siem_logs#19344
Conversation
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
This comment has been minimized.
This comment has been minimized.
TL;DR
Remediation
Investigation detailsRoot CauseThe failure is a docs drift check ( but the committed docs currently contain: This mismatch is in Evidence
Verification
Follow-up
Note 🔒 Integrity filter blocked 2 itemsThe following items were blocked because they don't meet the GitHub integrity level.
To allow these resources, lower tools:
github:
min-integrity: approved # merged | approved | unapproved | noneWhat is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
The v2 pipeline incorrectly renamed mimecast.senderDomainInternal (a boolean indicator) to source.domain. When av events also contained mimecast.senderDomain, the later rename to the same target field failed with "field [source.domain] already exists". Replace the rename with a boolean convert that keeps the field in the mimecast namespace. Add av-type test events modelled on the sample event from elastic#19032, adapted to use the same account, domains, and GeoIP test IPs as the existing v2 test data. Fixes elastic#19032
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
ttp_url_logs |
10309.28 | 7518.8 | -2790.48 (-27.07%) | 💔 |
archive_search_logs |
10101.01 | 5882.35 | -4218.66 (-41.76%) | 💔 |
audit_events |
3367 | 2493.77 | -873.23 (-25.93%) | 💔 |
siem_logs |
4608.29 | 3289.47 | -1318.82 (-28.62%) | 💔 |
ttp_ap_logs |
11904.76 | 6993.01 | -4911.75 (-41.26%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
History
cc @efd6 |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
|
Package mimecast - 3.4.1 containing this change is available at https://epr.elastic.co/package/mimecast/3.4.1/ |
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots