mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
(cherry picked from commit 87fd4a4c67
)
Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
This commit is contained in:
parent
0444f6be0f
commit
d8875b9d4d
3 changed files with 3 additions and 1 deletions
|
@ -598,6 +598,7 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
|||
learnMoreBlog: `${ELASTIC_WEBSITE_URL}blog/elastic-agent-and-fleet-make-it-easier-to-integrate-your-systems-with-elastic`,
|
||||
apiKeysLearnMore: `${KIBANA_DOCS}api-keys.html`,
|
||||
onPremRegistry: `${FLEET_DOCS}air-gapped.html`,
|
||||
secureLogstash: `${FLEET_DOCS}secure-logstash-connections.html`,
|
||||
},
|
||||
ecs: {
|
||||
guide: `${ELASTIC_WEBSITE_URL}guide/en/ecs/current/index.html`,
|
||||
|
|
|
@ -358,6 +358,7 @@ export interface DocLinks {
|
|||
learnMoreBlog: string;
|
||||
apiKeysLearnMore: string;
|
||||
onPremRegistry: string;
|
||||
secureLogstash: string;
|
||||
}>;
|
||||
readonly ecs: {
|
||||
readonly guide: string;
|
||||
|
|
|
@ -188,7 +188,7 @@ const LogstashInstructionSteps = () => {
|
|||
defaultMessage="Replace the parts between the brackets with your generated SSL certificate file paths. View {documentationLink} to generate the certificates."
|
||||
values={{
|
||||
documentationLink: (
|
||||
<EuiLink external={true} href={docLinks.links.fleet.guide}>
|
||||
<EuiLink external={true} href={docLinks.links.fleet.secureLogstash}>
|
||||
<FormattedMessage
|
||||
id="xpack.fleet.settings.logstashInstructions.ourDocumentationLink"
|
||||
defaultMessage="our documentation"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue