mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
555acc7d62
commit
8e3d8022ef
2 changed files with 8 additions and 6 deletions
|
@ -6,9 +6,11 @@
|
|||
|
||||
import { ELASTIC_WEBSITE_URL, DOC_LINK_VERSION } from 'ui/documentation_links';
|
||||
|
||||
const STACK_OVERVIEW_URL = `${ELASTIC_WEBSITE_URL}guide/en/elastic-stack-overview/${DOC_LINK_VERSION}`;
|
||||
|
||||
export const documentationLinks = {
|
||||
dashboardViewMode: `${ELASTIC_WEBSITE_URL}guide/en/kibana/${DOC_LINK_VERSION}/xpack-view-modes.html`,
|
||||
esClusterPrivileges: `${ELASTIC_WEBSITE_URL}guide/en/x-pack/${DOC_LINK_VERSION}/security-privileges.html#security-privileges`,
|
||||
esIndicesPrivileges: `${ELASTIC_WEBSITE_URL}guide/en/x-pack/${DOC_LINK_VERSION}/security-privileges.html#privileges-list-indices`,
|
||||
esRunAsPrivileges: `${ELASTIC_WEBSITE_URL}guide/en/x-pack/${DOC_LINK_VERSION}/security-privileges.html#_run_as_privilege`,
|
||||
esClusterPrivileges: `${STACK_OVERVIEW_URL}/security-privileges.html#privileges-list-cluster`,
|
||||
esIndicesPrivileges: `${STACK_OVERVIEW_URL}/security-privileges.html#privileges-list-indices`,
|
||||
esRunAsPrivileges: `${STACK_OVERVIEW_URL}/security-privileges.html#_run_as_privilege`,
|
||||
};
|
||||
|
|
|
@ -18,7 +18,7 @@ exports[`it renders without crashing 1`] = `
|
|||
<EuiLink
|
||||
className="editRole__learnMore"
|
||||
color="primary"
|
||||
href="undefinedguide/en/x-pack/undefined/security-privileges.html#security-privileges"
|
||||
href="undefinedguide/en/elastic-stack-overview/undefined/security-privileges.html#privileges-list-cluster"
|
||||
target="_blank"
|
||||
type="button"
|
||||
>
|
||||
|
@ -81,7 +81,7 @@ exports[`it renders without crashing 1`] = `
|
|||
<EuiLink
|
||||
className="editRole__learnMore"
|
||||
color="primary"
|
||||
href="undefinedguide/en/x-pack/undefined/security-privileges.html#_run_as_privilege"
|
||||
href="undefinedguide/en/elastic-stack-overview/undefined/security-privileges.html#_run_as_privilege"
|
||||
target="_blank"
|
||||
type="button"
|
||||
>
|
||||
|
@ -156,7 +156,7 @@ exports[`it renders without crashing 1`] = `
|
|||
<EuiLink
|
||||
className="editRole__learnMore"
|
||||
color="primary"
|
||||
href="undefinedguide/en/x-pack/undefined/security-privileges.html#privileges-list-indices"
|
||||
href="undefinedguide/en/elastic-stack-overview/undefined/security-privileges.html#privileges-list-indices"
|
||||
target="_blank"
|
||||
type="button"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue