-
Notifications
You must be signed in to change notification settings - Fork 464
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
Sanity test run for OBS top 5 integration packages for 9.0.0 #12251
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
@@ -1,2 +1,4 @@ | |||
fields: | |||
input.type: log | |||
dynamic_fields: | |||
"@timestamp": "^[0-9]{4}(-[0-9]{2}){2}T[0-9]{2}(:[0-9]{2}){2}\\.[0-9]{3}Z$" |
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.
Does this break without these changes?
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.
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.
…nto nginx_sanity_900
/test |
/test |
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
packages/gcp/changelog.yml
Outdated
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "2.41.0" | |||
changes: | |||
- description: Upgrade to Kibana `9.0.0`. |
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.
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
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "1.21.0" | |||
changes: | |||
- description: Upgrade to Kibana `9.0.0`. |
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: Upgrade to Kibana `9.0.0`. | |
- description: Add support for Kibana `9.0.0`. |
💚 Build Succeeded
History
|
Quality Gate passedIssues Measures |
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.
Looks good!
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/ |
@@ -1,2 +1,4 @@ | |||
fields: | |||
input.type: log | |||
dynamic_fields: |
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.
Encourage to add these details in the integration developer guidelines, provided this situation may cause issues in other integrations.
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
, andstubstatus
are tested as part of the sanity.MySQL
error
,galera_status
,performance
,replica_status
,slowlog
, andstatus
are tested as part of the sanity.Google Cloud
access
,error
, andstubstatus
are tested as part of the sanity.IIS
access
,application_pool
,error
,webserver
, andwebsite
are 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
, andsystem
are tested as part of the sanity.Checklist
changelog.yml
file.Related issues