-
Notifications
You must be signed in to change notification settings - Fork 455
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
Include user_agent.version
in dynamic_fields (pipeline tests)
#12033
base: main
Are you sure you want to change the base?
Conversation
@@ -1,3 +1,5 @@ | |||
dynamic_fields: | |||
"user_agent.version": '^(\d+\.\d+(\.|\..*)?|\d+)$' |
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 is pipeline test where user_agent.version
contains the value 2016
too.
Same happens in iis
package.
🚀 Benchmarks reportTo see the full report comment with |
There is still some issue unrelated to this change in test case failed: Expected results are different from actual ones: --- want
+++ got
@@ -4438,7 +4438,7 @@
"branch_name": "Gaurav Patel",
"device": "SFW",
"device_name": "XG125w",
- "eventtime": "2017-03-16T10:56:01.000Z",
+ "eventtime": "2017-03-16T12:56:01.000Z",
"log_component": "RED",
"log_id": "066811618014",
"log_subtype": "System", |
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
We can investigate this as a separate issue. |
packages/apache/data_stream/access/_dev/test/pipeline/test-common-config.yml
Show resolved
Hide resolved
💚 Build Succeeded
History
cc @mrodm |
Quality Gate passedIssues Measures |
Proposed commit message
Include a new dynamic field for
user_agent.version
in order to accept versions with a trailing dot.Related issue: elastic/elasticsearch#116950
This regex needs to accept values like these ones (examples from apache and iis package):
Builds failing:
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
128.0.
elasticsearch#116950user_agent.version
values #12036