-
Notifications
You must be signed in to change notification settings - Fork 511
[TI_MISP] - Updated transform to sort by '@timestamp' to ensure the latest documents are selected for each unique key #15816
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
…ents are selected for each unique key
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
| - misp.attribute.uuid | ||
| - misp.attribute.Event.uuid | ||
| sort: "event.ingested" | ||
| sort: "@timestamp" |
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.
Also needs to update fleet_transform_version.
packages/ti_misp/changelog.yml
Outdated
| # newer versions go on top | ||
| - version: "1.38.1" | ||
| changes: | ||
| - description: Updated transform to sort by '@timestamp' to ensure the latest documents are selected for each unique key. |
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: Updated transform to sort by '@timestamp' to ensure the latest documents are selected for each unique key. | |
| - description: Updated transform to sort by `@timestamp` to ensure the latest documents are selected for each unique key. |
|
@kcreddy, addressed all suggestions |
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
threat |
1964.64 | 1633.99 | -330.65 (-16.83%) | 💔 |
threat_attributes |
3311.26 | 1818.18 | -1493.08 (-45.09%) | 💔 |
To see the full report comment with /test benchmark fullreport
💚 Build Succeeded
History
cc @ShourieG |
|
Package ti_misp - 1.38.1 containing this change is available at https://epr.elastic.co/package/ti_misp/1.38.1/ |
Type of change
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots