Skip to content

Commit 65c5dc8

Browse files
authored
[Security Solution]Fix in-app links and popup window text (#71403) (#72005)
* updates in-app links * updates links from prebuilt ML jobs * updates kibana help window text and link * removes problematic terminolgy from prebuilt job descriptions * Revert "removes problematic terminolgy from prebuilt job descriptions" This reverts commit aaa7e2a, as it will be done via the rules repo. * Revert "updates links from prebuilt ML jobs" This reverts commit to update links from prebuilt jobs, will be done via the rules repo. * recommits the link correction after revert * changes help window app name to Security
1 parent 53b474c commit 65c5dc8

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

src/core/public/doc_links/doc_links_service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export class DocLinksService {
111111
},
112112
kibana: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/index.html`,
113113
siem: {
114-
guide: `${ELASTIC_WEBSITE_URL}guide/en/siem/guide/${DOC_LINK_VERSION}/index.html`,
115-
gettingStarted: `${ELASTIC_WEBSITE_URL}guide/en/siem/guide/${DOC_LINK_VERSION}/install-siem.html`,
114+
guide: `${ELASTIC_WEBSITE_URL}guide/en/security/${DOC_LINK_VERSION}/index.html`,
115+
gettingStarted: `${ELASTIC_WEBSITE_URL}guide/en/security/${DOC_LINK_VERSION}/install-siem.html`,
116116
},
117117
query: {
118118
luceneQuerySyntax: `${ELASTICSEARCH_DOCS}query-dsl-query-string-query.html#query-string-syntax`,

x-pack/plugins/security_solution/public/cases/pages/saved_object_no_permissions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const CaseSavedObjectNoPermissions = React.memo(() => {
1717
<EmptyPage
1818
actionPrimaryIcon="documents"
1919
actionPrimaryLabel={i18n.GO_TO_DOCUMENTATION}
20-
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/siem/guide/${docLinks.DOC_LINK_VERSION}s`}
20+
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}s`}
2121
actionPrimaryTarget="_blank"
2222
message={i18n.SAVED_OBJECT_NO_PERMISSIONS_MSG}
2323
data-test-subj="no_saved_objects_permissions"

x-pack/plugins/security_solution/public/common/components/help_menu/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ export const HelpMenu = React.memo(() => {
1414
useEffect(() => {
1515
chrome.setHelpExtension({
1616
appName: i18n.translate('xpack.securitySolution.chrome.help.appName', {
17-
defaultMessage: 'SIEM',
17+
defaultMessage: 'Security',
1818
}),
1919
links: [
2020
{
2121
content: i18n.translate('xpack.securitySolution.chrome.helpMenu.documentation', {
22-
defaultMessage: 'SIEM documentation',
22+
defaultMessage: 'Security documentation',
2323
}),
2424
href: docLinks.links.siem.guide,
2525
iconType: 'documents',

x-pack/plugins/security_solution/public/common/components/ml_popover/ml_popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export const MlPopover = React.memo(() => {
177177
values={{
178178
mlDocs: (
179179
<a
180-
href={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/siem/guide/${docLinks.DOC_LINK_VERSION}/machine-learning.html`}
180+
href={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}/machine-learning.html`}
181181
rel="noopener noreferrer"
182182
target="_blank"
183183
>

x-pack/plugins/security_solution/public/detections/components/rules/pre_packaged_rules/update_callout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const UpdatePrePackagedRulesCallOutComponent: React.FC<UpdatePrePackagedRulesCal
5656
{prepackagedRulesOrTimelines?.callOutMessage}
5757
<br />
5858
<EuiLink
59-
href={`${services.docLinks.ELASTIC_WEBSITE_URL}guide/en/siem/guide/${services.docLinks.DOC_LINK_VERSION}/prebuilt-rules-changelog.html`}
59+
href={`${services.docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${services.docLinks.DOC_LINK_VERSION}/prebuilt-rules-changelog.html`}
6060
target="_blank"
6161
>
6262
{i18n.RELEASE_NOTES_HELP}

x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine_no_signal_index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const DetectionEngineNoIndex = React.memo(() => {
1616
<EmptyPage
1717
actionPrimaryIcon="documents"
1818
actionPrimaryLabel={i18n.GO_TO_DOCUMENTATION}
19-
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/siem/guide/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`}
19+
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`}
2020
actionPrimaryTarget="_blank"
2121
message={i18n.NO_INDEX_MSG_BODY}
2222
data-test-subj="no_index"

x-pack/plugins/security_solution/public/detections/pages/detection_engine/detection_engine_user_unauthenticated.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const DetectionEngineUserUnauthenticated = React.memo(() => {
1717
<EmptyPage
1818
actionPrimaryIcon="documents"
1919
actionPrimaryLabel={i18n.GO_TO_DOCUMENTATION}
20-
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/guide/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`}
20+
actionPrimaryUrl={`${docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${docLinks.DOC_LINK_VERSION}/detection-engine-overview.html#detections-permissions`}
2121
actionPrimaryTarget="_blank"
2222
message={i18n.USER_UNAUTHENTICATED_MSG_BODY}
2323
data-test-subj="no_index"

x-pack/plugins/security_solution/public/network/components/embeddables/__snapshots__/embedded_map.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/security_solution/public/network/components/embeddables/embedded_map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const EmbeddedMapComponent = ({
185185
<EmbeddableHeader title={i18n.EMBEDDABLE_HEADER_TITLE}>
186186
<EuiText size="xs">
187187
<EuiLink
188-
href={`${services.docLinks.ELASTIC_WEBSITE_URL}guide/en/siem/guide/${services.docLinks.DOC_LINK_VERSION}/conf-map-ui.html`}
188+
href={`${services.docLinks.ELASTIC_WEBSITE_URL}guide/en/security/${services.docLinks.DOC_LINK_VERSION}/conf-map-ui.html`}
189189
target="_blank"
190190
>
191191
{i18n.EMBEDDABLE_HEADER_HELP}

0 commit comments

Comments
 (0)