Skip to content

Commit dd70432

Browse files
some links
1 parent 3ff6580 commit dd70432

36 files changed

+48
-48
lines changed

deploy-manage/deploy/elastic-cloud/create-an-elastic-cloud-hosted-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Once you are on the **Create deployment** page, you can create the deployment wi
4848
::::
4949

5050
3. Select **Create deployment**. It takes a few minutes before your deployment gets created. While waiting, you are prompted to save the admin credentials for your deployment which provides you with superuser access to Elasticsearch. Keep these credentials safe as they are shown only once. These credentials also help you [add data using Kibana](../../../manage-data/ingest.md). If you need to refresh these credentials, you can [reset the password](../../users-roles/cluster-or-deployment-auth/built-in-users.md).
51-
4. Once the deployment is ready, select **Continue** to open the deployment’s main page. From here, you can start [ingesting data](../../../manage-data/ingest.md) or simply [try a sample data](../../../explore-analyze/overview/kibana-quickstart.md#gs-get-data-into-kibana) set to get started.
51+
4. Once the deployment is ready, select **Continue** to open the deployment’s main page. From here, you can start [ingesting data](../../../manage-data/ingest.md) or simply [try a sample data](../../../explore-analyze/index.md#gs-get-data-into-kibana) set to get started.
5252

5353
At any time, you can manage and [adjust the configuration](configure.md) of your deployment to your needs, add extra layers of [security](../../users-roles/cluster-or-deployment-auth.md), or (highly recommended) set up [health monitoring](../../monitor/stack-monitoring.md).
5454

deploy-manage/tools/cross-cluster-replication/ccr-getting-started-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ To complete this tutorial, you need:
99

1010
* The `manage` cluster privilege on the local cluster.
1111
* A license on both clusters that includes {{ccr}}. [Activate a free 30-day trial](../../license/manage-your-license-in-self-managed-cluster.md).
12-
* An index on the remote cluster that contains the data you want to replicate. This tutorial uses the sample eCommerce orders data set. [Load sample data](../../../explore-analyze/overview/kibana-quickstart.md#gs-get-data-into-kibana).
12+
* An index on the remote cluster that contains the data you want to replicate. This tutorial uses the sample eCommerce orders data set. [Load sample data](../../../explore-analyze/index.md#gs-get-data-into-kibana).
1313
* In the local cluster, all nodes with the `master` [node role](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html#node-roles) must also have the [`remote_cluster_client`](../../distributed-architecture/clusters-nodes-shards/node-roles.md#remote-node) role. The local cluster must also have at least one node with both a data role and the [`remote_cluster_client`](../../distributed-architecture/clusters-nodes-shards/node-roles.md#remote-node) role. Individual tasks for coordinating replication scale based on the number of data nodes with the `remote_cluster_client` role in the local cluster.
1414

deploy-manage/users-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99
# Manage users and roles [project-settings-access]
1010

1111

12-
Go to **Project settings**, then ** Management** to manage your indices, data views, saved objects, settings, and more. You can also open Management by using the [global search field](../explore-analyze/overview/kibana-quickstart.md#_finding_your_apps_and_objects).
12+
Go to **Project settings**, then ** Management** to manage your indices, data views, saved objects, settings, and more. You can also open Management by using the [global search field](../explore-analyze/find-and-organize/find-apps-and-objects.md).
1313

1414
Access to individual features is governed by Elastic user roles. Consult your administrator if you do not have the appropriate access. To learn more about roles, refer to [Assign user roles and privileges](users-roles/cloud-organization/manage-users.md#general-assign-user-roles).
1515

explore-analyze/aggregations/tutorial-analyze-ecommerce-data-with-aggregations-using-query-dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You’ll need:
3131
curl -fsSL https://elastic.co/start-local | sh
3232
```
3333

34-
2. The [sample eCommerce data](../overview/kibana-quickstart.md#gs-get-data-into-kibana) loaded into {{es}}. To load sample data follow these steps in your UI:
34+
2. The [sample eCommerce data](../index.md#gs-get-data-into-kibana) loaded into {{es}}. To load sample data follow these steps in your UI:
3535

3636
* Open the **Integrations** pages by searching in the global search field.
3737
* Search for `sample data` in the **Integrations** search field.

explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you begin, you should be familiar with the [*{{kib}} concepts*](../overvi
2121

2222
Add the sample eCommerce data, and create and set up the dashboard.
2323

24-
1. [Install the eCommerce sample data set](../overview/kibana-quickstart.md#gs-get-data-into-kibana).
24+
1. [Install the eCommerce sample data set](../index.md#gs-get-data-into-kibana).
2525
2. Go to **Dashboards**.
2626
3. On the **Dashboards** page, click **Create dashboard**.
2727

explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Before you begin, you should be familiar with the [*{{kib}} concepts*](../overvi
2121

2222
Add the sample web logs data, and create and set up the dashboard.
2323

24-
1. [Install the web logs sample data set](../overview/kibana-quickstart.md#gs-get-data-into-kibana).
24+
1. [Install the web logs sample data set](../index.md#gs-get-data-into-kibana).
2525
2. Go to **Dashboards**.
2626
3. Click **Create dashboard**.
2727
4. Set the [time filter](../query-filter/filtering.md) to **Last 90 days**.

explore-analyze/dashboards/drilldowns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The panels you create using the following editors support dashboard drilldowns:
3737

3838
### Create and set up the dashboards you want to connect [_create_and_set_up_the_dashboards_you_want_to_connect]
3939

40-
Use the [**Sample web logs**](../overview/kibana-quickstart.md#gs-get-data-into-kibana) data to create a dashboard and add panels, then set a search and filter on the **[Logs] Web Traffic** dashboard.
40+
Use the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data to create a dashboard and add panels, then set a search and filter on the **[Logs] Web Traffic** dashboard.
4141

4242
1. Add the **Sample web logs** data.
4343
2. Create a new dashboard, click **Add from Library**, then add the following panels:
@@ -92,7 +92,7 @@ For example, **Single click** has `{{event.value}}` and **Range selection** has
9292

9393
For example, if you have a dashboard that shows data from a Github repository, you can create a URL drilldown that opens Github from the dashboard panel.
9494

95-
1. Add the [**Sample web logs**](../overview/kibana-quickstart.md#gs-get-data-into-kibana) data.
95+
1. Add the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data.
9696
2. Open the **[Logs] Web Traffic** dashboard.
9797
3. In the toolbar, click **Edit**.
9898
4. Create a donut chart
@@ -144,7 +144,7 @@ Discover drilldowns are supported only by **Lens** panels. To open all of the **
144144

145145
### Create the Discover drilldown [_create_the_discover_drilldown]
146146

147-
Create a drilldown that opens **Discover** from the [**Sample web logs**](../overview/kibana-quickstart.md#gs-get-data-into-kibana) data **[Logs] Web Traffic** dashboard.
147+
Create a drilldown that opens **Discover** from the [**Sample web logs**](../index.md#gs-get-data-into-kibana) data **[Logs] Web Traffic** dashboard.
148148

149149
1. Click **Edit**, open the panel menu for the **[Logs] Bytes distribution** bar vertical stacked chart, then select **Create drilldown**.
150150
2. Click **Open in Discover**.

explore-analyze/dashboards/tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
Learn more about building dashboards and creating visualizations with the following tutorials.
99

10-
These tutorials use [sample data](../overview/kibana-quickstart.md#gs-get-data-into-kibana) available in {{kib}} as a way to get started more easily, but you can apply and adapt these instructions to your own data as well.
10+
These tutorials use [sample data](../index.md#gs-get-data-into-kibana) available in {{kib}} as a way to get started more easily, but you can apply and adapt these instructions to your own data as well.
1111

1212

1313

explore-analyze/discover/discover-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Learn how to use **Discover** to:
1414
**Prerequisites:**
1515

1616
* If you don’t already have {{kib}}, [start a free trial](https://www.elastic.co/cloud/elasticsearch-service/signup?baymax=docs-body&elektra=docs) on Elastic Cloud.
17-
* You must have data in {{es}}. Examples on this page use the [ecommerce sample data set](../overview/kibana-quickstart.md#gs-get-data-into-kibana), but you can use your own data.
17+
* You must have data in {{es}}. Examples on this page use the [ecommerce sample data set](../index.md#gs-get-data-into-kibana), but you can use your own data.
1818
* You should have an understanding of [{{es}} documents and indices](../../manage-data/data-store/index-basics.md) and [{{kib}} concepts](../overview/kibana-quickstart.md).
1919

2020

explore-analyze/discover/discover-search-for-relevance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
{{es}} assigns a relevancy, or score to each document, so you can can narrow your search to the documents with the most relevant results. The higher the score, the better it matches your query.
99

10-
This example shows how to use **Discover** to list your documents from most relevant to least relevant. This example uses the [sample flights data set](../overview/kibana-quickstart.md#gs-get-data-into-kibana), or you can use your own data.
10+
This example shows how to use **Discover** to list your documents from most relevant to least relevant. This example uses the [sample flights data set](../index.md#gs-get-data-into-kibana), or you can use your own data.
1111

1212
1. In **Discover**, open the {{data-source}} dropdown, and select the data that you want to work with.
1313

0 commit comments

Comments
 (0)