mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix links to Fleet docs (#83358)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c6e984d7b2
commit
50efaecf70
5 changed files with 6 additions and 6 deletions
|
@ -140,4 +140,4 @@ For more information, refer to <<lens, *Lens*>>.
|
|||
|
||||
If you are you ready to add your own data, refer to <<connect-to-elasticsearch,Add data to {kib}>>.
|
||||
|
||||
If you want to ingest your data, refer to {ingest-guide}/ingest-management-getting-started.html[Quick start: Get logs and metrics into the Elastic Stack].
|
||||
If you want to ingest your data, refer to {ingest-guide}/fleet-quick-start.html[Quick start: Get logs and metrics into the Elastic Stack].
|
||||
|
|
|
@ -37,7 +37,7 @@ ship with dashboards and visualizations,
|
|||
so you can quickly get insights into your data.
|
||||
|
||||
To get started, refer to
|
||||
{ingest-guide}/ingest-management-getting-started.html[Quick start: Get logs and metrics into the Elastic Stack].
|
||||
{ingest-guide}/fleet-quick-start.html[Quick start: Get logs and metrics into the Elastic Stack].
|
||||
|
||||
[role="screenshot"]
|
||||
image::images/add-data-fleet.png[Add data using Fleet]
|
||||
|
|
|
@ -48,7 +48,7 @@ export const AlphaFlyout: React.FunctionComponent<Props> = ({ onClose }) => {
|
|||
values={{
|
||||
docsLink: (
|
||||
<EuiLink
|
||||
href="https://www.elastic.co/guide/en/ingest-management/current/index.html"
|
||||
href="https://www.elastic.co/guide/en/fleet/current/index.html"
|
||||
external
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
@ -78,7 +78,7 @@ export const ManualInstructions: React.FunctionComponent<Props> = ({
|
|||
<EuiLink
|
||||
target="_blank"
|
||||
external
|
||||
href="https://www.elastic.co/guide/en/ingest-management/current/elastic-agent-installation-configuration.html"
|
||||
href="https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation-configuration.html"
|
||||
>
|
||||
<FormattedMessage
|
||||
id="xpack.fleet.enrollmentInstructions.moreInstructionsLink"
|
||||
|
|
|
@ -236,7 +236,7 @@ xpack.security.authc.api_key.enabled: true`}
|
|||
values={{
|
||||
encryptionKeyLink: (
|
||||
<EuiLink
|
||||
href="https://www.elastic.co/guide/en/kibana/current/ingest-manager-settings-kb.html"
|
||||
href="https://www.elastic.co/guide/en/kibana/current/fleet-settings-kb.html"
|
||||
target="_blank"
|
||||
external
|
||||
>
|
||||
|
@ -262,7 +262,7 @@ xpack.encryptedSavedObjects.encryptionKey: "something_at_least_32_characters"`}
|
|||
values={{
|
||||
link: (
|
||||
<EuiLink
|
||||
href="https://www.elastic.co/guide/en/ingest-management/current/index.html"
|
||||
href="https://www.elastic.co/guide/en/fleet/current/index.html"
|
||||
target="_blank"
|
||||
external
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue