diff --git a/_includes/icons.html b/_includes/icons.html deleted file mode 100644 index d9e0770b9bb..00000000000 --- a/_includes/icons.html +++ /dev/null @@ -1,582 +0,0 @@ -{% case include.type %} - {% when 'github' %} - - - - {% when 'github-mouseover' %} - - - - {% when 'github-disabled' %} - - - - {% when 'compass' %} - - - - - - {% when 'star' %} - - - - - - {% when 'smiling-face' %} - - - - - - {% when 'squinting-face' %} - - - - {% when 'laughing-beaming-eyes' %} - - - - - - {% when 'winking-face' %} - - - - - - {% when 'opensearch-logo-lightmode' %} - - - - - - - - - - - - - - - {% when 'opensearch-logo-monochrome' %} - - - - - - - - - - - - - - - {% when 'opensearch-logo-monochrome-1' %} - - - - - - - - - - - - - - - {% when 'opensearch-logo-monochrome-4' %} - - - - - - - - {% when 'opensearch-logo-darkmode' %} - - - - - - - - - - - - - - - {% when 'opensearch-logo-darkmode-2' %} - - - - - - - - - - - - - - - - {% when 'opensearch-mark-monochrome' %} - - - - - - - - - - - - - {% when 'opensearch-mark-darkmode' %} - - - - - - - - - - - - - {% when 'opensearch-logo-default-1' %} - - - - - - - - - - - - - - - {% when 'opensearch-mark-default-1' %} - - - - - - - - - - - - - {% when 'external-link' %} - - - - - - {% when 'arrow-left-sf-fog' %} - - - - - - - - - {% when 'arrow-right-sf-fog' %} - - - - - - - - - {% when 'arrow-left-white' %} - - - - {% when 'arrow-right-white' %} - - - - - - - - - {% when 'chevron-right-circle' %} - - - - {% when 'chevron-right-circle-mouseover' %} - - - - {% when 'chevron-right-circle-disabled' %} - - - - {% when 'chevron-down-circle' %} - - - - {% when 'chevron-down' %} - - - - {% when 'missing-image' %} - - - - - - {% when 'angle-double-down' %} - - - - {% when 'angle-double-down-2' %} - - - - {% when 'angle-double-down-monochrome-1' %} - - - - {% when 'opensearch-logo-with-tagline-vertical' %} - - - - - - - - - - - - - - - - - - - - {% when 'opensearch-logo-with-tagline-horizontal-monochrome' %} - - - - - - - - - - - - - - - - - - - - {% when 'opensearch-logo-with-tagline-horizontal' %} - - - - - - - - - - - - - - - - - - - - {% when 'search' %} - Search - {% when 'observability' %} - - - - - - - - - - - - - - - - - - - - - - - - - - {% when 'security' %} - Security - {% when 'security-shield' %} - - - - - - - - - - - - - - {% when 'search-magnifying-glass' %} - - - - - - - - - - - - {% when 'community' %} - - - - - - - - - - - - - - - - - - - - - - {% when 'documentation-light' %} - - - - - - - - - - - - - - - - - - - - - - - - - - - {% when 'opensearch-admin' %} - - - - - - - - - - - - {% when 'marketing-content' %} - - - - - - - - - - - - - - - - - - - {% when 'meetings-and-events' %} - - - - - - - - - - - - - - - - - - {% when 'creator-data-producer' %} - - - - - - - - - - - - - - - - - - - - - - {% when 'platform' %} - - - - - - - - - - - - - - - - - - - - - {% when 'migration+upgrade' %} - - - - - - - {% when 'minus' %} - - - - {% when 'plus' %} - - - - - {% when 'malibu-sunrise-chevron-right' %} - - - - {% when 'malibu-sunrise-chevron-right-hover-active' %} - - - - {% when 'purple-sage-secondary-chevron-right' %} - - - - {% when 'purple-sage-secondary-chevron-right-hover-active' %} - - - - {% when 'open-sky-primary-chevron-right' %} - - - - {% when 'open-sky-primary-chevron-right-hover-active' %} - - - - {% when 'calendar' %} - - - - {% when 'list' %} - - - - {% when 'close-x' %} - - - - - {% when 'mastodon-social' %} - - - - - - - - - - -{% endcase %} diff --git a/_search-plugins/ubi/ubi-dashboard-tutorial.md b/_search-plugins/ubi/ubi-dashboard-tutorial.md index ac6cd72186d..eeee480d449 100644 --- a/_search-plugins/ubi/ubi-dashboard-tutorial.md +++ b/_search-plugins/ubi/ubi-dashboard-tutorial.md @@ -22,7 +22,7 @@ To quickly view a dashboard without completing the full tutorial, do the followi ## 1. Start OpenSearch Dashboards Start OpenSearch Dashboards. For example, go to `http://{server}:5601/app/home#/`. For more information, see [OpenSearch Dashboards]({{site.url}}{{site.baseurl}}/dashboards/). The following image shows the home page. -![Dashboard Home]({{site.url}}{{site.baseurl}}/images/ubi/home.png "Dashboards") +![Dashboard Home]({{site.url}}{{site.baseurl}}/images/ubi/home.png) ## 2. Create an index pattern @@ -31,7 +31,7 @@ In OpenSearch Management, navigate to **Dashboards Management > Index patterns** OpenSearch Dashboards accesses your indexes using index patterns. To visualize your users' online search behavior, you must create an index pattern in order to access the indexes that UBI creates. For more information, see [Index patterns]({{site.url}}{{site.baseurl}}/dashboards/management/index-patterns/). After you select **Create index pattern**, a list of indexes in your OpenSearch instance is displayed. The UBI stores may be hidden by default, so make sure to select **Include system and hidden indexes**, as shown in the following image. -![Index Patterns]({{site.url}}{{site.baseurl}}/images/ubi/index_pattern2.png "Index Patterns") +![Index Patterns]({{site.url}}{{site.baseurl}}/images/ubi/index_pattern2.png) You can group indexes into the same data source for your dashboard using wildcards. For this tutorial you'll combine the query and event stores into the `ubi_*` pattern. @@ -50,7 +50,7 @@ If you haven't previously created a dashboard, you are presented with the option In the **New Visualization** window, select **Pie** to create a new pie chart. Then select the index pattern you created in step 2. Most visualizations require some sort of aggregate function on a bucket/facet/aggregatable field (numeric or keyword). You'll add a `Terms` aggregation to the `action_name` field so that you can view the distribution of event names. Change the **Size** to the number of slices you want to display, as shown in the following image. -![Pie Chart]({{site.url}}{{site.baseurl}}/images/ubi/pie.png "Pie Chart") +![Pie Chart]({{site.url}}{{site.baseurl}}/images/ubi/pie.png) Save the visualization so that it's added to your new dashboard. Now that you have a visualization displayed on your dashboard, you can save the dashboard. @@ -61,7 +61,7 @@ Now you'll add a word cloud for trending searches by creating a new visualizatio In the **New Visualization** window, select **Tag Cloud**, and 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 search text. 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") +![Word Cloud]({{site.url}}{{site.baseurl}}/images/ubi/tag_cloud1.png) The underlying queries can be found at [SQL trending queries]({{site.url}}{{site.baseurl}}/search-plugins/ubi/sql-queries/#trending-queries). {: .note} @@ -69,10 +69,10 @@ The underlying queries can be found at [SQL trending queries]({{site.url}}{{site The resulting visualization may contain different information than you're looking for. The `message` field is updated with every event, and as a result, it can contain error messages, debug messages, click information, and other unwanted data. To view only search terms for query events, you need to add a filter to your visualization. Because during setup you provided a `message_type` of `QUERY` for each search event, you can filter by that message type to isolate the specific users' searches. To do this, select **Add filter** and then select **QUERY** in the **Edit filter** panel, as shown in the following image. -![Word Cloud]({{site.url}}{{site.baseurl}}/images/ubi/tag_cloud2.png "Word Cloud") +![Word Cloud]({{site.url}}{{site.baseurl}}/images/ubi/tag_cloud2.png) There should now be two visualizations (the pie chart and the tag cloud) displayed on your dashboard, as shown in the following image. -![UBI Dashboard]({{site.url}}{{site.baseurl}}/images/ubi/dashboard2.png "UBI Dashboard") +![UBI Dashboard]({{site.url}}{{site.baseurl}}/images/ubi/dashboard2.png) ## 5. Add a histogram of item clicks @@ -80,15 +80,15 @@ Now you'll add a histogram visualization to your dashboard, similarly to the pre Examine the `event_attributes.position.ordinal` data field. This field contains the position of the item in a list selected by the user. For the histogram visualization, the x-axis represents the ordinal number of the selected item (n). The y-axis represents the number of times that the nth item was clicked, as shown in the following image. -![Vertical Bar Chart]({{site.url}}{{site.baseurl}}/images/ubi/histogram.png "Vertical Bar Chart") +![Vertical Bar Chart]({{site.url}}{{site.baseurl}}/images/ubi/histogram.png) -## 6) Filter the displayed data +## 6. Filter the displayed data Now you can further filter the displayed data. For example, you can see how the click position changes when a purchase occurs. Select **Add filter** and then select the `action_name:product_purchase` field, as shown in the following image. -![Product Purchase]({{site.url}}{{site.baseurl}}/images/ubi/product_purchase.png "Product Purchase") +![Product Purchase]({{site.url}}{{site.baseurl}}/images/ubi/product_purchase.png) You can filter event messages containing the word `*laptop*` by adding wildcards, as shown in the following image. -![Laptop]({{site.url}}{{site.baseurl}}/images/ubi/laptop.png "Laptop"). +![Laptop]({{site.url}}{{site.baseurl}}/images/ubi/laptop.png). diff --git a/_tutorials/vector-search/semantic-search/semantic-search-cfn-sagemaker.md b/_tutorials/vector-search/semantic-search/semantic-search-cfn-sagemaker.md index 6f916e7ddde..1dabf8553e4 100644 --- a/_tutorials/vector-search/semantic-search/semantic-search-cfn-sagemaker.md +++ b/_tutorials/vector-search/semantic-search/semantic-search-cfn-sagemaker.md @@ -163,7 +163,7 @@ Complete the following fields, keeping all other fields at their default values: If you already have a SageMaker inference endpoint, you can configure a model using that endpoint, as shown in the following image. -![Using an existing SageMaker inference endpoint]({{site.url}}{{site.baseurl}}/images/semantic_search/semantic_search_remote_model_Integration_3.png) +![Using an existing SageMaker inference endpoint]({{site.url}}{{site.baseurl}}/images/vector-search-tutorials/semantic_search_remote_model_Integration_3.png) Complete the following fields, keeping all others at their default values: diff --git a/images/1_search.png b/images/1_search.png deleted file mode 100644 index b594ad579c8..00000000000 Binary files a/images/1_search.png and /dev/null differ diff --git a/images/2_monitoring.png b/images/2_monitoring.png deleted file mode 100644 index 9a64ea287cb..00000000000 Binary files a/images/2_monitoring.png and /dev/null differ diff --git a/images/3_security.png b/images/3_security.png deleted file mode 100644 index 31880196bfe..00000000000 Binary files a/images/3_security.png and /dev/null differ diff --git a/images/4_tracking.png b/images/4_tracking.png deleted file mode 100644 index 31405a22d47..00000000000 Binary files a/images/4_tracking.png and /dev/null differ diff --git a/images/Flight-data.png b/images/Flight-data.png deleted file mode 100644 index c33a84db24a..00000000000 Binary files a/images/Flight-data.png and /dev/null differ diff --git a/images/Security/agg-view-saved-objects.png b/images/Security/agg-view-saved-objects.png deleted file mode 100644 index e3b030a1730..00000000000 Binary files a/images/Security/agg-view-saved-objects.png and /dev/null differ diff --git a/images/Security/create-a-rule.png b/images/Security/create-a-rule.png deleted file mode 100644 index 57fb4b95212..00000000000 Binary files a/images/Security/create-a-rule.png and /dev/null differ diff --git a/images/Security/field_map.png b/images/Security/field_map.png deleted file mode 100644 index 86c841ac447..00000000000 Binary files a/images/Security/field_map.png and /dev/null differ diff --git a/images/Security/log-field.png b/images/Security/log-field.png deleted file mode 100644 index 4322bd5bd5b..00000000000 Binary files a/images/Security/log-field.png and /dev/null differ diff --git a/images/Security/rule-dup3.png b/images/Security/rule-dup3.png deleted file mode 100644 index 2627307adeb..00000000000 Binary files a/images/Security/rule-dup3.png and /dev/null differ diff --git a/images/Security/select_rules.png b/images/Security/select_rules.png deleted file mode 100644 index f7f3b542393..00000000000 Binary files a/images/Security/select_rules.png and /dev/null differ diff --git a/images/admin-ui-index/admin-UI-preview.gif b/images/admin-ui-index/admin-UI-preview.gif deleted file mode 100644 index 1b257d40abe..00000000000 Binary files a/images/admin-ui-index/admin-UI-preview.gif and /dev/null differ diff --git a/images/admin-ui-index/create-template.png b/images/admin-ui-index/create-template.png deleted file mode 100644 index a93bd9aad4c..00000000000 Binary files a/images/admin-ui-index/create-template.png and /dev/null differ diff --git a/images/admin-ui-index/datastreams2.png b/images/admin-ui-index/datastreams2.png deleted file mode 100644 index 47afe447815..00000000000 Binary files a/images/admin-ui-index/datastreams2.png and /dev/null differ diff --git a/images/admin-ui-index/reindex.png b/images/admin-ui-index/reindex.png deleted file mode 100644 index a214a33093d..00000000000 Binary files a/images/admin-ui-index/reindex.png and /dev/null differ diff --git a/images/admin-ui-index/split.png b/images/admin-ui-index/split.png deleted file mode 100644 index 5566aae03ee..00000000000 Binary files a/images/admin-ui-index/split.png and /dev/null differ diff --git a/images/admin-ui-index/view-template.png b/images/admin-ui-index/view-template.png deleted file mode 100644 index 33aa2c328c0..00000000000 Binary files a/images/admin-ui-index/view-template.png and /dev/null differ diff --git a/images/alerting.png b/images/alerting.png deleted file mode 100644 index 83cf0f59c98..00000000000 Binary files a/images/alerting.png and /dev/null differ diff --git a/images/analyzing-data-logs.png b/images/analyzing-data-logs.png deleted file mode 100644 index 2b6de1236e1..00000000000 Binary files a/images/analyzing-data-logs.png and /dev/null differ diff --git a/images/anomaly-detection.png b/images/anomaly-detection.png deleted file mode 100644 index 1e88c45bd3b..00000000000 Binary files a/images/anomaly-detection.png and /dev/null differ diff --git a/images/benchmark/metric-index-pattern.png b/images/benchmark/metric-index-pattern.png deleted file mode 100644 index cbdf452a97f..00000000000 Binary files a/images/benchmark/metric-index-pattern.png and /dev/null differ diff --git a/images/county-regionmap.png b/images/county-regionmap.png deleted file mode 100644 index 1822da31c2a..00000000000 Binary files a/images/county-regionmap.png and /dev/null differ diff --git a/images/creating-user.png b/images/creating-user.png deleted file mode 100644 index 36955d0431f..00000000000 Binary files a/images/creating-user.png and /dev/null differ diff --git a/images/dashboard-flight.png b/images/dashboard-flight.png deleted file mode 100644 index d70b70a783b..00000000000 Binary files a/images/dashboard-flight.png and /dev/null differ diff --git a/images/dashboards-assistant/conversation-history-entry.png b/images/dashboards-assistant/conversation-history-entry.png deleted file mode 100644 index 2ac35ce00ba..00000000000 Binary files a/images/dashboards-assistant/conversation-history-entry.png and /dev/null differ diff --git a/images/dashboards-assistant/conversation-history-list.png b/images/dashboards-assistant/conversation-history-list.png deleted file mode 100644 index e120897535b..00000000000 Binary files a/images/dashboards-assistant/conversation-history-list.png and /dev/null differ diff --git a/images/dashboards-assistant/conversation-in-notebook.png b/images/dashboards-assistant/conversation-in-notebook.png deleted file mode 100644 index 2ee9a701067..00000000000 Binary files a/images/dashboards-assistant/conversation-in-notebook.png and /dev/null differ diff --git a/images/dashboards-assistant/delete-conversation.png b/images/dashboards-assistant/delete-conversation.png deleted file mode 100644 index b5ac7cfd1a3..00000000000 Binary files a/images/dashboards-assistant/delete-conversation.png and /dev/null differ diff --git a/images/dashboards-assistant/edit-conversation-title.png b/images/dashboards-assistant/edit-conversation-title.png deleted file mode 100644 index 0f35babc60c..00000000000 Binary files a/images/dashboards-assistant/edit-conversation-title.png and /dev/null differ diff --git a/images/dashboards-assistant/entry.png b/images/dashboards-assistant/entry.png deleted file mode 100644 index b645389f561..00000000000 Binary files a/images/dashboards-assistant/entry.png and /dev/null differ diff --git a/images/dashboards-assistant/rate.png b/images/dashboards-assistant/rate.png deleted file mode 100644 index efc741c78a3..00000000000 Binary files a/images/dashboards-assistant/rate.png and /dev/null differ diff --git a/images/dashboards-assistant/response.png b/images/dashboards-assistant/response.png deleted file mode 100644 index 3bb920e617c..00000000000 Binary files a/images/dashboards-assistant/response.png and /dev/null differ diff --git a/images/dashboards-assistant/save-conversation-to-notebook.png b/images/dashboards-assistant/save-conversation-to-notebook.png deleted file mode 100644 index a02f007044c..00000000000 Binary files a/images/dashboards-assistant/save-conversation-to-notebook.png and /dev/null differ diff --git a/images/dashboards-assistant/start-conversation.png b/images/dashboards-assistant/start-conversation.png deleted file mode 100644 index f61ac66333b..00000000000 Binary files a/images/dashboards-assistant/start-conversation.png and /dev/null differ diff --git a/images/dashboards-assistant/suggestions.png b/images/dashboards-assistant/suggestions.png deleted file mode 100644 index a7cb0ea621a..00000000000 Binary files a/images/dashboards-assistant/suggestions.png and /dev/null differ diff --git a/images/dashboards-assistant/traces.png b/images/dashboards-assistant/traces.png deleted file mode 100644 index ee5ad8c6e00..00000000000 Binary files a/images/dashboards-assistant/traces.png and /dev/null differ diff --git a/images/dashboards-nav.png b/images/dashboards-nav.png deleted file mode 100644 index b3aab57cecb..00000000000 Binary files a/images/dashboards-nav.png and /dev/null differ diff --git a/images/dashboards/S3-config-UI.png b/images/dashboards/S3-config-UI.png deleted file mode 100644 index 9ca58ad131b..00000000000 Binary files a/images/dashboards/S3-config-UI.png and /dev/null differ diff --git a/images/dashboards/SigV4-setup.png b/images/dashboards/SigV4-setup.png deleted file mode 100644 index 52adf9d8c9a..00000000000 Binary files a/images/dashboards/SigV4-setup.png and /dev/null differ diff --git a/images/dashboards/accelerate-data-popup.png b/images/dashboards/accelerate-data-popup.png deleted file mode 100644 index af2d7b46eb4..00000000000 Binary files a/images/dashboards/accelerate-data-popup.png and /dev/null differ diff --git a/images/dashboards/add-data.png b/images/dashboards/add-data.png deleted file mode 100644 index 705b75f7c0a..00000000000 Binary files a/images/dashboards/add-data.png and /dev/null differ diff --git a/images/dashboards/add-fields-skipping-index.png b/images/dashboards/add-fields-skipping-index.png deleted file mode 100644 index d249b25cfc0..00000000000 Binary files a/images/dashboards/add-fields-skipping-index.png and /dev/null differ diff --git a/images/dashboards/add-panel.png b/images/dashboards/add-panel.png deleted file mode 100644 index 72e76752a85..00000000000 Binary files a/images/dashboards/add-panel.png and /dev/null differ diff --git a/images/dashboards/add-panel2.png b/images/dashboards/add-panel2.png deleted file mode 100644 index f76d00d4a13..00000000000 Binary files a/images/dashboards/add-panel2.png and /dev/null differ diff --git a/images/dashboards/add-sample-data-2.png b/images/dashboards/add-sample-data-2.png deleted file mode 100644 index 2f1b5ec9010..00000000000 Binary files a/images/dashboards/add-sample-data-2.png and /dev/null differ diff --git a/images/dashboards/add-sample-data.gif b/images/dashboards/add-sample-data.gif deleted file mode 100644 index 6e569d704db..00000000000 Binary files a/images/dashboards/add-sample-data.gif and /dev/null differ diff --git a/images/dashboards/add-sample-data.png b/images/dashboards/add-sample-data.png deleted file mode 100644 index f23cf8d6ed0..00000000000 Binary files a/images/dashboards/add-sample-data.png and /dev/null differ diff --git a/images/dashboards/appearance-home.png b/images/dashboards/appearance-home.png deleted file mode 100644 index 97d23e41cb8..00000000000 Binary files a/images/dashboards/appearance-home.png and /dev/null differ diff --git a/images/dashboards/arrange-columns.png b/images/dashboards/arrange-columns.png deleted file mode 100644 index d6c4fb3b710..00000000000 Binary files a/images/dashboards/arrange-columns.png and /dev/null differ diff --git a/images/dashboards/configure-bar-viz.png b/images/dashboards/configure-bar-viz.png deleted file mode 100644 index a158b2c214c..00000000000 Binary files a/images/dashboards/configure-bar-viz.png and /dev/null differ diff --git a/images/dashboards/covering-index-fields.png b/images/dashboards/covering-index-fields.png deleted file mode 100644 index 23523a452eb..00000000000 Binary files a/images/dashboards/covering-index-fields.png and /dev/null differ diff --git a/images/dashboards/covering-index-naming.png b/images/dashboards/covering-index-naming.png deleted file mode 100644 index b112342f93d..00000000000 Binary files a/images/dashboards/covering-index-naming.png and /dev/null differ diff --git a/images/dashboards/create-index-pattern.png b/images/dashboards/create-index-pattern.png deleted file mode 100644 index a1fda843b68..00000000000 Binary files a/images/dashboards/create-index-pattern.png and /dev/null differ diff --git a/images/dashboards/dashboard-flight-quickstart.png b/images/dashboards/dashboard-flight-quickstart.png deleted file mode 100644 index ea45166fc3f..00000000000 Binary files a/images/dashboards/dashboard-flight-quickstart.png and /dev/null differ diff --git a/images/dashboards/dashboard-index.png b/images/dashboards/dashboard-index.png deleted file mode 100644 index 8041b8e9ea3..00000000000 Binary files a/images/dashboards/dashboard-index.png and /dev/null differ diff --git a/images/dashboards/dashboards-home.png b/images/dashboards/dashboards-home.png deleted file mode 100644 index b8223ec7d0e..00000000000 Binary files a/images/dashboards/dashboards-home.png and /dev/null differ diff --git a/images/dashboards/dashboards-management-ui.png b/images/dashboards/dashboards-management-ui.png deleted file mode 100644 index 921eb61171f..00000000000 Binary files a/images/dashboards/dashboards-management-ui.png and /dev/null differ diff --git a/images/dashboards/dashboards-mgmt.png b/images/dashboards/dashboards-mgmt.png deleted file mode 100644 index 099754121cf..00000000000 Binary files a/images/dashboards/dashboards-mgmt.png and /dev/null differ diff --git a/images/dashboards/dashboards-overview-page.png b/images/dashboards/dashboards-overview-page.png deleted file mode 100644 index ba5382f8917..00000000000 Binary files a/images/dashboards/dashboards-overview-page.png and /dev/null differ diff --git a/images/dashboards/data-fields.png b/images/dashboards/data-fields.png deleted file mode 100644 index ef08ffcea28..00000000000 Binary files a/images/dashboards/data-fields.png and /dev/null differ diff --git a/images/dashboards/data-source-connection.png b/images/dashboards/data-source-connection.png deleted file mode 100644 index ce7ac54ee53..00000000000 Binary files a/images/dashboards/data-source-connection.png and /dev/null differ diff --git a/images/dashboards/data-sources-UI.png b/images/dashboards/data-sources-UI.png deleted file mode 100644 index 3143241bc5d..00000000000 Binary files a/images/dashboards/data-sources-UI.png and /dev/null differ diff --git a/images/dashboards/data-sources-management.png b/images/dashboards/data-sources-management.png deleted file mode 100644 index b3d30f63ded..00000000000 Binary files a/images/dashboards/data-sources-management.png and /dev/null differ diff --git a/images/dashboards/data-sources.png b/images/dashboards/data-sources.png deleted file mode 100644 index b88fd506169..00000000000 Binary files a/images/dashboards/data-sources.png and /dev/null differ diff --git a/images/dashboards/dataset-ui.png b/images/dashboards/dataset-ui.png deleted file mode 100644 index 2a05599e919..00000000000 Binary files a/images/dashboards/dataset-ui.png and /dev/null differ diff --git a/images/dashboards/dev-tools-ui.png b/images/dashboards/dev-tools-ui.png deleted file mode 100644 index cf6b0877ab5..00000000000 Binary files a/images/dashboards/dev-tools-ui.png and /dev/null differ diff --git a/images/dashboards/discover-app.png b/images/dashboards/discover-app.png deleted file mode 100644 index 4ba06846fd9..00000000000 Binary files a/images/dashboards/discover-app.png and /dev/null differ diff --git a/images/dashboards/discover-basics.png b/images/dashboards/discover-basics.png deleted file mode 100644 index 0f3418882d4..00000000000 Binary files a/images/dashboards/discover-basics.png and /dev/null differ diff --git a/images/dashboards/discover-quickstart.png b/images/dashboards/discover-quickstart.png deleted file mode 100644 index a11f4536c64..00000000000 Binary files a/images/dashboards/discover-quickstart.png and /dev/null differ diff --git a/images/dashboards/discover-view.png b/images/dashboards/discover-view.png deleted file mode 100644 index 63699494f98..00000000000 Binary files a/images/dashboards/discover-view.png and /dev/null differ diff --git a/images/dashboards/dql-search-field.png b/images/dashboards/dql-search-field.png deleted file mode 100644 index c9ae60256ca..00000000000 Binary files a/images/dashboards/dql-search-field.png and /dev/null differ diff --git a/images/dashboards/edit-viz.png b/images/dashboards/edit-viz.png deleted file mode 100644 index a2d4d0e9c3d..00000000000 Binary files a/images/dashboards/edit-viz.png and /dev/null differ diff --git a/images/dashboards/ellipsis-icon.png b/images/dashboards/ellipsis-icon.png deleted file mode 100644 index e4772e769fa..00000000000 Binary files a/images/dashboards/ellipsis-icon.png and /dev/null differ diff --git a/images/dashboards/example-dashboard.png b/images/dashboards/example-dashboard.png deleted file mode 100644 index 71234466f3c..00000000000 Binary files a/images/dashboards/example-dashboard.png and /dev/null differ diff --git a/images/dashboards/explorer-S3viz-UI.png b/images/dashboards/explorer-S3viz-UI.png deleted file mode 100644 index 7b396c483da..00000000000 Binary files a/images/dashboards/explorer-S3viz-UI.png and /dev/null differ diff --git a/images/dashboards/filter-data-discover.png b/images/dashboards/filter-data-discover.png deleted file mode 100644 index 2078d4eabc5..00000000000 Binary files a/images/dashboards/filter-data-discover.png and /dev/null differ diff --git a/images/dashboards/gantt-chart.png b/images/dashboards/gantt-chart.png deleted file mode 100644 index 105bb772c67..00000000000 Binary files a/images/dashboards/gantt-chart.png and /dev/null differ diff --git a/images/dashboards/index-patterns-ui.png b/images/dashboards/index-patterns-ui.png deleted file mode 100644 index 352e825e3b3..00000000000 Binary files a/images/dashboards/index-patterns-ui.png and /dev/null differ diff --git a/images/dashboards/make_tsvb.gif b/images/dashboards/make_tsvb.gif deleted file mode 100644 index fc91e9e669e..00000000000 Binary files a/images/dashboards/make_tsvb.gif and /dev/null differ diff --git a/images/dashboards/manage-data-source-UI.png b/images/dashboards/manage-data-source-UI.png deleted file mode 100644 index b019902fc6a..00000000000 Binary files a/images/dashboards/manage-data-source-UI.png and /dev/null differ diff --git a/images/dashboards/markdown-1.png b/images/dashboards/markdown-1.png deleted file mode 100644 index 7bc75302dd3..00000000000 Binary files a/images/dashboards/markdown-1.png and /dev/null differ diff --git a/images/dashboards/multidatasources.png b/images/dashboards/multidatasources.png deleted file mode 100644 index d1187e30b57..00000000000 Binary files a/images/dashboards/multidatasources.png and /dev/null differ diff --git a/images/dashboards/navigation-pane.png b/images/dashboards/navigation-pane.png deleted file mode 100644 index 4b327513af5..00000000000 Binary files a/images/dashboards/navigation-pane.png and /dev/null differ diff --git a/images/dashboards/new-bar-viz.png b/images/dashboards/new-bar-viz.png deleted file mode 100644 index 91b058207fa..00000000000 Binary files a/images/dashboards/new-bar-viz.png and /dev/null differ diff --git a/images/dashboards/new-look.png b/images/dashboards/new-look.png deleted file mode 100644 index 9c751ea402b..00000000000 Binary files a/images/dashboards/new-look.png and /dev/null differ diff --git a/images/dashboards/observability-logs-UI.png b/images/dashboards/observability-logs-UI.png deleted file mode 100644 index 2f14ecae0cf..00000000000 Binary files a/images/dashboards/observability-logs-UI.png and /dev/null differ diff --git a/images/dashboards/opensearch-dashboards-home.png b/images/dashboards/opensearch-dashboards-home.png deleted file mode 100644 index a4e8dbeea22..00000000000 Binary files a/images/dashboards/opensearch-dashboards-home.png and /dev/null differ diff --git a/images/dashboards/query-PPL-explain.png b/images/dashboards/query-PPL-explain.png deleted file mode 100644 index 33ef117ad90..00000000000 Binary files a/images/dashboards/query-PPL-explain.png and /dev/null differ diff --git a/images/dashboards/query-data-sources-UI-2.png b/images/dashboards/query-data-sources-UI-2.png deleted file mode 100644 index 35f59e2bdbe..00000000000 Binary files a/images/dashboards/query-data-sources-UI-2.png and /dev/null differ diff --git a/images/dashboards/query-explain.png b/images/dashboards/query-explain.png deleted file mode 100644 index 0d2c57742db..00000000000 Binary files a/images/dashboards/query-explain.png and /dev/null differ diff --git a/images/dashboards/query-list.png b/images/dashboards/query-list.png deleted file mode 100644 index 5b368e37536..00000000000 Binary files a/images/dashboards/query-list.png and /dev/null differ diff --git a/images/dashboards/query-request-ui.png b/images/dashboards/query-request-ui.png deleted file mode 100644 index 89ca256ed45..00000000000 Binary files a/images/dashboards/query-request-ui.png and /dev/null differ diff --git a/images/dashboards/query-workbench-S3.png b/images/dashboards/query-workbench-S3.png deleted file mode 100644 index 54ff0d601c0..00000000000 Binary files a/images/dashboards/query-workbench-S3.png and /dev/null differ diff --git a/images/dashboards/query-workbench-accelerate-data.png b/images/dashboards/query-workbench-accelerate-data.png deleted file mode 100644 index 58d1fc5a383..00000000000 Binary files a/images/dashboards/query-workbench-accelerate-data.png and /dev/null differ diff --git a/images/dashboards/query-workbench-ppl.png b/images/dashboards/query-workbench-ppl.png deleted file mode 100644 index e2b4c82b802..00000000000 Binary files a/images/dashboards/query-workbench-ppl.png and /dev/null differ diff --git a/images/dashboards/query-workbench-query-step2.png b/images/dashboards/query-workbench-query-step2.png deleted file mode 100644 index a3f75301e8c..00000000000 Binary files a/images/dashboards/query-workbench-query-step2.png and /dev/null differ diff --git a/images/dashboards/query-workbench-ui.png b/images/dashboards/query-workbench-ui.png deleted file mode 100644 index 8b8538d94b1..00000000000 Binary files a/images/dashboards/query-workbench-ui.png and /dev/null differ diff --git a/images/dashboards/run-index-query-workbench.png b/images/dashboards/run-index-query-workbench.png deleted file mode 100644 index a9fd4e0a4e5..00000000000 Binary files a/images/dashboards/run-index-query-workbench.png and /dev/null differ diff --git a/images/dashboards/sample-data.png b/images/dashboards/sample-data.png deleted file mode 100644 index 5fc4d3f8806..00000000000 Binary files a/images/dashboards/sample-data.png and /dev/null differ diff --git a/images/dashboards/skipping-index-settings.png b/images/dashboards/skipping-index-settings.png deleted file mode 100644 index 10685a63d78..00000000000 Binary files a/images/dashboards/skipping-index-settings.png and /dev/null differ diff --git a/images/dashboards/snapshot-management-UI.png b/images/dashboards/snapshot-management-UI.png deleted file mode 100644 index 7b5a4e168e9..00000000000 Binary files a/images/dashboards/snapshot-management-UI.png and /dev/null differ diff --git a/images/dashboards/time-filter-data-sources.png b/images/dashboards/time-filter-data-sources.png deleted file mode 100644 index fcc2ad77acc..00000000000 Binary files a/images/dashboards/time-filter-data-sources.png and /dev/null differ diff --git a/images/dashboards/tsvb-viz.png b/images/dashboards/tsvb-viz.png deleted file mode 100644 index efdf12484c7..00000000000 Binary files a/images/dashboards/tsvb-viz.png and /dev/null differ diff --git a/images/dashboards/tsvb.png b/images/dashboards/tsvb.png deleted file mode 100644 index 85f55cc3adc..00000000000 Binary files a/images/dashboards/tsvb.png and /dev/null differ diff --git a/images/dashboards/vega-2.png b/images/dashboards/vega-2.png deleted file mode 100644 index 1faa3a6e67f..00000000000 Binary files a/images/dashboards/vega-2.png and /dev/null differ diff --git a/images/dashboards/viz-panel-quickstart.png b/images/dashboards/viz-panel-quickstart.png deleted file mode 100644 index 9ccb97dda7f..00000000000 Binary files a/images/dashboards/viz-panel-quickstart.png and /dev/null differ diff --git a/images/dashboards/viz-type-UI.png b/images/dashboards/viz-type-UI.png deleted file mode 100644 index 23350ea7dc3..00000000000 Binary files a/images/dashboards/viz-type-UI.png and /dev/null differ diff --git a/images/data-prepper/s3-source/s3-architecture-multiple-sqs.jpg b/images/data-prepper/s3-source/s3-architecture-multiple-sqs.jpg deleted file mode 100644 index dba1fa6e0d9..00000000000 Binary files a/images/data-prepper/s3-source/s3-architecture-multiple-sqs.jpg and /dev/null differ diff --git a/images/discover-analyze.png b/images/discover-analyze.png deleted file mode 100644 index d2240b1f1c3..00000000000 Binary files a/images/discover-analyze.png and /dev/null differ diff --git a/images/discover-data-fields.png b/images/discover-data-fields.png deleted file mode 100644 index c7880c0e74c..00000000000 Binary files a/images/discover-data-fields.png and /dev/null differ diff --git a/images/discover-filter.png b/images/discover-filter.png deleted file mode 100644 index 59fda9de271..00000000000 Binary files a/images/discover-filter.png and /dev/null differ diff --git a/images/discover-save.png b/images/discover-save.png deleted file mode 100644 index ab8eb4a9c04..00000000000 Binary files a/images/discover-save.png and /dev/null differ diff --git a/images/discover-search.png b/images/discover-search.png deleted file mode 100644 index 41f47fcb79f..00000000000 Binary files a/images/discover-search.png and /dev/null differ diff --git a/images/discover-setting-up-data.gif b/images/discover-setting-up-data.gif deleted file mode 100644 index 17eac1b8b72..00000000000 Binary files a/images/discover-setting-up-data.gif and /dev/null differ diff --git a/images/discover-visualize-2.png b/images/discover-visualize-2.png deleted file mode 100644 index c670533c0c3..00000000000 Binary files a/images/discover-visualize-2.png and /dev/null differ diff --git a/images/discover-visualize.png b/images/discover-visualize.png deleted file mode 100644 index b3aa6432239..00000000000 Binary files a/images/discover-visualize.png and /dev/null differ diff --git a/images/edit-filter.png b/images/edit-filter.png deleted file mode 100644 index 416a1abce67..00000000000 Binary files a/images/edit-filter.png and /dev/null differ diff --git a/images/enable-experimental-viz.png b/images/enable-experimental-viz.png deleted file mode 100644 index 231e9667495..00000000000 Binary files a/images/enable-experimental-viz.png and /dev/null differ diff --git a/images/feature-contribution-ad.png b/images/feature-contribution-ad.png deleted file mode 100644 index 53599b5ba32..00000000000 Binary files a/images/feature-contribution-ad.png and /dev/null differ diff --git a/images/feature-output-ad.png b/images/feature-output-ad.png deleted file mode 100644 index bd463502430..00000000000 Binary files a/images/feature-output-ad.png and /dev/null differ diff --git a/images/forecast/no_rcf_calibration.png b/images/forecast/no_rcf_calibration.png deleted file mode 100644 index da2d604ae27..00000000000 Binary files a/images/forecast/no_rcf_calibration.png and /dev/null differ diff --git a/images/graphic-bg.png b/images/graphic-bg.png deleted file mode 100644 index 3267f59fe47..00000000000 Binary files a/images/graphic-bg.png and /dev/null differ diff --git a/images/icons/arrow-down-icon.png b/images/icons/arrow-down-icon.png deleted file mode 100644 index 9605ec98f0e..00000000000 Binary files a/images/icons/arrow-down-icon.png and /dev/null differ diff --git a/images/icons/clock-icon.png b/images/icons/clock-icon.png deleted file mode 100644 index bb4270483ef..00000000000 Binary files a/images/icons/clock-icon.png and /dev/null differ diff --git a/images/icons/play-icon.png b/images/icons/play-icon.png deleted file mode 100644 index d9926707df3..00000000000 Binary files a/images/icons/play-icon.png and /dev/null differ diff --git a/images/icons/question-circle.png b/images/icons/question-circle.png deleted file mode 100644 index e6ad7be2e28..00000000000 Binary files a/images/icons/question-circle.png and /dev/null differ diff --git a/images/icons/save-icon.png b/images/icons/save-icon.png deleted file mode 100644 index e251b5ee0bc..00000000000 Binary files a/images/icons/save-icon.png and /dev/null differ diff --git a/images/icons/theme-icon.png b/images/icons/theme-icon.png deleted file mode 100644 index a0c23961112..00000000000 Binary files a/images/icons/theme-icon.png and /dev/null differ diff --git a/images/icons/tip-icon.png b/images/icons/tip-icon.png deleted file mode 100644 index 0bfc1ec9253..00000000000 Binary files a/images/icons/tip-icon.png and /dev/null differ diff --git a/images/icons/trash-can-icon.png b/images/icons/trash-can-icon.png deleted file mode 100644 index 6bf46a90988..00000000000 Binary files a/images/icons/trash-can-icon.png and /dev/null differ diff --git a/images/icons/wrench-icon.png b/images/icons/wrench-icon.png deleted file mode 100644 index b5b909d3fc5..00000000000 Binary files a/images/icons/wrench-icon.png and /dev/null differ diff --git a/images/integrations/cloud-integrations-filter.png b/images/integrations/cloud-integrations-filter.png deleted file mode 100644 index 76da993144a..00000000000 Binary files a/images/integrations/cloud-integrations-filter.png and /dev/null differ diff --git a/images/integrations/empty-installed-integrations.png b/images/integrations/empty-installed-integrations.png deleted file mode 100644 index 4bcd6e20638..00000000000 Binary files a/images/integrations/empty-installed-integrations.png and /dev/null differ diff --git a/images/integrations/import-saved-objects.png b/images/integrations/import-saved-objects.png deleted file mode 100644 index af13da47c0d..00000000000 Binary files a/images/integrations/import-saved-objects.png and /dev/null differ diff --git a/images/integrations/integration-catalog-release-page.png b/images/integrations/integration-catalog-release-page.png deleted file mode 100644 index 30b033e4725..00000000000 Binary files a/images/integrations/integration-catalog-release-page.png and /dev/null differ diff --git a/images/integrations/integrations-observability-catalog.png b/images/integrations/integrations-observability-catalog.png deleted file mode 100644 index 43cdaa8684c..00000000000 Binary files a/images/integrations/integrations-observability-catalog.png and /dev/null differ diff --git a/images/integrations/nginx-installed-integration-assets.png b/images/integrations/nginx-installed-integration-assets.png deleted file mode 100644 index 02554726196..00000000000 Binary files a/images/integrations/nginx-installed-integration-assets.png and /dev/null differ diff --git a/images/integrations/nginx-integration.png b/images/integrations/nginx-integration.png deleted file mode 100644 index c23fd453fb2..00000000000 Binary files a/images/integrations/nginx-integration.png and /dev/null differ diff --git a/images/interact-filter-dashboard.png b/images/interact-filter-dashboard.png deleted file mode 100644 index 65ab38073bd..00000000000 Binary files a/images/interact-filter-dashboard.png and /dev/null differ diff --git a/images/kibanauser.png b/images/kibanauser.png deleted file mode 100644 index e8ab468575d..00000000000 Binary files a/images/kibanauser.png and /dev/null differ diff --git a/images/last-7--days.png b/images/last-7--days.png deleted file mode 100644 index 79ec2998508..00000000000 Binary files a/images/last-7--days.png and /dev/null differ diff --git a/images/log-dashboard-filter.png b/images/log-dashboard-filter.png deleted file mode 100644 index d3c4789d8b4..00000000000 Binary files a/images/log-dashboard-filter.png and /dev/null differ diff --git a/images/make_vega.gif b/images/make_vega.gif deleted file mode 100644 index 290ad51416b..00000000000 Binary files a/images/make_vega.gif and /dev/null differ diff --git a/images/metrics/metricsgif.gif b/images/metrics/metricsgif.gif deleted file mode 100644 index d1a8bb77923..00000000000 Binary files a/images/metrics/metricsgif.gif and /dev/null differ diff --git a/images/migrations/migration-architecture-overview.svg b/images/migrations/migration-architecture-overview.svg deleted file mode 100644 index cf758653aa5..00000000000 --- a/images/migrations/migration-architecture-overview.svg +++ /dev/null @@ -1,2 +0,0 @@ - -


<b><br><br></b>
Source Cluster Snapshot







[Not supported by viewer]








<br><br><br><br><br><br><br><br>
Amazon OpenSearch or
Elasticsearch/OpenSearch self-managed

[Not supported by viewer]
Source Cluster
[Not supported by viewer]

<div style="font-size: 16px;"></div><b style="font-size: 16px;"><font color="#1a1a1a" style="font-size: 16px;"><br></font></b>
Text
Text
Text
Text

<font style="font-size: 14px;"><br></font>

<font style="font-size: 14px;"><br></font>
Text
Text

<font style="font-size: 14px;"><br></font>
Text
Text
Migration Infrastructure
[Not supported by viewer]
Client Traffic
<i>Client Traffic</i>
1
[Not supported by viewer]
2
[Not supported by viewer]
AWS Cloud
<div>AWS Cloud</div>
Application Load Balanacer
<div>Application Load Balanacer</div>





<b><br><br><br></b><br><br>
5
[Not supported by viewer]
Amazon EFS
[Not supported by viewer]
Monitoring and Analysis

[Not supported by viewer]
Amazon CloudWatch
<div>Amazon CloudWatch</div>


<b><br><br></b>

<font style="font-size: 14px;"><br></font>

<font style="font-size: 14px;"><br></font>
Amazon ECS
<div>Amazon ECS</div>
Migration Console











