-
Notifications
You must be signed in to change notification settings - Fork 439
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
jamf_pro: normalize jamf_pro.inventory.operating_system.version and os.version to three-part versions #12834
base: main
Are you sure you want to change the base?
Conversation
65f6d87
to
cc55317
Compare
"rapidSecurityResponse": null, | ||
"softwareUpdateDeviceId": "J314cAP", | ||
"supplementalBuildVersion": "23H311", | ||
"version": "14.7" |
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.
Note this.
"name": "macOS", | ||
"software_update_device_id": "J314cAP", | ||
"supplemental_build_version": "23H311", | ||
"version": "14.7.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.
Normalised.
}, | ||
"os": { | ||
"name": "macOS", | ||
"version": "14.7.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.
Normalised.
"rapidSecurityResponse": null, | ||
"softwareUpdateDeviceId": "J314cAP", | ||
"supplementalBuildVersion": "23H311", | ||
"version": "14" |
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.
Note this.
"name": "macOS", | ||
"software_update_device_id": "J314cAP", | ||
"supplemental_build_version": "23H311", | ||
"version": "14.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.
Normalised.
}, | ||
"os": { | ||
"name": "macOS", | ||
"version": "14.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.
Normalised.
🚀 Benchmarks reportTo see the full report comment with |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
…s.version to three-part versions Depending on the source of the Jamf data, we may receive two-part (e.g. 15.1) or three-part (e.g. 15.1.0) versions for versions where the last part is zero. This leads to multiplication of the numbers of semantically identical versions in search results and dashboards. So normalise all OS versions to the three-part form, unless there are other syntax components (this should never happen).
💚 Build Succeeded
History
cc @efd6 |
|
Proposed commit message
Note
The dashboard uses
jamf_pro.inventory.operating_system.version
, so this why we need to change both.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots