mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
Temporary link change for ES|QL STATS-BY (#168820)
Temporarily changes the deep link to the documentation for ES|QL STATS...BY to unblock https://github.com/elastic/elasticsearch/pull/100806 . I'll change the link to the new STATS...BY link after https://github.com/elastic/elasticsearch/pull/100806 merges.
This commit is contained in:
parent
51c6ce2651
commit
8a98763f58
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
||||||
featureRoles: `${ELASTIC_WEBSITE_URL}guide/en/observability/${DOC_LINK_VERSION}/synthetics-feature-roles.html`,
|
featureRoles: `${ELASTIC_WEBSITE_URL}guide/en/observability/${DOC_LINK_VERSION}/synthetics-feature-roles.html`,
|
||||||
},
|
},
|
||||||
esql: {
|
esql: {
|
||||||
statsBy: `${ELASTICSEARCH_DOCS}esql-stats-by.html`,
|
statsBy: `${ELASTICSEARCH_DOCS}esql.html`,
|
||||||
},
|
},
|
||||||
telemetry: {
|
telemetry: {
|
||||||
settings: `${KIBANA_DOCS}telemetry-settings-kbn.html`,
|
settings: `${KIBANA_DOCS}telemetry-settings-kbn.html`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue