Skip to content

Commit

Permalink
add external links
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jul 14, 2020
1 parent 2c28e46 commit 66ff9d4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export const SetupPage: React.FunctionComponent<{
<EuiLink
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/configuring-security.html"
target="_blank"
external
>
<FormattedMessage
id="xpack.ingestManager.setupPage.elasticsearchSecurityLink"
Expand All @@ -173,6 +174,7 @@ export const SetupPage: React.FunctionComponent<{
<EuiLink
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html#api-key-service-settings"
target="_blank"
external
>
<FormattedMessage
id="xpack.ingestManager.setupPage.apiKeyServiceLink"
Expand Down Expand Up @@ -203,6 +205,7 @@ xpack.security.authc.api_key.enabled: true`}
<EuiLink
href="https://www.elastic.co/guide/en/kibana/current/using-kibana-with-security.html"
target="_blank"
external
>
<FormattedMessage
id="xpack.ingestManager.setupPage.kibanaSecurityLink"
Expand All @@ -215,6 +218,7 @@ xpack.security.authc.api_key.enabled: true`}
<EuiLink
href="https://www.elastic.co/guide/en/kibana/current/configuring-tls.html"
target="_blank"
external
>
<FormattedMessage
id="xpack.ingestManager.setupPage.tlsLink"
Expand Down Expand Up @@ -250,6 +254,7 @@ xpack.security.authc.api_key.enabled: true`}
<EuiLink
href="https://www.elastic.co/guide/en/ingest-management/current/index.html"
target="_blank"
external
>
<FormattedMessage
id="xpack.ingestManager.setupPage.gettingStartedLink"
Expand Down

0 comments on commit 66ff9d4

Please sign in to comment.