-
Notifications
You must be signed in to change notification settings - Fork 455
[ti_anomali] Modify field type to eliminate field conflicts within the data streams. #13909
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
base: main
Are you sure you want to change the base?
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
threatstream |
5235.6 | 3676.47 | -1559.13 (-29.78%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
History
|
|
description: >- | ||
IDs of the trusted circles with which the indicator is shared. | ||
- name: type | ||
type: keyword | ||
description: >- | ||
Type of indicator—domain, email, ip, md5, string, url. | ||
- name: update_id | ||
type: long | ||
type: keyword |
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.
During integration upgrade, the source data stream-backed indices are rolled over, which doesn't cause conflicts during indexing.
But the destination indices aren't data stream backed, hence they wouldn't roll over. This will cause indexing failures because of mapping conflicts. You will also need to update transform's destination index suffix, and also fleet_transform_version
to actually update the transform.
Please also test the upgrade process.
Proposed commit message
Checklist
changelog.yml
file.How to test this PR locally
Related issues