Include user_agent.version in dynamic_fields (pipeline tests)#12033
Include user_agent.version in dynamic_fields (pipeline tests)#12033mrodm merged 0 commit intoelastic:mainfrom
user_agent.version in dynamic_fields (pipeline tests)#12033Conversation
There was a problem hiding this comment.
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
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
History
cc @mrodm |
|
This failure is being addressed with #11873 |
|
Hi @elastic/obs-cloudnative-monitoring and @elastic/obs-infraobs-integrations ! Example of build with tests failing ( cc @elastic/ecosystem |
…tic#12033) Include a new dynamic field for user_agent.version in pipeline tests in order to accept versions values with a trailing dot.
…tic#12033) Include a new dynamic field for user_agent.version in pipeline tests in order to accept versions values with a trailing dot.





Proposed commit message
Include a new dynamic field for
user_agent.versionin 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.ymlfile.Author's Checklist
How to test this PR locally
Related issues
128.0.elasticsearch#116950user_agent.versionvalues #12036