diff --git a/_dashboards/visualize/visbuilder.md b/_dashboards/visualize/visbuilder.md index 84baf4b800..de4dfb1666 100644 --- a/_dashboards/visualize/visbuilder.md +++ b/_dashboards/visualize/visbuilder.md @@ -19,25 +19,17 @@ 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**. Select the VisBuilder visualization type @@ -45,4 +37,4 @@ Follow these steps to create a new visualization using VisBuilder in your enviro Here’s an example visualization. Your visualization will look different depending on your data and the fields you select. -Visualization generated using sample data +Visualization generated using sample data \ No newline at end of file diff --git a/images/dashboards/drag-drop-generated-viz.png b/images/dashboards/drag-drop-generated-viz.png new file mode 100644 index 0000000000..b1cdea95d9 Binary files /dev/null and b/images/dashboards/drag-drop-generated-viz.png differ diff --git a/images/dashboards/vis-builder-1.png b/images/dashboards/vis-builder-1.png index a139daec09..aa159a2987 100644 Binary files a/images/dashboards/vis-builder-1.png and b/images/dashboards/vis-builder-1.png differ diff --git a/images/dashboards/vis-builder-2.png b/images/dashboards/vis-builder-2.png index 748c4755cb..d7b0c26d6e 100644 Binary files a/images/dashboards/vis-builder-2.png and b/images/dashboards/vis-builder-2.png differ diff --git a/images/drag-drop-generated-viz.png b/images/drag-drop-generated-viz.png deleted file mode 100644 index b1a9724eb8..0000000000 Binary files a/images/drag-drop-generated-viz.png and /dev/null differ