[Not supported by viewer]
          Replayer N
[Not supported by viewer]
         Replayer 2
[Not supported by viewer]
          RFS Task N
[Not supported by viewer]
         RFS Task 2
[Not supported by viewer]
Reindex-from-Snapshot (RFS)











[Not supported by viewer]
Replayer











[Not supported by viewer]
Migration Console
[Not supported by viewer]
          
            RFS Task 1

[Not supported by viewer]
            
            Replayer 1

[Not supported by viewer]

<font style="font-size: 14px;"><br></font>
            Capture Proxy N
[Not supported by viewer]
Capture Proxy ALB Target Group











[Not supported by viewer]
            Capture Proxy 2
[Not supported by viewer]
            
             Capture Proxy 1

[Not supported by viewer]
Amazon ECS
<div>Amazon ECS</div>
Amazon S3
Amazon S3

<font><br></font>
2
[Not supported by viewer]
2
[Not supported by viewer]
2
[Not supported by viewer]








<br><br><br><br><br><br><br><br>
Amazon OpenSearch or
Elasticsearch/OpenSearch self-managed
[Not supported by viewer]
Target Cluster
[Not supported by viewer]

<div style="font-size: 16px;"></div><b style="font-size: 16px;"><font color="#1a1a1a" style="font-size: 16px;"><br></font></b>

