Skip to content

Commit

Permalink
Add 1.3.19 version (#8089)
Browse files Browse the repository at this point in the history
* Add 1.3.19 version

Signed-off-by: Fanit Kolchina <[email protected]>

* Fix links

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws authored Aug 27, 2024
1 parent 575cbb8 commit 288c924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions _dashboards/discover/dql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 288c924

Please sign in to comment.