[SIEM] Update links to docs and website (#38313)

* Update links to docs and website in the SIEM app

* Update also link text

* Capitalize solution
This commit is contained in:
Tudor Golubenco 2019-06-07 00:28:01 +02:00 committed by GitHub
parent a149e6160f
commit e0f3a80c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -100,8 +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`,
// FIXME: Set the SIEM docs to point to the Kibana docs until we have a stub SIEM guide.
siem: `${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

@ -39,10 +39,10 @@ export const Summary = pure(() => (
</EuiLink>
),
siemSolution: (
<EuiLink href="https://www.elastic.co/solutions/security-analytics" target="blank">
<EuiLink href="https://www.elastic.co/solutions/siem" target="blank">
<FormattedMessage
id="xpack.siem.overview.startedText.siemSolutionLinkText"
defaultMessage="Security Analytics"
defaultMessage="SIEM Solution"
/>
</EuiLink>
),