Skip to content

Commit 86eb9ec

Browse files
committed
Edit references and links to Elastic Stack
1 parent 7a6ab6c commit 86eb9ec

20 files changed

+82
-108
lines changed

deploy-manage/deploy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ Consider this when choosing your deployment type:
8989
- Choose {{serverless-full}} if you want automatic access to the latest features and don't want to manage version compatibility
9090
- Choose other deployment types if you need more control over version management
9191

92+
:::{include} /deploy-manage/deploy/_snippets/stack-version-compatibility.md
93+
:::
94+
9295
:::{tip}
9396
Learn more about [versioning and availability](/get-started/versioning-availability.md).
9497
:::

deploy-manage/deploy/cloud-on-k8s/kibana-instance-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111

1212
# Deploy a {{kib}} instance [k8s-deploy-kibana]
1313

14-
To deploy a simple [{{kib}}](/get-started/the-stack.md#stack-components-kibana) specification, with one {{kib}} instance:
14+
To deploy a simple {{kib}} specification, with one {{kib}} instance:
1515

1616
1. Specify a {{kib}} instance and associate it with your {{es}} `quickstart` cluster created previously under [Deploying an {{es}} cluster](elasticsearch-deployment-quickstart.md):
1717

deploy-manage/deploy/self-managed.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Self-hosted options:
2929
For a comparison of these deployment options, refer to [Choosing your deployment type](/deploy-manage/deploy.md#choosing-your-deployment-type) and [](/deploy-manage/deploy/deployment-comparison.md).
3030
:::
3131

32+
## Installation order
33+
34+
:::{include} /deploy-manage/deploy/_snippets/installation-order.md
35+
:::
36+
3237
## Section overview
3338

3439
This section focuses on deploying {{es}} and {{kib}} without an orchestrator.

deploy-manage/production-guidance/elasticsearch-in-production-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following topics, covered in other sections of the documentation, offer valu
6464

6565
### Security and monitoring [security-and-monitoring]
6666

67-
As with any enterprise system, you need tools to secure, manage, and monitor your deployments. Security, monitoring, and administrative features that are integrated into {{es}} enable you to use [Kibana](/get-started/the-stack.md) as a control center for managing a cluster.
67+
As with any enterprise system, you need tools to secure, manage, and monitor your deployments. Security, monitoring, and administrative features that are integrated into {{es}} enable you to use {{kib}} as a control center for managing a cluster.
6868

6969
* [Learn about securing an {{es}} cluster](../security.md)
7070

docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,4 @@ subs:
297297
ece-apis: https://www.elastic.co/docs/api/doc/cloud-enterprise/
298298
intake-apis: https://www.elastic.co/docs/api/doc/observability-serverless/
299299
models-app: "Trained Models"
300+
search-platform: "Search AI Platform"

get-started/images/platform-components-diagram.svg

Lines changed: 52 additions & 0 deletions
Loading

get-started/images/stack-components-diagram.svg

Lines changed: 0 additions & 88 deletions
This file was deleted.

get-started/the-stack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ It is the foundation for Elastic's [solutions](/get-started/introduction.md) and
1818

1919
The {{search-platform}} is a fast and highly scalable set of components — {{es}}, {{kib}}, {{beats}}, {{ls}}, and others — that together enable you to securely take data from any source, in any format, and then store, search, analyze, and visualize it.
2020

21-
<!-- $$$stack-components$$$
22-
![Components of the {{search-platform}}](/get-started/images/platform-components-diagram.svg) -->
21+
$$$stack-components$$$
22+
![Components of the {{search-platform}}](/get-started/images/platform-components-diagram.svg)
2323

2424
:::{tip}
2525
The components that share the same versioning scheme are often referred to as the _{{stack}}_. Learn more in [](/get-started/versioning-availability.md).

manage-data/data-store/manage-data-from-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ products:
1515
Learn how to index, update, retrieve, search, and delete documents in an {{es}} cluster from the command line.
1616

1717
::::{tip}
18-
If you are looking for a user interface for {{es}} and your data, head on over to [Kibana](/get-started/the-stack.md)! Not only are there amazing visualization and index management tools, Kibana includes realistic sample data sets to play with so that you can get to know what you *could* do with your data.
18+
If you are looking for a user interface for {{es}} and your data, head on over to {{kib}}! Not only are there amazing visualization and index management tools, Kibana includes realistic sample data sets to play with so that you can get to know what you *could* do with your data.
1919
::::
2020

2121
## Before you begin [before-you-begin]

reference/fleet/data-streams-scenario1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This tutorial explains how to apply a custom index lifecycle policy to all of th
2222

2323
## Step 1: Create an index lifecycle policy [data-streams-scenario1-step1]
2424

25-
1. To open **Lifecycle Policies**, find **Stack Management** in the main menu or use the [global search field](/get-started/the-stack.md#kibana-navigation-search).
25+
1. To open **Lifecycle Policies**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
2626
2. Click **Create policy**.
2727

2828
Name your new policy. For this tutorial, you can use `my-ilm-policy`. Customize the policy to your liking, and when you’re done, click **Save policy**.
@@ -32,7 +32,7 @@ Name your new policy. For this tutorial, you can use `my-ilm-policy`. Customize
3232

3333
The **Index Templates** view in {{kib}} shows you all of the index templates available to automatically apply settings, mappings, and aliases to indices:
3434

35-
1. To open **Index Management**, find **Stack Management** in the main menu or use the [global search field](/get-started/the-stack.md#kibana-navigation-search).
35+
1. To open **Index Management**, find **Stack Management** in the main menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
3636
2. Select **Index Templates**.
3737
3. Search for `system` to see all index templates associated with the System integration.
3838
4. Select any `logs-*` index template to view the associated component templates. For example, you can select the `logs-system.application` index template.

0 commit comments

Comments
 (0)