-
Notifications
You must be signed in to change notification settings - Fork 474
ssi_all: fix string literal syntax in painless scripts #12047
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
796950f
to
047b315
Compare
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
device_posture |
6134.97 | 4132.23 | -2002.74 (-32.64%) | 💔 |
gateway_dns |
4405.29 | 2680.97 | -1724.32 (-39.14%) | 💔 |
To see the full report comment with /test benchmark fullreport
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
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.
There are few data-streams missed that have similar problem and are owned by us:
azure.firewall_logs
m365_defender.alert
microsoft_sentinel.alert
microsoft_sentinel.event
Also, while looking at the CI system test errors, the only data-stream that is not complaining in google_workspace
package is admin
. It doesn't seem to have a cleanup null script at the end. We could add one.
I'm unable to reproduce the google_workspace failures locally, so I am backing them out of this change. |
packages/m365_defender/changelog.yml
Outdated
@@ -1,4 +1,14 @@ | |||
# newer versions go on top | |||
- version: "2.15.3" |
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.
This package has two versions/changelogs for the change.
💚 Build Succeeded
History
cc @efd6 |
|
Package azure - 1.20.1 containing this change is available at https://epr.elastic.co/package/azure/1.20.1/ |
Package cloudflare_logpush - 1.26.1 containing this change is available at https://epr.elastic.co/package/cloudflare_logpush/1.26.1/ |
Package cylance - 0.21.2 containing this change is available at https://epr.elastic.co/package/cylance/0.21.2/ |
Package darktrace - 1.20.1 containing this change is available at https://epr.elastic.co/package/darktrace/1.20.1/ |
Package gitlab - 1.1.1 containing this change is available at https://epr.elastic.co/package/gitlab/1.1.1/ |
Package infoblox_bloxone_ddi - 1.18.1 containing this change is available at https://epr.elastic.co/package/infoblox_bloxone_ddi/1.18.1/ |
Package jamf_compliance_reporter - 1.13.1 containing this change is available at https://epr.elastic.co/package/jamf_compliance_reporter/1.13.1/ |
Package jamf_protect - 2.6.4 containing this change is available at https://epr.elastic.co/package/jamf_protect/2.6.4/ |
Package m365_defender - 2.15.2 containing this change is available at https://epr.elastic.co/package/m365_defender/2.15.2/ |
Package microsoft_sentinel - 0.1.1 containing this change is available at https://epr.elastic.co/package/microsoft_sentinel/0.1.1/ |
Package symantec_endpoint - 2.16.3 containing this change is available at https://epr.elastic.co/package/symantec_endpoint/2.16.3/ |
Proposed commit message
See title.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots