mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
a149e6160f
commit
e0f3a80c21
2 changed files with 3 additions and 4 deletions
|
@ -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`,
|
||||
|
|
|
@ -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>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue