elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.78k stars 8.19k forks source link

[Security Solution] Update Detections `Related Integrations` logic to install most recent compatible version #149606

Open spong opened 1 year ago

spong commented 1 year ago

Currently the Detections Related Integrations feature will generate a link for users to install the minimum concrete version satisfied by the provided related integration version. For best compatibility, we should be installing the most recent compatible version available.

Source:

https://github.com/elastic/kibana/blob/21de750b3cff4d4ad27d07c77135327e644b3bee/x-pack/plugins/security_solution/public/detections/components/rules/related_integrations/integration_details.ts#L150-L154

https://github.com/elastic/kibana/blob/21de750b3cff4d4ad27d07c77135327e644b3bee/x-pack/plugins/security_solution/public/detections/components/rules/related_integrations/integration_details.ts#L180-L182

For reference, see https://github.com/elastic/detection-rules/pull/2495

elasticmachine commented 1 year ago

Pinging @elastic/security-detections-response (Team:Detections and Resp)

elasticmachine commented 1 year ago

Pinging @elastic/security-solution (Team: SecuritySolution)