diff --git a/_search-plugins/ubi/dsl-queries.md b/_search-plugins/ubi/dsl-queries.md index 034f2687ee..3814bc51d9 100644 --- a/_search-plugins/ubi/dsl-queries.md +++ b/_search-plugins/ubi/dsl-queries.md @@ -96,4 +96,4 @@ The response contains the number of times each `action_name` event occurred. {% include copy.html %} These can be performed on the OpenSearch Dashboards/Query Workbench: -[http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench](http://chorus-opensearch-edition.dev.o19s.com:5601/app/opensearch-query-workbench) +[http://chorus-opensearch-edition.dev.o19s.com:5601/app/OpenSearch-query-workbench](http://chorus-OpenSearch-edition.dev.o19s.com:5601/app/OpenSearch-query-workbench) diff --git a/_search-plugins/ubi/ubi-dashboard-tutorial.md b/_search-plugins/ubi/ubi-dashboard-tutorial.md index 2469dd056f..562ee6ae04 100644 --- a/_search-plugins/ubi/ubi-dashboard-tutorial.md +++ b/_search-plugins/ubi/ubi-dashboard-tutorial.md @@ -71,7 +71,7 @@ Save that visualization so it is added to your new dashboard. Now that you have ## 4. Add a tag cloud visualization -Now you'll add a word cloud for trending searches by creating a new visualization, similar to the previous step. In the **New Visualization** window, select **Tag Cloud**. Then select the index pattern you created in Step 2. Choose the Tag Cloud visualization of the terms in the `message` field where the Javascript client logs the raw text that the user searches on. (Note: The true query, as processed by OpenSearch with filters, boosting, and so on, resides in the `ubi_queries` index. However, you'll view the `message` field of the `ubi_events` index, where the Javascript client captures the text that the user actually typed.) The following image shows the tag cloud visualization on the `message` field. +Now you'll add a word cloud for trending searches by creating a new visualization, similar to the previous step. In the **New Visualization** window, select **Tag Cloud**. Then select the index pattern you created in Step 2. Choose the Tag Cloud visualization of the terms in the `message` field where the JavaScript client logs the raw text that the user searches on. (Note: The true query, as processed by OpenSearch with filters, boosting, and so on, resides in the `ubi_queries` index. However, you'll view the `message` field of the `ubi_events` index, where the Javascript client captures the text that the user actually typed.) The following image shows the tag cloud visualization on the `message` field. ![Word Cloud]({{site.url}}{{site.baseurl}}/images/ubi/tag_cloud1.png "Word Cloud") The underlying queries can be found under [SQL trending queries]({{site.url}}{{site.baseurl}}/search-plugins/ubi/sql-queries/#trending-queries).