-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ti_*: Add missing fields in transform destination indices (2) #10066
Conversation
🚀 Benchmarks reportTo see the full report comment with |
Quality Gate passedIssues Measures |
💚 Build Succeeded
History
cc @kcreddy |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
Package ti_misp - 1.33.1 containing this change is available at https://epr.elastic.co/search?package=ti_misp |
Package ti_opencti - 2.1.1 containing this change is available at https://epr.elastic.co/search?package=ti_opencti |
Package ti_recordedfuture - 1.25.1 containing this change is available at https://epr.elastic.co/search?package=ti_recordedfuture |
Package ti_threatconnect - 1.0.1 containing this change is available at https://epr.elastic.co/search?package=ti_threatconnect |
Package ti_threatq - 1.27.1 containing this change is available at https://epr.elastic.co/search?package=ti_threatq |
Proposed commit message
Checklist
changelog.yml
file.Author's Checklist
Following mappings validates that missing fields such as
event.module
are now mapped correctly in destination indices:misp-threatattr-dest-8.13-1.33.1.json
misp-threatattr-source-8.13-1.33.1.json
opencti-indicator-dest-8.13-2.1.1.json
opencti-indicator-source-8.13-2.1.1.json
recordedfuture-threat-dest-8.13-1.25.1.json
recordedfuture-threat-source-8.13-1.25.1.json
threatconnect-indicator-dest-8.13-1.0.1.json
threatconnect-indicator-source-8.13-1.0.1.json
threatq-threat-dest-8.13-1.27.1.json
threatq-threat-source-8.13-1.27.1.json
How to test this PR locally
diff <(cat ~/misp-threatattr-source-8.13-1.33.1.json ) <(cat ~/misp-threatattr-dest-8.13-1.33.1.json )
Similarly for other files to find mapping diff between source and dest files. The diff shouldn't mainly contain
event.module
field which is required for detection rules.threatconnect
andopencti
there is large diff between source and destination mappings because ofimport_mappings: true
on source adding multiple dynamic templates.Related issues
Screenshots
Before:
After: