From 6c8a8bb678b90d743b4b408915049055953f062b Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Tue, 27 Aug 2024 16:25:27 -0400 Subject: [PATCH 1/2] Add 1.3.19 version Signed-off-by: Fanit Kolchina --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 5914361784..249dd8bf83 100644 --- a/_config.yml +++ b/_config.yml @@ -5,8 +5,8 @@ baseurl: "/docs/latest" # the subpath of your site, e.g. /blog url: "https://opensearch.org" # the base hostname & protocol for your site, e.g. http://example.com permalink: /:path/ -opensearch_version: 1.3.18 -opensearch_dashboards_version: 1.3.18 +opensearch_version: 1.3.19 +opensearch_dashboards_version: 1.3.19 opensearch_major_minor_version: 1.3 lucene_version: 8_10_1 From 5ef18e461c9932d1aaac6d7662af1fce85a274d7 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Tue, 27 Aug 2024 16:35:19 -0400 Subject: [PATCH 2/2] Fix links Signed-off-by: Fanit Kolchina --- _dashboards/discover/dql.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_dashboards/discover/dql.md b/_dashboards/discover/dql.md index d2e999300d..dc235ef9dd 100644 --- a/_dashboards/discover/dql.md +++ b/_dashboards/discover/dql.md @@ -31,7 +31,7 @@ Use the following steps to prepare sample data for querying. **Step 1: Set up mappings for the index** -On the main menu, select **Management** > **Dev Tools** to open [Dev Tools]({{site.url}}{{site.baseurl}}/dashboards/dev-tools/run-queries/). Send the following request to create index mappings: +On the main menu, select **Management** > **Dev Tools** to open [Dev Tools]({{site.url}}{{site.baseurl}}/dashboards/run-queries/). Send the following request to create index mappings: ```json PUT testindex @@ -107,8 +107,6 @@ Follow these steps to create an index pattern for your index: 1. In **Time field**, select `I don't want to use the time filter`. 1. Select **Create index pattern**. -For more information about index patterns, see [Index patterns]({{site.url}}{{site.baseurl}}/dashboards/management/index-patterns/). - **Step 4: Navigate to Discover and select the index pattern** On the main menu, select **Discover**. In the upper-left corner, select `testindex*` from the **Index patterns** dropdown list. The main panel displays the documents in the index, and you can now try out the DQL queries described on this page.