From c13547ad8c07ee2bd9391ff822dc5328a54c1168 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik Date: Mon, 26 May 2025 15:52:08 +0200 Subject: [PATCH 1/4] Extend usable deployment types for the quickstart --- solutions/search/elasticsearch-basics-quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solutions/search/elasticsearch-basics-quickstart.md b/solutions/search/elasticsearch-basics-quickstart.md index 20ac04dbfe..955046d9fd 100644 --- a/solutions/search/elasticsearch-basics-quickstart.md +++ b/solutions/search/elasticsearch-basics-quickstart.md @@ -6,9 +6,9 @@ applies_to: # Basics quickstart [getting-started] -This quick start guide is a hands-on introduction to the fundamental concepts of Elasticsearch: [indices, documents and field type mappings](../../manage-data/data-store/index-basics.md). +This quick start guide is a hands-on introduction to the fundamental concepts of Elasticsearch: [indices, documents, and field type mappings](../../manage-data/data-store/index-basics.md). You’ll learn how to create an index, add data as documents, work with dynamic and explicit mappings, and perform your first basic searches. -You’ll learn how to create an index, add data as documents, work with dynamic and explicit mappings, and perform your first basic searches. +You can follow this guide using any {{es}} deployment. If you already have one up and running, you can skip ahead to the [first step below](#getting-started-index-creation). If you don’t have one yet, see the [requirements](#getting-started-requirements) for setting up a local instance using Docker. ::::{tip} The code examples in this tutorial are in [Console](../../explore-analyze/query-filter/tools/console.md) syntax by default. You can [convert into other programming languages](../../explore-analyze/query-filter/tools/console.md#import-export-console-requests) in the Console UI. @@ -17,7 +17,7 @@ The code examples in this tutorial are in [Console](../../explore-analyze/query- ## Requirements [getting-started-requirements] -You’ll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. Run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md): +You’ll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. If you don’t have one yet, run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md): ```sh curl -fsSL https://elastic.co/start-local | sh From 175fcb65b7ca4d17f09ddf84bc3ee7558ae2b552 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik Date: Thu, 29 May 2025 14:05:40 +0200 Subject: [PATCH 2/4] Move deployment guidance into requirements section --- solutions/search/elasticsearch-basics-quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solutions/search/elasticsearch-basics-quickstart.md b/solutions/search/elasticsearch-basics-quickstart.md index 955046d9fd..6aeca61125 100644 --- a/solutions/search/elasticsearch-basics-quickstart.md +++ b/solutions/search/elasticsearch-basics-quickstart.md @@ -8,8 +8,6 @@ applies_to: This quick start guide is a hands-on introduction to the fundamental concepts of Elasticsearch: [indices, documents, and field type mappings](../../manage-data/data-store/index-basics.md). You’ll learn how to create an index, add data as documents, work with dynamic and explicit mappings, and perform your first basic searches. -You can follow this guide using any {{es}} deployment. If you already have one up and running, you can skip ahead to the [first step below](#getting-started-index-creation). If you don’t have one yet, see the [requirements](#getting-started-requirements) for setting up a local instance using Docker. - ::::{tip} The code examples in this tutorial are in [Console](../../explore-analyze/query-filter/tools/console.md) syntax by default. You can [convert into other programming languages](../../explore-analyze/query-filter/tools/console.md#import-export-console-requests) in the Console UI. @@ -17,7 +15,9 @@ The code examples in this tutorial are in [Console](../../explore-analyze/query- ## Requirements [getting-started-requirements] -You’ll need a running {{es}} cluster, together with {{kib}} to use the Dev Tools API Console. If you don’t have one yet, run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md): +You can follow this guide using any {{es}} deployment. If you already have one up and running, you can skip ahead to the [first step below](#getting-started-index-creation). + +If not, you’ll need a running {{es}} cluster, along with {{kib}}, to use the Dev Tools API Console. Run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md): ```sh curl -fsSL https://elastic.co/start-local | sh From d5dc7c17b582a8bd5d4c7604b6642a8513529b68 Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:38:17 +0200 Subject: [PATCH 3/4] Update solutions/search/elasticsearch-basics-quickstart.md Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- solutions/search/elasticsearch-basics-quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/search/elasticsearch-basics-quickstart.md b/solutions/search/elasticsearch-basics-quickstart.md index 9057457035..137b3ac119 100644 --- a/solutions/search/elasticsearch-basics-quickstart.md +++ b/solutions/search/elasticsearch-basics-quickstart.md @@ -15,9 +15,9 @@ The code examples in this tutorial are in [Console](../../explore-analyze/query- ## Requirements [getting-started-requirements] -You can follow this guide using any {{es}} deployment. If you already have one up and running, you can skip ahead to the [first step below](#getting-started-index-creation). +You can follow this guide using any {{es}} deployment. If you already have a deployment up and running, you can skip ahead to the [first step](#getting-started-index-creation). -If not, you’ll need a running {{es}} cluster, along with {{kib}}, to use the Dev Tools API Console. Run the following command in your terminal to set up a [single-node local cluster in Docker](get-started.md): +If not, refer to [choose your deployment type](/deploy-manage/deploy#choosing-your-deployment-type) for your options. To get started quickly, you can spin up a cluster [locally in Docker](get-started.md): ```sh curl -fsSL https://elastic.co/start-local | sh From b5c560faf099bf693d991750588f1b7b4dd5930e Mon Sep 17 00:00:00 2001 From: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:44:30 +0200 Subject: [PATCH 4/4] Update solutions/search/elasticsearch-basics-quickstart.md Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com> --- solutions/search/elasticsearch-basics-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/search/elasticsearch-basics-quickstart.md b/solutions/search/elasticsearch-basics-quickstart.md index 137b3ac119..862576483a 100644 --- a/solutions/search/elasticsearch-basics-quickstart.md +++ b/solutions/search/elasticsearch-basics-quickstart.md @@ -17,7 +17,7 @@ The code examples in this tutorial are in [Console](../../explore-analyze/query- You can follow this guide using any {{es}} deployment. If you already have a deployment up and running, you can skip ahead to the [first step](#getting-started-index-creation). -If not, refer to [choose your deployment type](/deploy-manage/deploy#choosing-your-deployment-type) for your options. To get started quickly, you can spin up a cluster [locally in Docker](get-started.md): +If not, refer to [choose your deployment type](/deploy-manage/deploy.md#choosing-your-deployment-type) for your options. To get started quickly, you can spin up a cluster [locally in Docker](get-started.md): ```sh curl -fsSL https://elastic.co/start-local | sh