-
Describe the bug
This happens since the changes introduced in 1188. To Reproduce
Expected behavior Environment (please complete the following information):
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi @TM-JBEE! The previous version of this sample would perform a download even if the specified operating system did not match the lookup. While this worked for some scenarios, for others it created confusion by executing the query for the download without an operating system filter. If you update your script execution command to be: Thank you for the question! 😄 |
Beta Was this translation helpful? Give feedback.
-
Hi @jshcodes, This update indeed fixes the issue. Thank you for resolving it! |
Beta Was this translation helpful? Give feedback.
-
Hi @jshcodes, Any updates on the merge to |
Beta Was this translation helpful? Give feedback.
Hi @TM-JBEE -
This is occurring due to changes in the available operating system names available for download. Some of these variations overlap, which conflicted with the values available in the operating system list lookup. (Example:
RHEL/CentOS/Oracle
vs.RHEL/CentOS Stream/Oracle
vs.RHEL/CentOS
vs.RHEL
)We've updated the sample to speak to these new variations, this will merge to
main
sometime this week. (You can download this version from thesamples
branch before it merges.)In order to download the sensor version mentioned with the updated sample we will need to use either
rhel/centos stream/oracle
,centos stream
orstream
as the OS name (-o) filter.Example: