[Fleet] Update the link to logstash ssl documentation (#130510) (#130589)

(cherry picked from commit 87fd4a4c67)

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
This commit is contained in:
Kibana Machine 2022-04-19 13:35:03 -05:00 committed by GitHub
parent 0444f6be0f
commit d8875b9d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -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`,

View file

@ -358,6 +358,7 @@ export interface DocLinks {
learnMoreBlog: string;
apiKeysLearnMore: string;
onPremRegistry: string;
secureLogstash: string;
}>;
readonly ecs: {
readonly guide: string;

View file

@ -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"