<font style="font-size: 14px;"><br></font>

<font style="font-size: 14px;"><br></font>

<font style="font-size: 14px;"><br></font>
3
[Not supported by viewer]
Event Streamer







[Not supported by viewer]
Amazon MSK
[Not supported by viewer]
4
[Not supported by viewer]
3
[Not supported by viewer]
6
[Not supported by viewer]
4
[Not supported by viewer]
\ No newline at end of file diff --git a/images/monitors.png b/images/monitors.png deleted file mode 100644 index 012433b2d03..00000000000 Binary files a/images/monitors.png and /dev/null differ diff --git a/images/multi-data-sources-1.png b/images/multi-data-sources-1.png deleted file mode 100644 index 74be6a6f13f..00000000000 Binary files a/images/multi-data-sources-1.png and /dev/null differ diff --git a/images/multi-data-sources-10.png b/images/multi-data-sources-10.png deleted file mode 100644 index 3fb958e378e..00000000000 Binary files a/images/multi-data-sources-10.png and /dev/null differ diff --git a/images/multi-data-sources-11.jpg b/images/multi-data-sources-11.jpg deleted file mode 100644 index 87aff837a32..00000000000 Binary files a/images/multi-data-sources-11.jpg and /dev/null differ diff --git a/images/multi-data-sources-12.jpg b/images/multi-data-sources-12.jpg deleted file mode 100644 index 0d57f520cc6..00000000000 Binary files a/images/multi-data-sources-12.jpg and /dev/null differ diff --git a/images/multi-data-sources-2.png b/images/multi-data-sources-2.png deleted file mode 100644 index ceea3baa08f..00000000000 Binary files a/images/multi-data-sources-2.png and /dev/null differ diff --git a/images/multi-data-sources-3.5.png b/images/multi-data-sources-3.5.png deleted file mode 100644 index b21fdf66771..00000000000 Binary files a/images/multi-data-sources-3.5.png and /dev/null differ diff --git a/images/multi-data-sources-3.png b/images/multi-data-sources-3.png deleted file mode 100644 index 46d69742ee4..00000000000 Binary files a/images/multi-data-sources-3.png and /dev/null differ diff --git a/images/multi-data-sources-5.png b/images/multi-data-sources-5.png deleted file mode 100644 index b328c244618..00000000000 Binary files a/images/multi-data-sources-5.png and /dev/null differ diff --git a/images/multi-data-sources-6.png b/images/multi-data-sources-6.png deleted file mode 100644 index eab57fa0717..00000000000 Binary files a/images/multi-data-sources-6.png and /dev/null differ diff --git a/images/multi-data-sources-7.png b/images/multi-data-sources-7.png deleted file mode 100644 index 26da2e19cf9..00000000000 Binary files a/images/multi-data-sources-7.png and /dev/null differ diff --git a/images/multi-data-sources-8.png b/images/multi-data-sources-8.png deleted file mode 100644 index 47f0a6fe9be..00000000000 Binary files a/images/multi-data-sources-8.png and /dev/null differ diff --git a/images/multi-data-sources-9.png b/images/multi-data-sources-9.png deleted file mode 100644 index 96cbe917256..00000000000 Binary files a/images/multi-data-sources-9.png and /dev/null differ diff --git a/images/neural-search-ingestion.png b/images/neural-search-ingestion.png deleted file mode 100644 index 9e69d80f548..00000000000 Binary files a/images/neural-search-ingestion.png and /dev/null differ diff --git a/images/neural-search-query.png b/images/neural-search-query.png deleted file mode 100644 index c55d199ac63..00000000000 Binary files a/images/neural-search-query.png and /dev/null differ diff --git a/images/observability.png b/images/observability.png deleted file mode 100644 index f2e5305366e..00000000000 Binary files a/images/observability.png and /dev/null differ diff --git a/images/perftop.png b/images/perftop.png deleted file mode 100644 index 0cdb3e401d3..00000000000 Binary files a/images/perftop.png and /dev/null differ diff --git a/images/ppl.png b/images/ppl.png deleted file mode 100644 index c8cc6f91ed4..00000000000 Binary files a/images/ppl.png and /dev/null differ diff --git a/images/procedures.PNG b/images/procedures.PNG deleted file mode 100644 index 222d75d4eba..00000000000 Binary files a/images/procedures.PNG and /dev/null differ diff --git a/images/query-workbench-UI.png b/images/query-workbench-UI.png deleted file mode 100644 index 6ebdbbf7a44..00000000000 Binary files a/images/query-workbench-UI.png and /dev/null differ diff --git a/images/review_ad.png b/images/review_ad.png deleted file mode 100644 index 2c387843395..00000000000 Binary files a/images/review_ad.png and /dev/null differ diff --git a/images/security.png b/images/security.png deleted file mode 100644 index cb206581733..00000000000 Binary files a/images/security.png and /dev/null differ diff --git a/images/stack-management-settings.png b/images/stack-management-settings.png deleted file mode 100644 index 90581749cb3..00000000000 Binary files a/images/stack-management-settings.png and /dev/null differ diff --git a/images/ta-services.png b/images/ta-services.png deleted file mode 100644 index b00d341573a..00000000000 Binary files a/images/ta-services.png and /dev/null differ diff --git a/images/theme-icon.png b/images/theme-icon.png deleted file mode 100644 index a0c23961112..00000000000 Binary files a/images/theme-icon.png and /dev/null differ diff --git a/images/ubi/001_screens_side_by_side.png b/images/ubi/001_screens_side_by_side.png deleted file mode 100644 index b230204b5a5..00000000000 Binary files a/images/ubi/001_screens_side_by_side.png and /dev/null differ diff --git a/images/ubi/first_dashboard.png b/images/ubi/first_dashboard.png deleted file mode 100644 index 7f3d4fabab7..00000000000 Binary files a/images/ubi/first_dashboard.png and /dev/null differ diff --git a/images/ubi/index_pattern1.png b/images/ubi/index_pattern1.png deleted file mode 100644 index ca69405c7ad..00000000000 Binary files a/images/ubi/index_pattern1.png and /dev/null differ diff --git a/images/ubi/new_widget.png b/images/ubi/new_widget.png deleted file mode 100644 index 5ba188c6a2a..00000000000 Binary files a/images/ubi/new_widget.png and /dev/null differ diff --git a/images/ubi/query_id.png b/images/ubi/query_id.png deleted file mode 100644 index 7051c8abb8b..00000000000 Binary files a/images/ubi/query_id.png and /dev/null differ diff --git a/images/ubi/ubi.png b/images/ubi/ubi.png deleted file mode 100644 index c24ff6f4ab6..00000000000 Binary files a/images/ubi/ubi.png and /dev/null differ diff --git a/images/ubi/visualizations.png b/images/ubi/visualizations.png deleted file mode 100644 index 9f061486866..00000000000 Binary files a/images/ubi/visualizations.png and /dev/null differ diff --git a/images/ubi/visualizations2.png b/images/ubi/visualizations2.png deleted file mode 100644 index c54920023f0..00000000000 Binary files a/images/ubi/visualizations2.png and /dev/null differ diff --git a/images/vega.png b/images/vega.png deleted file mode 100644 index ae7ea76c9d9..00000000000 Binary files a/images/vega.png and /dev/null differ diff --git a/images/visualization-notebook.png b/images/visualization-notebook.png deleted file mode 100644 index fac909b75b5..00000000000 Binary files a/images/visualization-notebook.png and /dev/null differ diff --git a/images/visualize-log-data.png b/images/visualize-log-data.png deleted file mode 100644 index a27faf07713..00000000000 Binary files a/images/visualize-log-data.png and /dev/null differ diff --git a/images/workbench.gif b/images/workbench.gif deleted file mode 100644 index cbfa312a54e..00000000000 Binary files a/images/workbench.gif and /dev/null differ