[7.2] [SIEM] Update links (#36754) (#36935)

* [SIEM] Update links (#36754)

* Documentation URL
* Forums URL
* Replaced blogs and videos with a single link to the product page, for now

* Fix translation
This commit is contained in:
Tudor Golubenco 2019-05-23 20:12:49 +02:00 committed by GitHub
parent a6a39f834c
commit 150b8ef389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 14 deletions

View file

@ -100,6 +100,7 @@ export const documentationLinks = {
introduction: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/index-patterns.html`,
},
kibana: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/index.html`,
siem: `${ELASTIC_WEBSITE_URL}guide/en/siem/guide/${DOC_LINK_VERSION}/index.html`,
query: {
luceneQuerySyntax: `${ELASTIC_DOCS}query-dsl-query-string-query.html#query-string-syntax`,
queryDsl: `${ELASTIC_DOCS}query-dsl.html`,

View file

@ -34,7 +34,7 @@ export class HelpMenuComponent extends React.PureComponent {
<EuiSpacer />
<EuiButton iconType="popout" href="https://discuss.elastic.co/" target="_blank">
<EuiButton iconType="popout" href="https://discuss.elastic.co/c/siem" target="_blank">
<FormattedMessage id="xpack.siem.chrome.help.feedback" defaultMessage="Submit feedback" />
</EuiButton>
</>

View file

@ -20,22 +20,17 @@ export const Summary = pure(() => (
<p>
<FormattedMessage
id="xpack.siem.overview.startedText"
defaultMessage="Welcome to Security Information &amp; Event Management (SIEM). Get started by reviewing our {docs} or {data}. For information about upcoming features and tutorials, be sure to check out our {blog} and {videos}."
defaultMessage="Welcome to Security Information &amp; Event Management (SIEM). Get started by reviewing our {docs} or {data}. For information about upcoming features and tutorials, be sure to check out our {siemSolution} page."
values={{
docs: (
<EuiLink href={documentationLinks.kibana} target="blank">
<EuiLink href={documentationLinks.siem} target="blank">
documentation
</EuiLink>
),
data: <EuiLink href="kibana#home/tutorial_directory/security">ingesting data</EuiLink>,
blog: (
<EuiLink href="#" target="blank">
blog posts
</EuiLink>
),
videos: (
<EuiLink href="#" target="blank">
videos
siemSolution: (
<EuiLink href="https://www.elastic.co/solutions/security-analytics" target="blank">
Security Analytics
</EuiLink>
),
}}
@ -49,10 +44,10 @@ export const Summary = pure(() => (
<p>
<FormattedMessage
id="xpack.siem.overview.feedbackText"
defaultMessage="If you have input or suggestions regarding your experience with SIEM, please feel free to {feedback}."
defaultMessage="If you have input or suggestions regarding your experience with Elastic SIEM, please feel free to {feedback}."
values={{
feedback: (
<EuiLink href="https://discuss.elastic.co/" target="blank">
<EuiLink href="https://discuss.elastic.co/c/siem" target="blank">
submit feedback online
</EuiLink>
),

View file

@ -9343,7 +9343,6 @@
"xpack.siem.overview.pageSubtitle": "Elastic Stack 的安全信息和事件管理功能",
"xpack.siem.overview.pageTitle": "SIEM",
"xpack.siem.overview.setupInstructions": "设置说明",
"xpack.siem.overview.startedText": "欢迎使用安全信息和事件管理 (SIEM)。首先,查看我们的 {docs} 或 {data}。有关即将推出的功能和教程,确保查看我们的 {blog} 和 {videos}。",
"xpack.siem.overview.startedTitle": "入门",
"xpack.siem.source.destination.packetsLabel": "pkts",
"xpack.siem.system.acceptedDescription": "已接受该用户 - 通过",