From 839da37ecb7df655a0fe7c5c2da16bcf11cd20fa Mon Sep 17 00:00:00 2001 From: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com> Date: Thu, 18 May 2023 11:18:01 -0400 Subject: [PATCH] Change Prebuilt Security Rules Changelog Reference (#156716) ## Summary This PR changes the URL reference link from Kibana UI to downloadable updates security docs site. The current link directs the user to the security doc updates that relate to file system rule updates, which is now deprecated. This update would point the user to the downloadable OOB package updates which is how we currently release prebuilt rules. Existing: https://www.elastic.co/guide/en/security/master/prebuilt-rules-changelog.html (docs built from filesystem rules - deprecated) Proposed: https://www.elastic.co/guide/en/security/master/prebuilt-rules-downloadable-updates.html (aligns with OOB packages - currently how we release and build docs) --- packages/kbn-doc-links/src/get_doc_links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kbn-doc-links/src/get_doc_links.ts b/packages/kbn-doc-links/src/get_doc_links.ts index 04289a84fdd0d8..79570d804a20d2 100644 --- a/packages/kbn-doc-links/src/get_doc_links.ts +++ b/packages/kbn-doc-links/src/get_doc_links.ts @@ -382,7 +382,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => { gettingStarted: `${SECURITY_SOLUTION_DOCS}index.html`, privileges: `${SECURITY_SOLUTION_DOCS}sec-requirements.html`, ml: `${SECURITY_SOLUTION_DOCS}machine-learning.html`, - ruleChangeLog: `${SECURITY_SOLUTION_DOCS}prebuilt-rules-changelog.html`, + ruleChangeLog: `${SECURITY_SOLUTION_DOCS}prebuilt-rules-downloadable-updates.html`, detectionsReq: `${SECURITY_SOLUTION_DOCS}detections-permissions-section.html`, networkMap: `${SECURITY_SOLUTION_DOCS}conf-map-ui.html`, troubleshootGaps: `${SECURITY_SOLUTION_DOCS}alerts-ui-monitor.html#troubleshoot-gaps`,