Skip to content

Commit

Permalink
Fixing vale errors
Browse files Browse the repository at this point in the history
Signed-off-by: RasonJ <[email protected]>
  • Loading branch information
RasonJ committed Jun 20, 2024
1 parent da22463 commit 7d70e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _search-plugins/ubi/dsl-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion _search-plugins/ubi/ubi-dashboard-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 7d70e10

Please sign in to comment.