mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
The SIEM guide doesn't exist yet on the website, and there's code in the docs build that checks for 404s.
This commit is contained in:
parent
e92604d84c
commit
facc874cfa
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ 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`,
|
||||
// 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`,
|
||||
query: {
|
||||
luceneQuerySyntax: `${ELASTIC_DOCS}query-dsl-query-string-query.html#query-string-syntax`,
|
||||
queryDsl: `${ELASTIC_DOCS}query-dsl.html`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue