Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws committed Jun 18, 2024
1 parent 78b4e9a commit 2cec95d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions _dashboards/visualize/visbuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,22 @@ You can use the VisBuilder visualization type in OpenSearch Dashboards to create

## Try VisBuilder in the OpenSearch Dashboards playground

If you'd like to try out VisBuilder without installing OpenSearch locally, you can do so in the [Dashboards playground](https://playground.opensearch.org/app/vis-builder#/). VisBuilder is enabled by default.
If you'd like to try out VisBuilder without installing OpenSearch locally, you can do so in the [Dashboards playground](https://playground.opensearch.org/app/vis-builder#/).

## Try VisBuilder locally

VisBuilder is enabled by default. If you want to disable it, set the feature `flag vis_builder.enabled:` to `false` in the `opensearch_dashboards.yml` file as follows:

```
# Set the value of this setting to false to disable VisBuilder
# functionality in Visualization.
vis_builder.enabled: false
```

Follow these steps to create a new visualization using VisBuilder in your environment:

1. Open Dashboards:
- If you're not running the Security plugin, go to http://localhost:5601.
- If you're running the Security plugin, go to https://localhost:5601 and log in with your username and password (default is admin/admin).

1. From the top menu, select **Visualize** **>** **Create visualization** **>** **VisBuilder**.
1. From the top menu, select **Visualize > Create visualization > VisBuilder**.

<img src="{{site.url}}{{site.baseurl}}/images/dashboards/vis-builder-1.png" alt="Select the VisBuilder visualization type" width="550">

1. Drag and drop field names from the left column into the **Configuration** panel to generate a visualization.

Here’s an example visualization. Your visualization will look different depending on your data and the fields you select.

<img src="{{site.url}}{{site.baseurl}}/images/drag-drop-generated-viz.png" alt="Visualization generated using sample data">
<img src="{{site.url}}{{site.baseurl}}/images/dashboards/drag-drop-generated-viz.png" alt="Visualization generated using sample data">
Binary file added images/dashboards/drag-drop-generated-viz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/dashboards/vis-builder-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/dashboards/vis-builder-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/drag-drop-generated-viz.png
Binary file not shown.

0 comments on commit 2cec95d

Please sign in to comment.