-
Notifications
You must be signed in to change notification settings - Fork 497
{ti_eclectiqiq,ti_opencti,ti_threatconnect}: Update error.message field mapping as per ECS inside Threat Intel destination indices. #14290
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
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
indicator |
902.53 | 497.27 | -405.26 (-44.9%) | 💔 |
To see the full report comment with /test benchmark fullreport
packages/ti_eclecticiq/changelog.yml
Outdated
# newer versions go on top | ||
- version: "1.4.1" | ||
changes: | ||
- description: Update error.message field mapping as per ECS inside transform destination indices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- description: Update error.message field mapping as per ECS inside transform destination indices. | |
- description: Update `error.message` field mapping as per ECS inside transform destination indices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in e20b1d1
packages/ti_opencti/changelog.yml
Outdated
# newer versions go on top | ||
- version: "2.6.1" | ||
changes: | ||
- description: Update error.message field mapping as per ECS inside transform destination indices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- description: Update error.message field mapping as per ECS inside transform destination indices. | |
- description: Update `error.message` field mapping as per ECS inside transform destination indices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in e20b1d1
# WARNING: this version number needs to be kept up to date in the transform! | ||
- version: "1.10.1" | ||
changes: | ||
- description: Update error.message field mapping as per ECS inside transform destination indices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- description: Update error.message field mapping as per ECS inside transform destination indices. | |
- description: Update `error.message` field mapping as per ECS inside transform destination indices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in e20b1d1
dest: | ||
index: "logs-ti_threatconnect_latest.dest_indicator-7" | ||
index: "logs-ti_threatconnect_latest.dest_indicator-8" | ||
pipeline: "1.10.0-tactics_compatibility" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pipeline: "1.10.0-tactics_compatibility" | |
pipeline: "1.10.1-tactics_compatibility" |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! System tests also failing due to this.
Addressed in e20b1d1
💚 Build Succeeded
History
cc @kcreddy |
|
Package ti_eclecticiq - 1.4.1 containing this change is available at https://epr.elastic.co/package/ti_eclecticiq/1.4.1/ |
Package ti_opencti - 2.6.1 containing this change is available at https://epr.elastic.co/package/ti_opencti/2.6.1/ |
Package ti_threatconnect - 1.10.1 containing this change is available at https://epr.elastic.co/package/ti_threatconnect/1.10.1/ |
…ld mapping as per ECS inside Threat Intel destination indices. (elastic#14290) error.message is undefined in some Threat Intel integrations. If the field is undefined, the default keyword mapping is applied. This causes issues when searching on data and also impacts custom rules. Update error.message field mapping as per ECS inside Threat Intel destination indices. The change impacts following integrations: - ti_eclectiqiq - ti_opencti - ti_threatconnect Since the mapping needs to be applied to destination indices, the index version suffix is also incremented along with upgrading transform's fleet version, only then the transform is updated.
Proposed commit message
Checklist
changelog.yml
file.