mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Fleet] Update docs links for Logstash and Kafka to point to new pages (#164335)
## Summary Updates the docs links for Logstash and Kafka to point to new docs pages. Logstash docs link:   Kafka docs link:   ### Checklist - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
3458d7bf5b
commit
e5f6c1a57f
4 changed files with 6 additions and 2 deletions
|
@ -722,6 +722,8 @@ export const getDocLinks = ({ kibanaBranch }: GetDocLinkOptions): DocLinks => {
|
|||
fleetServer: `${FLEET_DOCS}fleet-server.html`,
|
||||
fleetServerAddFleetServer: `${FLEET_DOCS}add-a-fleet-server.html`,
|
||||
settings: `${FLEET_DOCS}fleet-settings.html`,
|
||||
kafkaSettings: `${FLEET_DOCS}kafka-output-settings.html`,
|
||||
logstashSettings: `${FLEET_DOCS}ls-output-settings.html`,
|
||||
settingsFleetServerHostSettings: `${FLEET_DOCS}fleet-settings.html#fleet-server-hosts-setting`,
|
||||
settingsFleetServerProxySettings: `${KIBANA_DOCS}fleet-settings-kb.html#fleet-data-visualizer-settings`,
|
||||
troubleshooting: `${FLEET_DOCS}fleet-troubleshooting.html`,
|
||||
|
|
|
@ -488,6 +488,8 @@ export interface DocLinks {
|
|||
fleetServer: string;
|
||||
fleetServerAddFleetServer: string;
|
||||
settings: string;
|
||||
logstashSettings: string;
|
||||
kafkaSettings: string;
|
||||
settingsFleetServerHostSettings: string;
|
||||
settingsFleetServerProxySettings: string;
|
||||
troubleshooting: string;
|
||||
|
|
|
@ -107,7 +107,7 @@ export const EditOutputFlyout: React.FunctionComponent<EditOutputFlyoutProps> =
|
|||
defaultMessage="Specify the addresses that your agents will use to connect to Logstash. {guideLink}."
|
||||
values={{
|
||||
guideLink: (
|
||||
<EuiLink href={docLinks.links.fleet.settings} target="_blank" external>
|
||||
<EuiLink href={docLinks.links.fleet.logstashSettings} target="_blank" external>
|
||||
<FormattedMessage
|
||||
id="xpack.fleet.settings.fleetSettingsLink"
|
||||
defaultMessage="Learn more"
|
||||
|
|
|
@ -87,7 +87,7 @@ export const OutputFormKafkaSection: React.FunctionComponent<Props> = (props) =>
|
|||
defaultMessage="Specify the URLs that your agents will use to connect to Kafka. {guideLink}."
|
||||
values={{
|
||||
guideLink: (
|
||||
<EuiLink href={docLinks.links.fleet.settings} target="_blank" external>
|
||||
<EuiLink href={docLinks.links.fleet.kafkaSettings} target="_blank" external>
|
||||
<FormattedMessage
|
||||
id="xpack.fleet.settings.kafkaUserGuideLink"
|
||||
defaultMessage="Learn more"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue