Sanity test run for OBS top 5 integration packages for 9.0.0#12251
Sanity test run for OBS top 5 integration packages for 9.0.0#12251kush-elastic merged 0 commit intoelastic:mainfrom
Conversation
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
dns |
2890.17 | 2444.99 | -445.18 (-15.4%) | 💔 |
loadbalancing_logs |
3787.88 | 3003 | -784.88 (-20.72%) | 💔 |
vpcflow |
5050.51 | 3508.77 | -1541.74 (-30.53%) | 💔 |
Package mysql 👍(2) 💚(0) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
slowlog |
30303.03 | 20833.33 | -9469.7 (-31.25%) | 💔 |
Package system 👍(1) 💚(1) 💔(1)
Expand to view
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
syslog |
250000 | 166666.67 | -83333.33 (-33.33%) | 💔 |
To see the full report comment with /test benchmark fullreport
There was a problem hiding this comment.
Does this break without these changes?
There was a problem hiding this comment.
Yes,
The issue is with the pipeline config file where we need to define: dynamic_fields: "@timestamp": "^[0-9]{4}(-[0-9]{2}){2}T[0-9]{2}(:[0-9]{2}){2}\\.[0-9]{3}Z$"
Above mentioned regex will allow all years in the @timestamp. Right now, it is missing in our config file, causing the pipeline to fail for two specific files.
|
/test |
1 similar comment
|
/test |
|
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
packages/gcp/changelog.yml
Outdated
There was a problem hiding this comment.
please can we make it clearer that this is not an upgrade per-se, but that we are marking these packages as supported on kibana 9.0+
packages/iis/changelog.yml
Outdated
There was a problem hiding this comment.
| - description: Upgrade to Kibana `9.0.0`. | |
| - description: Add support for Kibana `9.0.0`. |
💚 Build Succeeded
History
|
|
|
Package gcp - 2.41.0 containing this change is available at https://epr.elastic.co/package/gcp/2.41.0/ |
|
Package iis - 1.21.0 containing this change is available at https://epr.elastic.co/package/iis/1.21.0/ |
|
Package mysql - 1.26.0 containing this change is available at https://epr.elastic.co/package/mysql/1.26.0/ |
|
Package nginx - 1.25.0 containing this change is available at https://epr.elastic.co/package/nginx/1.25.0/ |
|
Package system - 1.64.0 containing this change is available at https://epr.elastic.co/package/system/1.64.0/ |
There was a problem hiding this comment.
Encourage to add these details in the integration developer guidelines, provided this situation may cause issues in other integrations.
…#12251) * nginx sanity test for 9.0.0 support * add changelog entry * gcp sanity test for 9.0.0 support * iis sanity test for 9.0.0 support * mysql sanity test for 9.0.0 support * system sanity test for 9.0.0 support * fix system package pipeline test * update changelog
…#12251) * nginx sanity test for 9.0.0 support * add changelog entry * gcp sanity test for 9.0.0 support * iis sanity test for 9.0.0 support * mysql sanity test for 9.0.0 support * system sanity test for 9.0.0 support * fix system package pipeline test * update changelog




Description
Based on the email from @jsoriano tested and updated the top 5 packages for 9.0.0 enablement activities of O11y integrations.
Steps performed for the testing
|| ^9.0.0.Nginx
access,error, andstubstatusare tested as part of the sanity.MySQL
error,galera_status,performance,replica_status,slowlog, andstatusare tested as part of the sanity.Google Cloud
access,error, andstubstatusare tested as part of the sanity.IIS
access,application_pool,error,webserver, andwebsiteare tested as part of the sanity.System
application,core,diskio,fsstat,memory,process,security,syslog,uptime,auth,cpu,filesystem,load,network,process_summary,socket_summary, andsystemare tested as part of the sanity.Checklist
changelog.ymlfile.Related issues