diff --git a/explore-analyze/dashboards/add-controls.md b/explore-analyze/dashboards/add-controls.md index 2cf3b1fa5..ea47d38af 100644 --- a/explore-analyze/dashboards/add-controls.md +++ b/explore-analyze/dashboards/add-controls.md @@ -14,15 +14,15 @@ There are three types of controls: * [**Options list**](#create-and-add-options-list-and-range-slider-controls) — Adds a dropdown that allows to filter data by selecting one or more values. For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add an options list for the `machine.os.keyword` field that allows you to display only the logs generated from `osx` and `ios` operating systems. - ![Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected](../../images/kibana-dashboard_controlsOptionsList_8.7.0.png "title =50%") + ![Options list control for the `machine.os.keyword` field with the `osx` and `ios` options selected](/explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png "title =50%") * [**Range slider**](#create-and-add-options-list-and-range-slider-controls) — Adds a slider that allows to filter the data within a specified range of values. This type of control only works with numeric fields. For example, if you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, you can add a range slider for the `hour_of_day` field that allows you to display only the log data from 9:00AM to 5:00PM. - ![Range slider control for the `hour_of_day` field with a range of `9` to `17` selected](../../images/kibana-dashboard_controlsRangeSlider_8.3.0.png "title =50%") + ![Range slider control for the `hour_of_day` field with a range of `9` to `17` selected](/explore-analyze/images/kibana-dashboard_controlsRangeSlider_8.3.0.png "title =50%") * [**Time slider**](#add-time-slider-controls) — Adds a time range slider that allows to filter the data within a specified range of time, advance the time range backward and forward by a unit that you can define, and animate your change in data over the specified time range. For example, you are using the **[Logs] Web Traffic** dashboard from the sample web logs data, and the global time filter is **Last 7 days**. When you add the time slider, you can click the previous and next buttons to advance the time range backward or forward, and click the play button to watch how the data changes over the last 7 days. - ![Time slider control for the the Last 7 days](../../images/dashboard_timeslidercontrol_8.17.0.gif) + ![Time slider control for the the Last 7 days](/explore-analyze/images/dashboard_timeslidercontrol_8.17.0.gif) @@ -32,7 +32,7 @@ To add interactive Options list and Range slider controls, create the controls, 1. Open or create a new dashboard. 2. In **Edit** mode, select **Controls** > **Add control** in the dashboard toolbar. - ![Controls button in the toolbar with the Add Control option selected](../../images/kibana-dashboard-add-control-8.15.0.png "title =60%") + ![Controls button in the toolbar with the Add Control option selected](/explore-analyze/images/kibana-dashboard-add-control-8.15.0.png "title =60%") 3. On the **Create control** flyout, from the **Data view** dropdown, select the data view that contains the field you want to use for the **Control**. 4. In the **Field** list, select the field you want to filter on. @@ -77,7 +77,7 @@ You can add one interactive time slider control to a dashboard. 1. Open or create a new dashboard. 2. In **Edit** mode, select **Controls** > **Add time slider control**. - ![Controls button in the toolbar with the Add a time slider option selected](../../images/kibana-dashboard-add-time-slider-control-8.15.0.png "title =50%") + ![Controls button in the toolbar with the Add a time slider option selected](/explore-analyze/images/kibana-dashboard-add-time-slider-control-8.15.0.png "title =50%") 3. The time slider control uses the time range from the global time filter. To change the time range in the time slider control, [change the global time filter](../query-filter/filtering.md). 4. Save the dashboard. The control can now be used. @@ -88,7 +88,7 @@ You can add one interactive time slider control to a dashboard. Several settings that apply to all controls of the same dashboard are available. 1. In **Edit** mode, select **Controls** > **Settings**. - ![Controls button in the toolbar with the Settings option selected](../../images/kibana-dashboard-controls-settings-8.15.0.png "title =60%") + ![Controls button in the toolbar with the Settings option selected](/explore-analyze/images/kibana-dashboard-controls-settings-8.15.0.png "title =60%") 2. On the **Control settings** flyout, configure the following settings: @@ -113,7 +113,7 @@ Several settings that apply to all controls of the same dashboard are available. Change the settings for the Options list and Range slider controls. -1. Hover over the control you want to edit, then click ![The Edit control icon that opens the Edit control flyout](../../images/kibana-dashboard_controlsEditControl_8.3.0.png ""). +1. Hover over the control you want to edit, then click ![The Edit control icon that opens the Edit control flyout](/explore-analyze/images/kibana-dashboard_controlsEditControl_8.3.0.png ""). 2. On the **Edit control** flyout, change the options, then click **Save and close**. ## Add controls from your ES|QL visualization's query [add-esql-control] @@ -122,8 +122,8 @@ stack: preview serverless: preview ``` -You can bind controls to your ES|QL visualizations in dashboards. When creating an ES|QL visualization, the autocomplete suggestions -prompt control insertion for field values, field names, function configuration, and function names. This enables controls that only +You can bind controls to your ES|QL visualizations in dashboards. When creating an ES|QL visualization, the autocomplete suggestions +prompt control insertion for field values, field names, function configuration, and function names. This enables controls that only apply to a specific panel, and exposes visualization configuration such as date histogram interval controls to dashboard users. :::{note} @@ -179,5 +179,5 @@ Currently, only **Options lists** with static values are supported for ES|QL-bas Remove controls from your dashboard. -1. Hover over the control you want to remove, then click ![The Remove control icon that removes the control from the dashboard](../../images/kibana-dashboard_controlsRemoveControl_8.3.0.png ""). +1. Hover over the control you want to remove, then click ![The Remove control icon that removes the control from the dashboard](/explore-analyze/images/kibana-dashboard_controlsRemoveControl_8.3.0.png ""). 2. On the **Delete control?** window, click **Delete**. diff --git a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md index 178a3c49d..2f623c9c1 100644 --- a/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md +++ b/explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md @@ -12,7 +12,7 @@ In this tutorial, you’ll use the ecommerce sample data to analyze sales trends When you’re done, you’ll have a complete overview of the sample web logs data. -:::{image} ../../images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png +:::{image} /explore-analyze/images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png :alt: Final dashboard with eCommerce sample data :screenshot: ::: @@ -47,7 +47,7 @@ To analyze the data with a custom time interval, create a bar chart that shows y 2. To zoom in on the data, click and drag your cursor across the bars. - :::{image} ../../images/kibana-lens_clickAndDragZoom_7.16.gif + :::{image} /explore-analyze/images/kibana-lens_clickAndDragZoom_7.16.gif :alt: Cursor clicking and dragging across the bars to zoom in on the data :screenshot: ::: @@ -82,7 +82,7 @@ To identify the 75th percentile of orders, add a reference line: 4. Click **Close**. - :::{image} ../../images/kibana-lens_barChartCustomTimeInterval_8.3.png + :::{image} /explore-analyze/images/kibana-lens_barChartCustomTimeInterval_8.3.png :alt: Orders per day :screenshot: ::: @@ -110,7 +110,7 @@ To copy a function, you drag it to the **Add or drag-and-drop a field** area wit 1. Drag the **95th** field to **Add or drag-and-drop a field** for **Vertical axis**. - :::{image} ../../images/drag-and-drop-a-field-8.16.0.gif + :::{image} /explore-analyze/images/drag-and-drop-a-field-8.16.0.gif :alt: Easily duplicate the items with drag and drop :screenshot: ::: @@ -120,7 +120,7 @@ To copy a function, you drag it to the **Add or drag-and-drop a field** area wit 4. To create the `50th` and `10th` percentiles, repeat the duplication steps. 5. Open the **Left Axis** menu, select **Custom** from the **Axis title** dropdown, then enter `Percentiles for product prices` in the **Axis title** field. - :::{image} ../../images/kibana-lens_lineChartMultipleDataSeries_7.16.png + :::{image} /explore-analyze/images/kibana-lens_lineChartMultipleDataSeries_7.16.png :alt: Percentiles for product prices chart :screenshot: ::: @@ -153,14 +153,14 @@ Add a layer to display the customer traffic: 2. In the **Series color** field, enter `#D36086`. 3. Click **Right** for the **Axis side**, then click **Close**. - :::{image} ../../images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png + :::{image} /explore-analyze/images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png :alt: Number of customers area chart in Lens ::: 4. From the **Available fields** list, drag **order_date** to the **Horizontal Axis** field in the second layer. 5. To change the position of the legend, open the **Legend** menu, then select the **Alignment** arrow that points up. - :::{image} ../../images/kibana-lens_mixedXYChart_7.16.png + :::{image} /explore-analyze/images/kibana-lens_mixedXYChart_7.16.png :alt: Layer visualization type menu :screenshot: ::: @@ -200,7 +200,7 @@ For each order category, create a filter: 6. Click **Close**. 7. Open the **Legend** menu, then select the **Alignment** arrow that points up. - :::{image} ../../images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png + :::{image} /explore-analyze/images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png :alt: Prices share by category :screenshot: ::: @@ -236,7 +236,7 @@ Filter the results to display the data for only Saturday and Sunday: 4. Click **Close**. 5. Open the **Legend** menu, then click **Hide** next to **Display**. - :::{image} ../../images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png + :::{image} /explore-analyze/images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png :alt: Area chart with cumulative sum of orders made on the weekend :screenshot: :width: 50% @@ -339,7 +339,7 @@ Now that you have a complete overview of your eCommerce sales data, save the das 3. Select **Store time with dashboard**. 4. Click **Save**. -:::{image} ../../images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png +:::{image} /explore-analyze/images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png :alt: Final dashboard with eCommerce sample data :screenshot: ::: diff --git a/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md b/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md index f1944a605..e9be101b1 100644 --- a/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md +++ b/explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md @@ -12,7 +12,7 @@ Learn the most common ways to create a dashboard from your own data. The tutoria When you’re done, you’ll have a complete overview of the sample web logs data. -:::{image} ../../images/kibana-lens_logsDashboard_8.4.0.png +:::{image} /explore-analyze/images/kibana-lens_logsDashboard_8.4.0.png :alt: Logs dashboard :screenshot: ::: @@ -35,7 +35,7 @@ Open the visualization editor, then make sure the correct fields appear. 1. On the dashboard, click **Create visualization**. 2. Make sure the **{{kib}} Sample Data Logs** {{data-source}} appears. - :::{image} ../../images/kibana-lens_dataViewDropDown_8.4.0.png + :::{image} /explore-analyze/images/kibana-lens_dataViewDropDown_8.4.0.png :alt: Data view dropdown :screenshot: ::: @@ -66,14 +66,14 @@ The only number function that you can use with **clientip** is **Unique count**, 1. Open the **Visualization type** dropdown, then select **Metric**. - :::{image} ../../images/kibana-visualization-type-dropdown-8.16.0.png + :::{image} /explore-analyze/images/kibana-visualization-type-dropdown-8.16.0.png :alt: Visualization type dropdown :screenshot: ::: 2. From the **Available fields** list, drag **clientip** to the workspace or layer pane. - :::{image} ../../images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png + :::{image} /explore-analyze/images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png :alt: Metric visualization of the clientip field :screenshot: ::: @@ -125,7 +125,7 @@ To save space on the dashboard, hide the axis labels. 1. Open the **Left axis** menu, then select **None** from the **Axis title** dropdown. - :::{image} ../../images/kibana-line-chart-left-axis-8.16.0.png + :::{image} /explore-analyze/images/kibana-line-chart-left-axis-8.16.0.png :alt: Left axis menu :screenshot: :width: 50% @@ -133,7 +133,7 @@ To save space on the dashboard, hide the axis labels. 2. Open the **Bottom axis** menu, then select **None** from the **Axis title** dropdown. - :::{image} ../../images/kibana-line-chart-bottom-axis-8.16.0.png + :::{image} /explore-analyze/images/kibana-line-chart-bottom-axis-8.16.0.png :alt: Bottom axis menu :screenshot: :width: 50% @@ -146,7 +146,7 @@ Since you removed the axis labels, add a panel title: 1. Hover over the panel and click ![Settings icon](/explore-analyze/images/kibana-settings-icon-hover-action.png ""). The **Settings** flyout appears. 2. In the **Title** field, enter `Median of bytes`, then click **Apply**. - :::{image} ../../images/kibana-lens_lineChartMetricOverTime_8.4.0.png + :::{image} /explore-analyze/images/kibana-lens_lineChartMetricOverTime_8.4.0.png :alt: Line chart that displays metric data over time :screenshot: :width: 50% @@ -167,7 +167,7 @@ The **Top values** function ranks the unique values of a field by another functi 3. Drag **request.keyword** to the workspace. - :::{image} ../../images/kibana-tutorial-top-values-of-field-8.16.0.png + :::{image} /explore-analyze/images/kibana-tutorial-top-values-of-field-8.16.0.png :alt: Vertical bar chart with top values of request.keyword by most unique visitors :screenshot: :width: 50% @@ -180,7 +180,7 @@ The chart labels are unable to display because the **request.keyword** field con 1. Open the **Visualization type** dropdown, then select **Table**. - :::{image} ../../images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png + :::{image} /explore-analyze/images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png :alt: Table with top values of request.keyword by most unique visitors :screenshot: :width: 50% @@ -192,7 +192,7 @@ The chart labels are unable to display because the **request.keyword** field con 2. In the **Name** field, enter `Page URL`. 3. Click **Close**. - :::{image} ../../images/kibana-lens_tableTopFieldValues_7.16.png + :::{image} /explore-analyze/images/kibana-lens_tableTopFieldValues_7.16.png :alt: Table that displays the top field values :screenshot: :width: 50% @@ -240,7 +240,7 @@ To display the values as a percentage of the sum of all values, use the **Pie** 1. Open the **Visualization Type** dropdown, then select **Pie**. - :::{image} ../../images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png + :::{image} /explore-analyze/images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png :alt: Pie chart that compares a subset of documents to all documents :screenshot: :width: 50% @@ -269,7 +269,7 @@ The distribution of a number can help you find patterns. For example, you can an 4. From the **Available fields** list, drag **hour_of_day** to **Horizontal axis** field in the layer pane. 5. In the layer pane, click **hour_of_day**, then slide the **Intervals granularity** slider until the horizontal axis displays hourly intervals. - :::{image} ../../images/kibana-lens_barChartDistributionOfNumberField_7.16.png + :::{image} /explore-analyze/images/kibana-lens_barChartDistributionOfNumberField_7.16.png :alt: Bar chart that displays the distribution of a number field :screenshot: :width: 60% @@ -329,7 +329,7 @@ Remove the documents that do not match the filter criteria: 1. In the layer pane, click **Top 3 values of geo.srcdest**. 2. Click **Advanced**, deselect **Group other values as "Other"**, then click **Close**. - :::{image} ../../images/kibana-lens_treemapMultiLevelChart_7.16.png + :::{image} /explore-analyze/images/kibana-lens_treemapMultiLevelChart_7.16.png :alt: Treemap visualization :screenshot: :width: 50% @@ -354,7 +354,7 @@ Decrease the size of the following panels, then move the panels to the first row * **Sum of bytes from large requests** * **Website traffic** - :::{image} ../../images/kibana-lens_logsDashboard_8.4.0.png + :::{image} /explore-analyze/images/kibana-lens_logsDashboard_8.4.0.png :alt: Logs dashboard :screenshot: ::: diff --git a/explore-analyze/dashboards/create-dashboard.md b/explore-analyze/dashboards/create-dashboard.md index 244924ea0..9068c2f69 100644 --- a/explore-analyze/dashboards/create-dashboard.md +++ b/explore-analyze/dashboards/create-dashboard.md @@ -20,7 +20,7 @@ mapped_pages: * **Add from library**. Select existing content that has already been configured and saved to the **Visualize Library**. * [**Controls**](add-controls.md). Add controls to help filter the content of your dashboard. - ![Options to add content to your dashboard](../../images/kibana-add_content_to_dashboard_8.15.0.png "title =60%") + ![Options to add content to your dashboard](/explore-analyze/images/kibana-add_content_to_dashboard_8.15.0.png "title =60%") 4. Organize your dashboard by [organizing the various panels](arrange-panels.md). 5. Define the main settings of your dashboard from the **Settings** menu located in the toolbar. diff --git a/explore-analyze/dashboards/drilldowns.md b/explore-analyze/dashboards/drilldowns.md index 02269819e..5cd310353 100644 --- a/explore-analyze/dashboards/drilldowns.md +++ b/explore-analyze/dashboards/drilldowns.md @@ -26,7 +26,7 @@ Dashboard drilldowns enable you to open a dashboard from another dashboard, taki For example, if you have a dashboard that shows the logs and metrics for multiple data centers, you can create a drilldown that navigates from the dashboard that shows multiple data centers, to a dashboard that shows a single data center or server. -![Drilldown on data table that navigates to another dashboard](../../images/kibana-dashboard_drilldownOnDataTable_8.3.gif "") +![Drilldown on data table that navigates to another dashboard](/explore-analyze/images/kibana-dashboard_drilldownOnDataTable_8.3.gif "") The panels you create using the following editors support dashboard drilldowns: @@ -70,7 +70,7 @@ Create a drilldown that opens the **Detailed logs** dashboard from the **[Logs] 3. Save the dashboard. 4. In the data table panel, hover over a value, click **+**, then select `View details`. - :::{image} ../../images/kibana-dashboard_drilldownOnPanel_8.3.png + :::{image} /explore-analyze/images/kibana-dashboard_drilldownOnPanel_8.3.png :alt: Drilldown on data table that navigates to another dashboard :screenshot: ::: @@ -81,7 +81,7 @@ Create a drilldown that opens the **Detailed logs** dashboard from the **[Logs] URL drilldowns enable you to navigate from a dashboard to external websites. Destination URLs can be dynamic, depending on the dashboard context or user interaction with a panel. To create URL drilldowns, you add [variables](/explore-analyze/dashboards/drilldowns.md) to a URL template, which configures the behavior of the drilldown. All panels that you create with the visualization editors support dashboard drilldowns. -![Drilldown on pie chart that navigates to Github](../../images/kibana-dashboard_urlDrilldownGoToGitHub_8.3.gif "") +![Drilldown on pie chart that navigates to Github](/explore-analyze/images/kibana-dashboard_urlDrilldownGoToGitHub_8.3.gif "") Some panels support multiple interactions, also known as triggers. The [variables](#url-template-variable) you use to create a [URL template](#url-templating-language) depends on the trigger you choose. URL drilldowns support these types of triggers: @@ -123,11 +123,11 @@ For example, if you have a dashboard that shows data from a Github repository, y 7. Save the dashboard. 8. On the donut chart panel, click any chart slice, then select **Show on Github**. - ![URL drilldown popup](../../images/kibana-dashboard_urlDrilldownPopup_8.3.png "") + ![URL drilldown popup](/explore-analyze/images/kibana-dashboard_urlDrilldownPopup_8.3.png "") 9. In the list of {{kib}} repository issues, verify that the slice value appears. - ![Open ios issues in the elastic/kibana repository on Github](../../images/kibana-dashboard_urlDrilldownGithub_8.3.png "") + ![Open ios issues in the elastic/kibana repository on Github](/explore-analyze/images/kibana-dashboard_urlDrilldownGithub_8.3.png "") @@ -137,7 +137,7 @@ Discover drilldowns enable you to open **Discover** from a **Lens** dashboard pa For example, when you create a Discover drilldown for a pie chart, you can click a slice in the pie chart, and only the documents for the slice appear in **Discover**. -![Drilldown on bar vertical stacked chart that navigates to Discover](../../images/kibana-dashboard_discoverDrilldown_8.3.gif "") +![Drilldown on bar vertical stacked chart that navigates to Discover](/explore-analyze/images/kibana-dashboard_discoverDrilldown_8.3.gif "") ::::{note} Discover drilldowns are supported only by **Lens** panels. To open all of the **Lens** dashboard panel data in **Discover**, check [Open panel data in Discover](../visualize/manage-panels.md#explore-the-underlying-documents). @@ -156,7 +156,7 @@ Create a drilldown that opens **Discover** from the [**Sample web logs**](../ind 5. Click **Create drilldown**. 6. Save the dashboard. 7. On the **[Logs] Bytes distribution** bar vertical stacked chart, click a bar, then select **View bytes distribution in Discover**. - :::{image} ../../images/kibana-dashboard_discoverDrilldown_8.3.png + :::{image} /explore-analyze/images/kibana-dashboard_discoverDrilldown_8.3.png :alt: Drilldown on bar vertical stacked chart that navigates to Discover :screenshot: ::: diff --git a/explore-analyze/dashboards/duplicate-dashboards.md b/explore-analyze/dashboards/duplicate-dashboards.md index 6c69af7b9..2948aee93 100644 --- a/explore-analyze/dashboards/duplicate-dashboards.md +++ b/explore-analyze/dashboards/duplicate-dashboards.md @@ -17,7 +17,7 @@ You will be redirected to the duplicated dashboard. To duplicate a managed dashboard, follow the instructions above or click the **Managed** badge in the toolbar. Then click **Duplicate** in the dialogue that appears. -:::{image} ../../images/kibana-managed-dashboard-popover-8.16.0.png +:::{image} /explore-analyze/images/kibana-managed-dashboard-popover-8.16.0.png :alt: Managed badge dialog with Duplicate button :screenshot: :width: 50% diff --git a/explore-analyze/dashboards/managing.md b/explore-analyze/dashboards/managing.md index 51512e0a8..fccddc0a3 100644 --- a/explore-analyze/dashboards/managing.md +++ b/explore-analyze/dashboards/managing.md @@ -58,7 +58,7 @@ The list of starred dashboards is personal. Dashboards marked as favorite by oth You can check how much a dashboard is being used by clicking its **View details** icon in your list of dashboards. -![View details icon in the list of dashboards](../../images/kibana-view-details-dashboards-8.16.0.png "") +![View details icon in the list of dashboards](/explore-analyze/images/kibana-view-details-dashboards-8.16.0.png "") These details include a graph showing the total number of views during the last 90 days. diff --git a/explore-analyze/dashboards/using.md b/explore-analyze/dashboards/using.md index 125dafe0c..14441e2bf 100644 --- a/explore-analyze/dashboards/using.md +++ b/explore-analyze/dashboards/using.md @@ -26,7 +26,7 @@ This section shows the most common ways for you to filter dashboard data. For mo Use filter pills to focus in on the specific data you want. -:::{image} ../../images/kibana-dashboard_filter_pills_8.15.0.png +:::{image} /explore-analyze/images/kibana-dashboard_filter_pills_8.15.0.png :alt: Filter pills :screenshot: ::: @@ -36,7 +36,7 @@ Use filter pills to focus in on the specific data you want. You can interact with some panel visualizations to explore specific data more in depth. Upon clicking, filter pills are added and applied to the entire dashboard, so that surrounding panels and visualizations also reflect your browsing. -:::{image} ../../images/add-filter-pills-8.17.gif +:::{image} /explore-analyze/images/add-filter-pills-8.17.gif :alt: Browsing a chart creates a filter dynamically ::: @@ -107,10 +107,10 @@ Filter the data with one or more options that you select. * To display only the data for the options you selected, select **Include**. * To exclude the data for the options you selected, select **Exclude**. -4. To clear the selections, click ![The icon to clear all selected options in the Options list](../../images/kibana-dashboard_controlsClearSelections_8.3.0.png ""). -5. To display only the options you selected in the dropdown, click ![The icon to display only the options you have selected in the Options list](../../images/kibana-dashboard_showOnlySelectedOptions_8.3.0.png ""). +4. To clear the selections, click ![The icon to clear all selected options in the Options list](/explore-analyze/images/kibana-dashboard_controlsClearSelections_8.3.0.png ""). +5. To display only the options you selected in the dropdown, click ![The icon to display only the options you have selected in the Options list](/explore-analyze/images/kibana-dashboard_showOnlySelectedOptions_8.3.0.png ""). -:::{image} ../../images/kibana-dashboard_controlsOptionsList_8.7.0.png +:::{image} /explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png :alt: Options list control :screenshot: ::: @@ -125,9 +125,9 @@ Filter the data within a specified range of values. The dashboard displays only the data for the range of values you specified. -3. To clear the specified values, click ![The icon to clear all specified values in the Range slider](../../images/kibana-dashboard_controlsClearSelections_8.3.0.png ""). +3. To clear the specified values, click ![The icon to clear all specified values in the Range slider](/explore-analyze/images/kibana-dashboard_controlsClearSelections_8.3.0.png ""). -:::{image} ../../images/kibana-dashboard_controlsRangeSlider_8.3.0.png +:::{image} /explore-analyze/images/kibana-dashboard_controlsRangeSlider_8.3.0.png :alt: Range slider control :screenshot: ::: @@ -138,12 +138,12 @@ Filter the data within a specified range of values. Filter the data within a specified range of time. 1. To view a different time range, click the time slider, then move the sliders to specify the time range you want to display. -2. To advance the time range forward, click ![The icon to advance the time range forward](../../images/kibana-dashboard_timeSliderControl_advanceForward_8.5.0.png ""). -3. To advance the time range backward, click ![The icon to advance the time range backward](../../images/kibana-dashboard_timeSliderControl_advanceBackward_8.5.0.png ""). -4. To animate the data changes over time, click ![The icon to clear all specified values in the Range slider](../../images/kibana-dashboard_timeSliderControl_animate_8.5.0.png ""). -5. To clear the specified values, click ![The icon to clear all specified values in the Range slider](../../images/kibana-dashboard_controlsClearSelections_8.3.0.png ""). +2. To advance the time range forward, click ![The icon to advance the time range forward](/explore-analyze/images/kibana-dashboard_timeSliderControl_advanceForward_8.5.0.png ""). +3. To advance the time range backward, click ![The icon to advance the time range backward](/explore-analyze/images/kibana-dashboard_timeSliderControl_advanceBackward_8.5.0.png ""). +4. To animate the data changes over time, click ![The icon to clear all specified values in the Range slider](/explore-analyze/images/kibana-dashboard_timeSliderControl_animate_8.5.0.png ""). +5. To clear the specified values, click ![The icon to clear all specified values in the Range slider](/explore-analyze/images/kibana-dashboard_controlsClearSelections_8.3.0.png ""). -:::{image} ../../images/dashboard_timeslidercontrol_8.17.0.gif +:::{image} /explore-analyze/images/dashboard_timeslidercontrol_8.17.0.gif :alt: Time slider control :screenshot: ::: diff --git a/explore-analyze/discover/try-esql.md b/explore-analyze/discover/try-esql.md index c7299e41b..7aafac0a5 100644 --- a/explore-analyze/discover/try-esql.md +++ b/explore-analyze/discover/try-esql.md @@ -73,7 +73,7 @@ Let’s add `geo.dest` to our query, to find out the geographical destination of ::::{note} When you don’t specify any specific fields to retain using `KEEP`, the visualization isn’t broken down automatically. Instead, an additional option appears above the visualization and lets you select a field manually. :::: - ![An image of the extended query result](../../images/kibana-esql-limit.png "") + ![An image of the extended query result](/explore-analyze/images/kibana-esql-limit.png "") We will now take it a step further to sort the data by machine ram and filter out the `GB` destination. @@ -90,7 +90,7 @@ We will now take it a step further to sort the data by machine ram and filter ou 2. Click **▶Run** again. The table and visualization no longer show results for which the `geo.dest` field value is "GB", and the results are now sorted in descending order in the table based on the `machine.ram` field. - ![An image of the full query result](../../images/kibana-esql-full-query.png "") + ![An image of the full query result](/explore-analyze/images/kibana-esql-full-query.png "") 3. Click **Save** to save the query and visualization to a dashboard. @@ -117,7 +117,7 @@ FROM kibana_sample_data_ecommerce | KEEP customer_first_name, email, products._id.keyword ``` -:::{image} ../../images/kibana-esql-no-time-series.png +:::{image} /explore-analyze/images/kibana-esql-no-time-series.png :alt: ESQL query without time series capabilities enabled ::: @@ -128,7 +128,7 @@ FROM kibana_sample_data_ecommerce | WHERE order_date >= ?_tstart and order_date <= ?_tend ``` -:::{image} ../../images/kibana-esql-custom-time-series.png +:::{image} /explore-analyze/images/kibana-esql-custom-time-series.png :alt: ESQL query with a custom time field enabled ::: diff --git a/explore-analyze/find-and-organize/data-views.md b/explore-analyze/find-and-organize/data-views.md index b0fcb631a..4ed0d024a 100644 --- a/explore-analyze/find-and-organize/data-views.md +++ b/explore-analyze/find-and-organize/data-views.md @@ -215,7 +215,7 @@ To add runtime fields to your data views, open the data view you want to change, * To view the other available fields, use the **Document ID** arrows. * To filter the fields list, enter the keyword in **Filter fields**. - * To pin frequently used fields to the top of the list, hover over the field, then click ![Icon to pin field to the top of the list](../../images/kibana-stackManagement-indexPatterns-pinRuntimeField-7.15.png ""). + * To pin frequently used fields to the top of the list, hover over the field, then click ![Icon to pin field to the top of the list](/explore-analyze/images/kibana-stackManagement-indexPatterns-pinRuntimeField-7.15.png ""). 7. Click **Create field**. diff --git a/images/add-filter-pills-8.17.gif b/explore-analyze/images/add-filter-pills-8.17.gif similarity index 100% rename from images/add-filter-pills-8.17.gif rename to explore-analyze/images/add-filter-pills-8.17.gif diff --git a/images/dashboard_timeslidercontrol_8.17.0.gif b/explore-analyze/images/dashboard_timeslidercontrol_8.17.0.gif similarity index 100% rename from images/dashboard_timeslidercontrol_8.17.0.gif rename to explore-analyze/images/dashboard_timeslidercontrol_8.17.0.gif diff --git a/images/drag-and-drop-a-field-8.16.0.gif b/explore-analyze/images/drag-and-drop-a-field-8.16.0.gif similarity index 100% rename from images/drag-and-drop-a-field-8.16.0.gif rename to explore-analyze/images/drag-and-drop-a-field-8.16.0.gif diff --git a/images/kibana-add_content_to_dashboard_8.15.0.png b/explore-analyze/images/kibana-add_content_to_dashboard_8.15.0.png similarity index 100% rename from images/kibana-add_content_to_dashboard_8.15.0.png rename to explore-analyze/images/kibana-add_content_to_dashboard_8.15.0.png diff --git a/images/kibana-aggBased_barChartTutorial1_8.4.png b/explore-analyze/images/kibana-aggBased_barChartTutorial1_8.4.png similarity index 100% rename from images/kibana-aggBased_barChartTutorial1_8.4.png rename to explore-analyze/images/kibana-aggBased_barChartTutorial1_8.4.png diff --git a/images/kibana-aggBased_barChartTutorial2_8.4.png b/explore-analyze/images/kibana-aggBased_barChartTutorial2_8.4.png similarity index 100% rename from images/kibana-aggBased_barChartTutorial2_8.4.png rename to explore-analyze/images/kibana-aggBased_barChartTutorial2_8.4.png diff --git a/images/kibana-canvas_logWebTrafficWorkpadTemplate_7.17.0.png b/explore-analyze/images/kibana-canvas_logWebTrafficWorkpadTemplate_7.17.0.png similarity index 100% rename from images/kibana-canvas_logWebTrafficWorkpadTemplate_7.17.0.png rename to explore-analyze/images/kibana-canvas_logWebTrafficWorkpadTemplate_7.17.0.png diff --git a/images/kibana-canvas_tutorialCustomChart_7.17.0.png b/explore-analyze/images/kibana-canvas_tutorialCustomChart_7.17.0.png similarity index 100% rename from images/kibana-canvas_tutorialCustomChart_7.17.0.png rename to explore-analyze/images/kibana-canvas_tutorialCustomChart_7.17.0.png diff --git a/images/kibana-canvas_tutorialCustomImage_7.17.0.png b/explore-analyze/images/kibana-canvas_tutorialCustomImage_7.17.0.png similarity index 100% rename from images/kibana-canvas_tutorialCustomImage_7.17.0.png rename to explore-analyze/images/kibana-canvas_tutorialCustomImage_7.17.0.png diff --git a/images/kibana-canvas_tutorialCustomMetric_7.17.0.png b/explore-analyze/images/kibana-canvas_tutorialCustomMetric_7.17.0.png similarity index 100% rename from images/kibana-canvas_tutorialCustomMetric_7.17.0.png rename to explore-analyze/images/kibana-canvas_tutorialCustomMetric_7.17.0.png diff --git a/images/kibana-dashboard-add-control-8.15.0.png b/explore-analyze/images/kibana-dashboard-add-control-8.15.0.png similarity index 100% rename from images/kibana-dashboard-add-control-8.15.0.png rename to explore-analyze/images/kibana-dashboard-add-control-8.15.0.png diff --git a/images/kibana-dashboard-add-time-slider-control-8.15.0.png b/explore-analyze/images/kibana-dashboard-add-time-slider-control-8.15.0.png similarity index 100% rename from images/kibana-dashboard-add-time-slider-control-8.15.0.png rename to explore-analyze/images/kibana-dashboard-add-time-slider-control-8.15.0.png diff --git a/images/kibana-dashboard-controls-settings-8.15.0.png b/explore-analyze/images/kibana-dashboard-controls-settings-8.15.0.png similarity index 100% rename from images/kibana-dashboard-controls-settings-8.15.0.png rename to explore-analyze/images/kibana-dashboard-controls-settings-8.15.0.png diff --git a/images/kibana-dashboard_addImageEditor_8.7.0.png b/explore-analyze/images/kibana-dashboard_addImageEditor_8.7.0.png similarity index 100% rename from images/kibana-dashboard_addImageEditor_8.7.0.png rename to explore-analyze/images/kibana-dashboard_addImageEditor_8.7.0.png diff --git a/images/kibana-dashboard_controlsClearSelections_8.3.0.png b/explore-analyze/images/kibana-dashboard_controlsClearSelections_8.3.0.png similarity index 100% rename from images/kibana-dashboard_controlsClearSelections_8.3.0.png rename to explore-analyze/images/kibana-dashboard_controlsClearSelections_8.3.0.png diff --git a/images/kibana-dashboard_controlsEditControl_8.3.0.png b/explore-analyze/images/kibana-dashboard_controlsEditControl_8.3.0.png similarity index 100% rename from images/kibana-dashboard_controlsEditControl_8.3.0.png rename to explore-analyze/images/kibana-dashboard_controlsEditControl_8.3.0.png diff --git a/images/kibana-dashboard_controlsOptionsList_8.7.0.png b/explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png similarity index 100% rename from images/kibana-dashboard_controlsOptionsList_8.7.0.png rename to explore-analyze/images/kibana-dashboard_controlsOptionsList_8.7.0.png diff --git a/images/kibana-dashboard_controlsRangeSlider_8.3.0.png b/explore-analyze/images/kibana-dashboard_controlsRangeSlider_8.3.0.png similarity index 100% rename from images/kibana-dashboard_controlsRangeSlider_8.3.0.png rename to explore-analyze/images/kibana-dashboard_controlsRangeSlider_8.3.0.png diff --git a/images/kibana-dashboard_controlsRemoveControl_8.3.0.png b/explore-analyze/images/kibana-dashboard_controlsRemoveControl_8.3.0.png similarity index 100% rename from images/kibana-dashboard_controlsRemoveControl_8.3.0.png rename to explore-analyze/images/kibana-dashboard_controlsRemoveControl_8.3.0.png diff --git a/images/kibana-dashboard_discoverDrilldown_8.3.gif b/explore-analyze/images/kibana-dashboard_discoverDrilldown_8.3.gif similarity index 100% rename from images/kibana-dashboard_discoverDrilldown_8.3.gif rename to explore-analyze/images/kibana-dashboard_discoverDrilldown_8.3.gif diff --git a/images/kibana-dashboard_discoverDrilldown_8.3.png b/explore-analyze/images/kibana-dashboard_discoverDrilldown_8.3.png similarity index 100% rename from images/kibana-dashboard_discoverDrilldown_8.3.png rename to explore-analyze/images/kibana-dashboard_discoverDrilldown_8.3.png diff --git a/images/kibana-dashboard_drilldownOnDataTable_8.3.gif b/explore-analyze/images/kibana-dashboard_drilldownOnDataTable_8.3.gif similarity index 100% rename from images/kibana-dashboard_drilldownOnDataTable_8.3.gif rename to explore-analyze/images/kibana-dashboard_drilldownOnDataTable_8.3.gif diff --git a/images/kibana-dashboard_drilldownOnPanel_8.3.png b/explore-analyze/images/kibana-dashboard_drilldownOnPanel_8.3.png similarity index 100% rename from images/kibana-dashboard_drilldownOnPanel_8.3.png rename to explore-analyze/images/kibana-dashboard_drilldownOnPanel_8.3.png diff --git a/images/kibana-dashboard_filter_pills_8.15.0.png b/explore-analyze/images/kibana-dashboard_filter_pills_8.15.0.png similarity index 100% rename from images/kibana-dashboard_filter_pills_8.15.0.png rename to explore-analyze/images/kibana-dashboard_filter_pills_8.15.0.png diff --git a/images/kibana-dashboard_showOnlySelectedOptions_8.3.0.png b/explore-analyze/images/kibana-dashboard_showOnlySelectedOptions_8.3.0.png similarity index 100% rename from images/kibana-dashboard_showOnlySelectedOptions_8.3.0.png rename to explore-analyze/images/kibana-dashboard_showOnlySelectedOptions_8.3.0.png diff --git a/images/kibana-dashboard_timeSliderControl_advanceBackward_8.5.0.png b/explore-analyze/images/kibana-dashboard_timeSliderControl_advanceBackward_8.5.0.png similarity index 100% rename from images/kibana-dashboard_timeSliderControl_advanceBackward_8.5.0.png rename to explore-analyze/images/kibana-dashboard_timeSliderControl_advanceBackward_8.5.0.png diff --git a/images/kibana-dashboard_timeSliderControl_advanceForward_8.5.0.png b/explore-analyze/images/kibana-dashboard_timeSliderControl_advanceForward_8.5.0.png similarity index 100% rename from images/kibana-dashboard_timeSliderControl_advanceForward_8.5.0.png rename to explore-analyze/images/kibana-dashboard_timeSliderControl_advanceForward_8.5.0.png diff --git a/images/kibana-dashboard_timeSliderControl_animate_8.5.0.png b/explore-analyze/images/kibana-dashboard_timeSliderControl_animate_8.5.0.png similarity index 100% rename from images/kibana-dashboard_timeSliderControl_animate_8.5.0.png rename to explore-analyze/images/kibana-dashboard_timeSliderControl_animate_8.5.0.png diff --git a/images/kibana-dashboard_urlDrilldownGithub_8.3.png b/explore-analyze/images/kibana-dashboard_urlDrilldownGithub_8.3.png similarity index 100% rename from images/kibana-dashboard_urlDrilldownGithub_8.3.png rename to explore-analyze/images/kibana-dashboard_urlDrilldownGithub_8.3.png diff --git a/images/kibana-dashboard_urlDrilldownGoToGitHub_8.3.gif b/explore-analyze/images/kibana-dashboard_urlDrilldownGoToGitHub_8.3.gif similarity index 100% rename from images/kibana-dashboard_urlDrilldownGoToGitHub_8.3.gif rename to explore-analyze/images/kibana-dashboard_urlDrilldownGoToGitHub_8.3.gif diff --git a/images/kibana-dashboard_urlDrilldownPopup_8.3.png b/explore-analyze/images/kibana-dashboard_urlDrilldownPopup_8.3.png similarity index 100% rename from images/kibana-dashboard_urlDrilldownPopup_8.3.png rename to explore-analyze/images/kibana-dashboard_urlDrilldownPopup_8.3.png diff --git a/images/kibana-esql-custom-time-series.png b/explore-analyze/images/kibana-esql-custom-time-series copy.png similarity index 100% rename from images/kibana-esql-custom-time-series.png rename to explore-analyze/images/kibana-esql-custom-time-series copy.png diff --git a/images/kibana-esql-full-query.png b/explore-analyze/images/kibana-esql-full-query copy.png similarity index 100% rename from images/kibana-esql-full-query.png rename to explore-analyze/images/kibana-esql-full-query copy.png diff --git a/images/kibana-esql-limit.png b/explore-analyze/images/kibana-esql-limit copy.png similarity index 100% rename from images/kibana-esql-limit.png rename to explore-analyze/images/kibana-esql-limit copy.png diff --git a/images/kibana-esql-no-time-series.png b/explore-analyze/images/kibana-esql-no-time-series copy.png similarity index 100% rename from images/kibana-esql-no-time-series.png rename to explore-analyze/images/kibana-esql-no-time-series copy.png diff --git a/images/kibana-legend-popover-8.16.0.png b/explore-analyze/images/kibana-legend-popover-8.16.0.png similarity index 100% rename from images/kibana-legend-popover-8.16.0.png rename to explore-analyze/images/kibana-legend-popover-8.16.0.png diff --git a/images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png b/explore-analyze/images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png similarity index 100% rename from images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png rename to explore-analyze/images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png diff --git a/images/kibana-lens_annotationDateIcon_8.6.0.png b/explore-analyze/images/kibana-lens_annotationDateIcon_8.6.0.png similarity index 100% rename from images/kibana-lens_annotationDateIcon_8.6.0.png rename to explore-analyze/images/kibana-lens_annotationDateIcon_8.6.0.png diff --git a/images/kibana-lens_annotations_8.2.0.png b/explore-analyze/images/kibana-lens_annotations_8.2.0.png similarity index 100% rename from images/kibana-lens_annotations_8.2.0.png rename to explore-analyze/images/kibana-lens_annotations_8.2.0.png diff --git a/images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png b/explore-analyze/images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png similarity index 100% rename from images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png rename to explore-analyze/images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png diff --git a/images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png b/explore-analyze/images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png similarity index 100% rename from images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png rename to explore-analyze/images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png diff --git a/images/kibana-lens_barChartCustomTimeInterval_8.3.png b/explore-analyze/images/kibana-lens_barChartCustomTimeInterval_8.3.png similarity index 100% rename from images/kibana-lens_barChartCustomTimeInterval_8.3.png rename to explore-analyze/images/kibana-lens_barChartCustomTimeInterval_8.3.png diff --git a/images/kibana-lens_barChartDistributionOfNumberField_7.16.png b/explore-analyze/images/kibana-lens_barChartDistributionOfNumberField_7.16.png similarity index 100% rename from images/kibana-lens_barChartDistributionOfNumberField_7.16.png rename to explore-analyze/images/kibana-lens_barChartDistributionOfNumberField_7.16.png diff --git a/images/kibana-lens_clickAndDragZoom_7.16.gif b/explore-analyze/images/kibana-lens_clickAndDragZoom_7.16.gif similarity index 100% rename from images/kibana-lens_clickAndDragZoom_7.16.gif rename to explore-analyze/images/kibana-lens_clickAndDragZoom_7.16.gif diff --git a/images/kibana-lens_dataViewDropDown_8.4.0.png b/explore-analyze/images/kibana-lens_dataViewDropDown_8.4.0.png similarity index 100% rename from images/kibana-lens_dataViewDropDown_8.4.0.png rename to explore-analyze/images/kibana-lens_dataViewDropDown_8.4.0.png diff --git a/images/kibana-lens_layerActions_8.5.0.png b/explore-analyze/images/kibana-lens_layerActions_8.5.0.png similarity index 100% rename from images/kibana-lens_layerActions_8.5.0.png rename to explore-analyze/images/kibana-lens_layerActions_8.5.0.png diff --git a/images/kibana-lens_lineChartMetricOverTime_8.4.0.png b/explore-analyze/images/kibana-lens_lineChartMetricOverTime_8.4.0.png similarity index 100% rename from images/kibana-lens_lineChartMetricOverTime_8.4.0.png rename to explore-analyze/images/kibana-lens_lineChartMetricOverTime_8.4.0.png diff --git a/images/kibana-lens_lineChartMultipleDataSeries_7.16.png b/explore-analyze/images/kibana-lens_lineChartMultipleDataSeries_7.16.png similarity index 100% rename from images/kibana-lens_lineChartMultipleDataSeries_7.16.png rename to explore-analyze/images/kibana-lens_lineChartMultipleDataSeries_7.16.png diff --git a/images/kibana-lens_logsDashboard_8.4.0.png b/explore-analyze/images/kibana-lens_logsDashboard_8.4.0.png similarity index 100% rename from images/kibana-lens_logsDashboard_8.4.0.png rename to explore-analyze/images/kibana-lens_logsDashboard_8.4.0.png diff --git a/images/kibana-lens_mixedXYChart_7.16.png b/explore-analyze/images/kibana-lens_mixedXYChart_7.16.png similarity index 100% rename from images/kibana-lens_mixedXYChart_7.16.png rename to explore-analyze/images/kibana-lens_mixedXYChart_7.16.png diff --git a/images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png b/explore-analyze/images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png similarity index 100% rename from images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png rename to explore-analyze/images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png diff --git a/images/kibana-lens_referenceLine_7.16.png b/explore-analyze/images/kibana-lens_referenceLine_7.16.png similarity index 100% rename from images/kibana-lens_referenceLine_7.16.png rename to explore-analyze/images/kibana-lens_referenceLine_7.16.png diff --git a/images/kibana-lens_saveAnnotationLayerButton_8.9.0.png b/explore-analyze/images/kibana-lens_saveAnnotationLayerButton_8.9.0.png similarity index 100% rename from images/kibana-lens_saveAnnotationLayerButton_8.9.0.png rename to explore-analyze/images/kibana-lens_saveAnnotationLayerButton_8.9.0.png diff --git a/images/kibana-lens_tableTopFieldValues_7.16.png b/explore-analyze/images/kibana-lens_tableTopFieldValues_7.16.png similarity index 100% rename from images/kibana-lens_tableTopFieldValues_7.16.png rename to explore-analyze/images/kibana-lens_tableTopFieldValues_7.16.png diff --git a/images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png b/explore-analyze/images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png similarity index 100% rename from images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png rename to explore-analyze/images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png diff --git a/images/kibana-lens_treemapMultiLevelChart_7.16.png b/explore-analyze/images/kibana-lens_treemapMultiLevelChart_7.16.png similarity index 100% rename from images/kibana-lens_treemapMultiLevelChart_7.16.png rename to explore-analyze/images/kibana-lens_treemapMultiLevelChart_7.16.png diff --git a/images/kibana-lens_visualizationModifierPopup_8.8.0.png b/explore-analyze/images/kibana-lens_visualizationModifierPopup_8.8.0.png similarity index 100% rename from images/kibana-lens_visualizationModifierPopup_8.8.0.png rename to explore-analyze/images/kibana-lens_visualizationModifierPopup_8.8.0.png diff --git a/images/kibana-line-chart-bottom-axis-8.16.0.png b/explore-analyze/images/kibana-line-chart-bottom-axis-8.16.0.png similarity index 100% rename from images/kibana-line-chart-bottom-axis-8.16.0.png rename to explore-analyze/images/kibana-line-chart-bottom-axis-8.16.0.png diff --git a/images/kibana-line-chart-left-axis-8.16.0.png b/explore-analyze/images/kibana-line-chart-left-axis-8.16.0.png similarity index 100% rename from images/kibana-line-chart-left-axis-8.16.0.png rename to explore-analyze/images/kibana-line-chart-left-axis-8.16.0.png diff --git a/images/kibana-managed-dashboard-popover-8.16.0.png b/explore-analyze/images/kibana-managed-dashboard-popover-8.16.0.png similarity index 100% rename from images/kibana-managed-dashboard-popover-8.16.0.png rename to explore-analyze/images/kibana-managed-dashboard-popover-8.16.0.png diff --git a/images/kibana-stackManagement-indexPatterns-pinRuntimeField-7.15.png b/explore-analyze/images/kibana-stackManagement-indexPatterns-pinRuntimeField-7.15.png similarity index 100% rename from images/kibana-stackManagement-indexPatterns-pinRuntimeField-7.15.png rename to explore-analyze/images/kibana-stackManagement-indexPatterns-pinRuntimeField-7.15.png diff --git a/images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png b/explore-analyze/images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png similarity index 100% rename from images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png rename to explore-analyze/images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png diff --git a/images/kibana-tutorial-top-values-of-field-8.16.0.png b/explore-analyze/images/kibana-tutorial-top-values-of-field-8.16.0.png similarity index 100% rename from images/kibana-tutorial-top-values-of-field-8.16.0.png rename to explore-analyze/images/kibana-tutorial-top-values-of-field-8.16.0.png diff --git a/images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png b/explore-analyze/images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png similarity index 100% rename from images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png rename to explore-analyze/images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png diff --git a/images/kibana-view-details-dashboards-8.16.0.png b/explore-analyze/images/kibana-view-details-dashboards-8.16.0.png similarity index 100% rename from images/kibana-view-details-dashboards-8.16.0.png rename to explore-analyze/images/kibana-view-details-dashboards-8.16.0.png diff --git a/images/kibana-visualization-type-dropdown-8.16.0.png b/explore-analyze/images/kibana-visualization-type-dropdown-8.16.0.png similarity index 100% rename from images/kibana-visualization-type-dropdown-8.16.0.png rename to explore-analyze/images/kibana-visualization-type-dropdown-8.16.0.png diff --git a/explore-analyze/visualize/canvas.md b/explore-analyze/visualize/canvas.md index 7a4e7baf3..02e5bfc5e 100644 --- a/explore-analyze/visualize/canvas.md +++ b/explore-analyze/visualize/canvas.md @@ -19,7 +19,7 @@ With **Canvas**, you can: * Pull your data directly from {{es}}, then show it off with charts, graphs, progress monitors, and more. * Focus the data you want to display with filters. -:::{image} ../../images/kibana-canvas_logWebTrafficWorkpadTemplate_7.17.0.png +:::{image} /explore-analyze/images/kibana-canvas_logWebTrafficWorkpadTemplate_7.17.0.png :alt: Logs Web Traffic workpad template ::: diff --git a/explore-analyze/visualize/canvas/canvas-tutorial.md b/explore-analyze/visualize/canvas/canvas-tutorial.md index 27377540d..dc2eb7c44 100644 --- a/explore-analyze/visualize/canvas/canvas-tutorial.md +++ b/explore-analyze/visualize/canvas/canvas-tutorial.md @@ -33,7 +33,7 @@ To customize your workpad to look the way you want, add your own images. 1. Click the Elastic logo. 2. Drag the image file to the **Select or drag and drop an image** field. - :::{image} ../../../images/kibana-canvas_tutorialCustomImage_7.17.0.png + :::{image} /explore-analyze/images/kibana-canvas_tutorialCustomImage_7.17.0.png :alt: The Analytics logo added to the workpad :screenshot: ::: @@ -76,7 +76,7 @@ Customize your data by connecting it to the Sample eCommerce orders data. 3. Click **Run**. -:::{image} ../../../images/kibana-canvas_tutorialCustomMetric_7.17.0.png +:::{image} /explore-analyze/images/kibana-canvas_tutorialCustomMetric_7.17.0.png :alt: The total sales metric added to the workpad using Elasticsearch SQL :screenshot: ::: @@ -104,7 +104,7 @@ To show what your data can do, add charts, graphs, progress monitors, and more t 3. From the **Y-axis** dropdown, select **Value**, then select **taxless_total_price**. -:::{image} ../../../images/kibana-canvas_tutorialCustomChart_7.17.0.png +:::{image} /explore-analyze/images/kibana-canvas_tutorialCustomChart_7.17.0.png :alt: Custom line chart added to the workpad using Elasticsearch SQL :screenshot: ::: @@ -120,7 +120,7 @@ To focus your data on a specific time range, add the time filter. % image doesn't exist (also broken in asciidoc /explore-analyze/visualize/canvas/canvas-tutorial.md#_show_how_your_data_changes_over_time) -% :::{image} ../../../images/kibana-canvas_tutorialCustomTimeFilter_7.17.0.png +% :::{image} /explore-analyze/images/kibana-canvas_tutorialCustomTimeFilter_7.17.0.png % :alt: Custom time filter added to the workpad % :screenshot: % ::: diff --git a/explore-analyze/visualize/image-panels.md b/explore-analyze/visualize/image-panels.md index 963ac42b4..55a207092 100644 --- a/explore-analyze/visualize/image-panels.md +++ b/explore-analyze/visualize/image-panels.md @@ -22,7 +22,7 @@ You can upload images from your computer, select previously uploaded images, or 2. In the **Add panel** flyout, select **Image**. The **Add image** flyout appears and lets you add and configure the image you want to display. 3. Add your image and configure the settings, and then click **Save**. -:::{image} ../../images/kibana-dashboard_addImageEditor_8.7.0.png +:::{image} /explore-analyze/images/kibana-dashboard_addImageEditor_8.7.0.png :alt: Add image editor :screenshot: ::: diff --git a/explore-analyze/visualize/legacy-editors/aggregation-based.md b/explore-analyze/visualize/legacy-editors/aggregation-based.md index f7094858d..070ff56c9 100644 --- a/explore-analyze/visualize/legacy-editors/aggregation-based.md +++ b/explore-analyze/visualize/legacy-editors/aggregation-based.md @@ -3,7 +3,7 @@ applies_to: stack: ga serverless: ga --- - + # Aggregation-based [add-aggregation-based-visualization-panels] Aggregation-based visualizations are the core {{kib}} panels, and are not optimized for a specific use case. @@ -103,7 +103,7 @@ To create the bar chart, add a [bucket aggregation](../supported-chart-types.md# 2. From the **Aggregation** dropdown, select **Date Histogram**. 3. Click **Update**. - ![Bar chart with sample logs data](../../../images/kibana-aggBased_barChartTutorial1_8.4.png "") + ![Bar chart with sample logs data](/explore-analyze/images/kibana-aggBased_barChartTutorial1_8.4.png "") 2. To show the top five log traffic sources, add a sub-bucket aggregation. @@ -116,7 +116,7 @@ To create the bar chart, add a [bucket aggregation](../supported-chart-types.md# 2. From the **Sub aggregation** dropdown, select **Terms**. 3. From the **Field** dropdown, select **geo.src**. 4. Click **Update**. - ![Bar chart with sample logs data](../../../images/kibana-aggBased_barChartTutorial2_8.4.png "") + ![Bar chart with sample logs data](/explore-analyze/images/kibana-aggBased_barChartTutorial2_8.4.png "") diff --git a/explore-analyze/visualize/lens.md b/explore-analyze/visualize/lens.md index 03947fce6..de7558d5e 100644 --- a/explore-analyze/visualize/lens.md +++ b/explore-analyze/visualize/lens.md @@ -66,7 +66,7 @@ Change the fields list to display a different {{data-source}}, different time ra * If the fields list is empty, change the [time filter](../query-filter/filtering.md). * To add fields, open the {{data-source}} dropdown, then select **Add a field to this {{data-source}}**. - ![Dropdown menu located next to {{data-source}} field with items for adding and managing fields](../../images/kibana-lens_dataViewDropDown_8.4.0.png "") + ![Dropdown menu located next to {{data-source}} field with items for adding and managing fields](/explore-analyze/images/kibana-lens_dataViewDropDown_8.4.0.png "") For more information about adding fields to {{data-sources}} and examples, refer to [Explore your data with runtime fields](../find-and-organize/data-views.md#runtime-fields). @@ -194,7 +194,7 @@ For a time shift example, refer to [Compare time ranges](../dashboards/create-da To create partition charts, such as pie charts, configure one or more **Slice by** dimensions to define the partitions, and a **Metric** dimension to define the size. To create partition charts with multiple metrics, use the layer settings. Multiple metrics are unsupported for mosaic visualizations. -1. In the layer pane, click ![Actions menu for the partition visualization layer](../../images/kibana-lens_layerActions_8.5.0.png ""), then select **Layer settings**. +1. In the layer pane, click ![Actions menu for the partition visualization layer](/explore-analyze/images/kibana-lens_layerActions_8.5.0.png ""), then select **Layer settings**. 2. Select **Multiple metrics**. 3. Click **X**. @@ -208,7 +208,7 @@ This functionality is in technical preview and may be changed or removed in a fu Data sampling allows you to improve the visualization loading time. To decrease the loading time, use a lower sampling percentage, which also decreases the accuracy. Use low sampling percentages on large datasets. -1. In the **Edit visualization** flyout, click ![Actions menu for the partition visualization layer](../../images/kibana-lens_layerActions_8.5.0.png ""), then select **Layer settings**. +1. In the **Edit visualization** flyout, click ![Actions menu for the partition visualization layer](/explore-analyze/images/kibana-lens_layerActions_8.5.0.png ""), then select **Layer settings**. 2. To select the **Sampling** percentage, use the slider. 3. Click **Apply and close**. 4. Click **Save**. @@ -223,7 +223,7 @@ This functionality is in technical preview and may be changed or removed in a fu Annotations allow you to call out specific points in your visualizations that are important, such as significant changes in the data. You can add annotations for any {{data-source}}, add text and icons, specify the line format and color, and more. -:::{image} ../../images/kibana-lens_annotations_8.2.0.png +:::{image} /explore-analyze/images/kibana-lens_annotations_8.2.0.png :alt: Lens annotations :screenshot: ::: @@ -240,15 +240,15 @@ Create a new annotation layer. 1. In the layer pane, click **Add layer > Annotations > New annotation**. 2. Select the {{data-source}} for the annotation. 3. From the fields list, drag a field to the **Add an annotation** field. -4. To use global filters in the annotation, click ![Actions menu for the annotations layer](../../images/kibana-lens_layerActions_8.5.0.png ""), then select **Keep global filters** from the dropdown. +4. To use global filters in the annotation, click ![Actions menu for the annotations layer](/explore-analyze/images/kibana-lens_layerActions_8.5.0.png ""), then select **Keep global filters** from the dropdown. - When you add the visualization to dashboards, ![Visualization modifier popup](../../images/kibana-lens_visualizationModifierPopup_8.8.0.png "") appears, which allows you to view settings changes to the visualization. + When you add the visualization to dashboards, ![Visualization modifier popup](/explore-analyze/images/kibana-lens_visualizationModifierPopup_8.8.0.png "") appears, which allows you to view settings changes to the visualization. Create static annotations. 1. Select **Static date**. -2. In the **Annotation date** field, click ![Annodation date icon in Lens](../../images/kibana-lens_annotationDateIcon_8.6.0.png ""), then select the date. +2. In the **Annotation date** field, click ![Annodation date icon in Lens](/explore-analyze/images/kibana-lens_annotationDateIcon_8.6.0.png ""), then select the date. 3. To display the annotation as a time range, select **Apply as range**, then specify the **From** and **To** dates. Create custom query annotations. @@ -269,7 +269,7 @@ Specify the annotation appearance. Save the annotation group to the library. -1. In the layer pane, on your annotation layer, click ![Save button on annotations layer](../../images/kibana-lens_saveAnnotationLayerButton_8.9.0.png ""). +1. In the layer pane, on your annotation layer, click ![Save button on annotations layer](/explore-analyze/images/kibana-lens_saveAnnotationLayerButton_8.9.0.png ""). 2. Enter the **Title**, **Description**, and add any applicable [**Tags**](../find-and-organize/tags.md). 3. Click **Save group**. @@ -285,7 +285,7 @@ With reference lines, you can identify specific values in your visualizations wi For example, to track the number of bytes in the 75th percentile, add a shaded **Percentile** reference line to your time series visualization. -:::{image} ../../images/kibana-lens_referenceLine_7.16.png +:::{image} /explore-analyze/images/kibana-lens_referenceLine_7.16.png :alt: Lens drag and drop focus state :screenshot: ::: @@ -352,7 +352,7 @@ The following component menus are available: When creating or editing a visualization, you can customize the way the legend gets displayed, and the data it displays. To do that, look for the ![Legend icon](/explore-analyze/images/kibana-legend-icon.svg "") icon. -:::{image} ../../images/kibana-legend-popover-8.16.0.png +:::{image} /explore-analyze/images/kibana-legend-popover-8.16.0.png :alt: Menu with options to customize the legend of a visualization ::: diff --git a/images/ad-hoc-data-view.gif b/images/ad-hoc-data-view.gif deleted file mode 100644 index 8592e39fc..000000000 Binary files a/images/ad-hoc-data-view.gif and /dev/null differ diff --git a/images/apm-agent-dotnet-classic-pipeline.png b/images/apm-agent-dotnet-classic-pipeline.png deleted file mode 100644 index 3b18fa0fc..000000000 Binary files a/images/apm-agent-dotnet-classic-pipeline.png and /dev/null differ diff --git a/images/apm-agent-dotnet-integrated-pipeline.png b/images/apm-agent-dotnet-integrated-pipeline.png deleted file mode 100644 index 22b280e92..000000000 Binary files a/images/apm-agent-dotnet-integrated-pipeline.png and /dev/null differ diff --git a/images/cloud-autoops-deployment-info.png b/images/cloud-autoops-deployment-info.png deleted file mode 100644 index 1d5109d97..000000000 Binary files a/images/cloud-autoops-deployment-info.png and /dev/null differ diff --git a/images/cloud-autoops-deployment-performance.png b/images/cloud-autoops-deployment-performance.png deleted file mode 100644 index 8891cc035..000000000 Binary files a/images/cloud-autoops-deployment-performance.png and /dev/null differ diff --git a/images/cloud-autoops-deployment-view.png b/images/cloud-autoops-deployment-view.png deleted file mode 100644 index d38e57dbf..000000000 Binary files a/images/cloud-autoops-deployment-view.png and /dev/null differ diff --git a/images/cloud-autoops-dismiss-events.png b/images/cloud-autoops-dismiss-events.png deleted file mode 100644 index 6849ad54b..000000000 Binary files a/images/cloud-autoops-dismiss-events.png and /dev/null differ diff --git a/images/cloud-autoops-event-settings.png b/images/cloud-autoops-event-settings.png deleted file mode 100644 index 04bcff262..000000000 Binary files a/images/cloud-autoops-event-settings.png and /dev/null differ diff --git a/images/cloud-autoops-events-settings-report.png b/images/cloud-autoops-events-settings-report.png deleted file mode 100644 index a151135a2..000000000 Binary files a/images/cloud-autoops-events-settings-report.png and /dev/null differ diff --git a/images/cloud-autoops-events.png b/images/cloud-autoops-events.png deleted file mode 100644 index 23612c6f1..000000000 Binary files a/images/cloud-autoops-events.png and /dev/null differ diff --git a/images/cloud-autoops-how-to-access.png b/images/cloud-autoops-how-to-access.png deleted file mode 100644 index f629a121f..000000000 Binary files a/images/cloud-autoops-how-to-access.png and /dev/null differ diff --git a/images/cloud-autoops-index-view.png b/images/cloud-autoops-index-view.png deleted file mode 100644 index dde77e24e..000000000 Binary files a/images/cloud-autoops-index-view.png and /dev/null differ diff --git a/images/cloud-autoops-node-view.png b/images/cloud-autoops-node-view.png deleted file mode 100644 index 4b36ad069..000000000 Binary files a/images/cloud-autoops-node-view.png and /dev/null differ diff --git a/images/cloud-autoops-notification-status.png b/images/cloud-autoops-notification-status.png deleted file mode 100644 index 456abe9d3..000000000 Binary files a/images/cloud-autoops-notification-status.png and /dev/null differ diff --git a/images/cloud-autoops-notifications-report.png b/images/cloud-autoops-notifications-report.png deleted file mode 100644 index 474a0a9d3..000000000 Binary files a/images/cloud-autoops-notifications-report.png and /dev/null differ diff --git a/images/cloud-autoops-overview-page.png b/images/cloud-autoops-overview-page.png deleted file mode 100644 index d98e22688..000000000 Binary files a/images/cloud-autoops-overview-page.png and /dev/null differ diff --git a/images/cloud-autoops-shard-view.png b/images/cloud-autoops-shard-view.png deleted file mode 100644 index 6c2a08279..000000000 Binary files a/images/cloud-autoops-shard-view.png and /dev/null differ diff --git a/images/cloud-autoops-template-optimizer.png b/images/cloud-autoops-template-optimizer.png deleted file mode 100644 index 915e7d4bd..000000000 Binary files a/images/cloud-autoops-template-optimizer.png and /dev/null differ diff --git a/images/cloud-aws-mp-manage-subscriptions.png b/images/cloud-aws-mp-manage-subscriptions.png deleted file mode 100644 index d20bc0ed8..000000000 Binary files a/images/cloud-aws-mp-manage-subscriptions.png and /dev/null differ diff --git a/images/cloud-aws-mp-steps-to-skip.png b/images/cloud-aws-mp-steps-to-skip.png deleted file mode 100644 index daccd94e7..000000000 Binary files a/images/cloud-aws-mp-steps-to-skip.png and /dev/null differ diff --git a/images/cloud-aws-subscribe-button.png b/images/cloud-aws-subscribe-button.png deleted file mode 100644 index de50ff020..000000000 Binary files a/images/cloud-aws-subscribe-button.png and /dev/null differ diff --git a/images/cloud-ce-azure-inter-region-pl.png b/images/cloud-ce-azure-inter-region-pl.png deleted file mode 100644 index cebd0c155..000000000 Binary files a/images/cloud-ce-azure-inter-region-pl.png and /dev/null differ diff --git a/images/cloud-ce-copy-remote-cluster-parameters.png b/images/cloud-ce-copy-remote-cluster-parameters.png deleted file mode 100644 index 325cf3750..000000000 Binary files a/images/cloud-ce-copy-remote-cluster-parameters.png and /dev/null differ diff --git a/images/cloud-delete-trust-environment.png b/images/cloud-delete-trust-environment.png deleted file mode 100644 index a376e8567..000000000 Binary files a/images/cloud-delete-trust-environment.png and /dev/null differ diff --git a/images/cloud-ec-account-trust-management.png b/images/cloud-ec-account-trust-management.png deleted file mode 100644 index 7447a1e20..000000000 Binary files a/images/cloud-ec-account-trust-management.png and /dev/null differ diff --git a/images/cloud-ec-azure-billing-example.png b/images/cloud-ec-azure-billing-example.png deleted file mode 100644 index c6e30253d..000000000 Binary files a/images/cloud-ec-azure-billing-example.png and /dev/null differ diff --git a/images/cloud-ec-azure-billing-mapping.png b/images/cloud-ec-azure-billing-mapping.png deleted file mode 100644 index b61a26602..000000000 Binary files a/images/cloud-ec-azure-billing-mapping.png and /dev/null differ diff --git a/images/cloud-ec-azure-billing-reporting.png b/images/cloud-ec-azure-billing-reporting.png deleted file mode 100644 index 3ed186194..000000000 Binary files a/images/cloud-ec-azure-billing-reporting.png and /dev/null differ diff --git a/images/cloud-ec-azure-missing-instance-id.png b/images/cloud-ec-azure-missing-instance-id.png deleted file mode 100644 index 907a388d5..000000000 Binary files a/images/cloud-ec-azure-missing-instance-id.png and /dev/null differ diff --git a/images/cloud-ec-bill-example-new.png b/images/cloud-ec-bill-example-new.png deleted file mode 100644 index e1c56dbef..000000000 Binary files a/images/cloud-ec-bill-example-new.png and /dev/null differ diff --git a/images/cloud-ec-capacity.png b/images/cloud-ec-capacity.png deleted file mode 100644 index 89ea09316..000000000 Binary files a/images/cloud-ec-capacity.png and /dev/null differ diff --git a/images/cloud-ec-ce-activity-page.png b/images/cloud-ec-ce-activity-page.png deleted file mode 100644 index 7fa6d5bd2..000000000 Binary files a/images/cloud-ec-ce-activity-page.png and /dev/null differ diff --git a/images/cloud-ec-ce-autoscaling-data-summary2.png b/images/cloud-ec-ce-autoscaling-data-summary2.png deleted file mode 100644 index f650fdfb2..000000000 Binary files a/images/cloud-ec-ce-autoscaling-data-summary2.png and /dev/null differ diff --git a/images/cloud-ec-ce-autoscaling-ml-summary2.png b/images/cloud-ec-ce-autoscaling-ml-summary2.png deleted file mode 100644 index 8380f8736..000000000 Binary files a/images/cloud-ec-ce-autoscaling-ml-summary2.png and /dev/null differ diff --git a/images/cloud-ec-ce-cloud-id-beats-logstash.png b/images/cloud-ec-ce-cloud-id-beats-logstash.png deleted file mode 100644 index f0e2dff20..000000000 Binary files a/images/cloud-ec-ce-cloud-id-beats-logstash.png and /dev/null differ diff --git a/images/cloud-ec-ce-cloud-id.png b/images/cloud-ec-ce-cloud-id.png deleted file mode 100644 index a42e5601f..000000000 Binary files a/images/cloud-ec-ce-cloud-id.png and /dev/null differ diff --git a/images/cloud-ec-ce-configuration-change-failure copy.png b/images/cloud-ec-ce-configuration-change-failure copy.png deleted file mode 100644 index 0e9c1c29b..000000000 Binary files a/images/cloud-ec-ce-configuration-change-failure copy.png and /dev/null differ diff --git a/images/cloud-ec-ce-configuration-change-failure.png b/images/cloud-ec-ce-configuration-change-failure.png deleted file mode 100644 index 0e9c1c29b..000000000 Binary files a/images/cloud-ec-ce-configuration-change-failure.png and /dev/null differ diff --git a/images/cloud-ec-ce-deployment-health-warning copy.png b/images/cloud-ec-ce-deployment-health-warning copy.png deleted file mode 100644 index 319c4bcd2..000000000 Binary files a/images/cloud-ec-ce-deployment-health-warning copy.png and /dev/null differ diff --git a/images/cloud-ec-ce-deployment-health-warning.png b/images/cloud-ec-ce-deployment-health-warning.png deleted file mode 100644 index 319c4bcd2..000000000 Binary files a/images/cloud-ec-ce-deployment-health-warning.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-api-console.png b/images/cloud-ec-ce-monitoring-api-console.png deleted file mode 100644 index 783b2a5d6..000000000 Binary files a/images/cloud-ec-ce-monitoring-api-console.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-connector-action.png b/images/cloud-ec-ce-monitoring-connector-action.png deleted file mode 100644 index 61d8b34c5..000000000 Binary files a/images/cloud-ec-ce-monitoring-connector-action.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-logs.png b/images/cloud-ec-ce-monitoring-logs.png deleted file mode 100644 index 78e5c91db..000000000 Binary files a/images/cloud-ec-ce-monitoring-logs.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-new-log.png b/images/cloud-ec-ce-monitoring-new-log.png deleted file mode 100644 index 56d13a969..000000000 Binary files a/images/cloud-ec-ce-monitoring-new-log.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-nodes.png b/images/cloud-ec-ce-monitoring-nodes.png deleted file mode 100644 index f27b31629..000000000 Binary files a/images/cloud-ec-ce-monitoring-nodes.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-ongoing.png b/images/cloud-ec-ce-monitoring-ongoing.png deleted file mode 100644 index e4c8f40fa..000000000 Binary files a/images/cloud-ec-ce-monitoring-ongoing.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-performance.png b/images/cloud-ec-ce-monitoring-performance.png deleted file mode 100644 index e2c71a739..000000000 Binary files a/images/cloud-ec-ce-monitoring-performance.png and /dev/null differ diff --git a/images/cloud-ec-ce-monitoring-saml.png b/images/cloud-ec-ce-monitoring-saml.png deleted file mode 100644 index accc24889..000000000 Binary files a/images/cloud-ec-ce-monitoring-saml.png and /dev/null differ diff --git a/images/cloud-ec-ce-remove-tier-filter-instances.png b/images/cloud-ec-ce-remove-tier-filter-instances.png deleted file mode 100644 index f06b61313..000000000 Binary files a/images/cloud-ec-ce-remove-tier-filter-instances.png and /dev/null differ diff --git a/images/cloud-ec-ce-remove-tier-filter-snapshot-indices.png b/images/cloud-ec-ce-remove-tier-filter-snapshot-indices.png deleted file mode 100644 index 884956cb4..000000000 Binary files a/images/cloud-ec-ce-remove-tier-filter-snapshot-indices.png and /dev/null differ diff --git a/images/cloud-ec-ce-remove-tier-filtered-cat-shards.png b/images/cloud-ec-ce-remove-tier-filtered-cat-shards.png deleted file mode 100644 index 0b04863db..000000000 Binary files a/images/cloud-ec-ce-remove-tier-filtered-cat-shards.png and /dev/null differ diff --git a/images/cloud-ec-ce-remove-tier-remove-alias.png b/images/cloud-ec-ce-remove-tier-remove-alias.png deleted file mode 100644 index 8cb254635..000000000 Binary files a/images/cloud-ec-ce-remove-tier-remove-alias.png and /dev/null differ diff --git a/images/cloud-ec-ce-remove-tier-remove-snapshots.png b/images/cloud-ec-ce-remove-tier-remove-snapshots.png deleted file mode 100644 index 040b167b9..000000000 Binary files a/images/cloud-ec-ce-remove-tier-remove-snapshots.png and /dev/null differ diff --git a/images/cloud-ec-ce-remove-tier-restore-snapshot.png b/images/cloud-ec-ce-remove-tier-restore-snapshot.png deleted file mode 100644 index d6c6f5c72..000000000 Binary files a/images/cloud-ec-ce-remove-tier-restore-snapshot.png and /dev/null differ diff --git a/images/cloud-ec-create-deployment.png b/images/cloud-ec-create-deployment.png deleted file mode 100644 index 58ee5e8ca..000000000 Binary files a/images/cloud-ec-create-deployment.png and /dev/null differ diff --git a/images/cloud-ec-create-from-snapshot-updated.png b/images/cloud-ec-create-from-snapshot-updated.png deleted file mode 100644 index dbc7aacc0..000000000 Binary files a/images/cloud-ec-create-from-snapshot-updated.png and /dev/null differ diff --git a/images/cloud-ec-deployment-instances-config.png b/images/cloud-ec-deployment-instances-config.png deleted file mode 100644 index a00b187e9..000000000 Binary files a/images/cloud-ec-deployment-instances-config.png and /dev/null differ diff --git a/images/cloud-ec-deployment-mainpage.png b/images/cloud-ec-deployment-mainpage.png deleted file mode 100644 index 10aa5cdf7..000000000 Binary files a/images/cloud-ec-deployment-mainpage.png and /dev/null differ diff --git a/images/cloud-ec-elasticsearch-snapshots-of-other-deployments-aws-gcp.png b/images/cloud-ec-elasticsearch-snapshots-of-other-deployments-aws-gcp.png deleted file mode 100644 index c6855cd80..000000000 Binary files a/images/cloud-ec-elasticsearch-snapshots-of-other-deployments-aws-gcp.png and /dev/null differ diff --git a/images/cloud-ec-elasticsearch-snapshots-of-other-deployments.png b/images/cloud-ec-elasticsearch-snapshots-of-other-deployments.png deleted file mode 100644 index e148ecea0..000000000 Binary files a/images/cloud-ec-elasticsearch-snapshots-of-other-deployments.png and /dev/null differ diff --git a/images/cloud-ec-fault-tolerance.png b/images/cloud-ec-fault-tolerance.png deleted file mode 100644 index 40d0c18c4..000000000 Binary files a/images/cloud-ec-fault-tolerance.png and /dev/null differ diff --git a/images/cloud-ec-full-disk-multiple-nodes.png b/images/cloud-ec-full-disk-multiple-nodes.png deleted file mode 100644 index 3c638a83e..000000000 Binary files a/images/cloud-ec-full-disk-multiple-nodes.png and /dev/null differ diff --git a/images/cloud-ec-full-disk-single-node.png b/images/cloud-ec-full-disk-single-node.png deleted file mode 100644 index 99178869a..000000000 Binary files a/images/cloud-ec-full-disk-single-node.png and /dev/null differ diff --git a/images/cloud-ec-increase-size-per-zone.png b/images/cloud-ec-increase-size-per-zone.png deleted file mode 100644 index 6416fd23f..000000000 Binary files a/images/cloud-ec-increase-size-per-zone.png and /dev/null differ diff --git a/images/cloud-ec-instances-filtered-by-master-id.png b/images/cloud-ec-instances-filtered-by-master-id.png deleted file mode 100644 index dfd707ef7..000000000 Binary files a/images/cloud-ec-instances-filtered-by-master-id.png and /dev/null differ diff --git a/images/cloud-ec-login-first-deployment.png b/images/cloud-ec-login-first-deployment.png deleted file mode 100644 index b269169d7..000000000 Binary files a/images/cloud-ec-login-first-deployment.png and /dev/null differ diff --git a/images/cloud-ec-logs-metrics-page copy.png b/images/cloud-ec-logs-metrics-page copy.png deleted file mode 100644 index f96b1a6a2..000000000 Binary files a/images/cloud-ec-logs-metrics-page copy.png and /dev/null differ diff --git a/images/cloud-ec-logs-metrics-page.png b/images/cloud-ec-logs-metrics-page.png deleted file mode 100644 index f96b1a6a2..000000000 Binary files a/images/cloud-ec-logs-metrics-page.png and /dev/null differ diff --git a/images/cloud-ec-logstash-beats-dataflow.png b/images/cloud-ec-logstash-beats-dataflow.png deleted file mode 100644 index 2e7f48627..000000000 Binary files a/images/cloud-ec-logstash-beats-dataflow.png and /dev/null differ diff --git a/images/cloud-ec-logstash-beats-filebeat-dashboard.png b/images/cloud-ec-logstash-beats-filebeat-dashboard.png deleted file mode 100644 index f553f20cf..000000000 Binary files a/images/cloud-ec-logstash-beats-filebeat-dashboard.png and /dev/null differ diff --git a/images/cloud-ec-logstash-beats-metricbeat-dashboard.png b/images/cloud-ec-logstash-beats-metricbeat-dashboard.png deleted file mode 100644 index 7eadc7015..000000000 Binary files a/images/cloud-ec-logstash-beats-metricbeat-dashboard.png and /dev/null differ diff --git a/images/cloud-ec-logstash-db-results-scenarios.png b/images/cloud-ec-logstash-db-results-scenarios.png deleted file mode 100644 index 287f0dc39..000000000 Binary files a/images/cloud-ec-logstash-db-results-scenarios.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure-traffic-filter-option.png b/images/cloud-ec-marketplace-azure-traffic-filter-option.png deleted file mode 100644 index ca20c034c..000000000 Binary files a/images/cloud-ec-marketplace-azure-traffic-filter-option.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure004.png b/images/cloud-ec-marketplace-azure004.png deleted file mode 100644 index 7cd144fea..000000000 Binary files a/images/cloud-ec-marketplace-azure004.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure005.png b/images/cloud-ec-marketplace-azure005.png deleted file mode 100644 index 048e2e469..000000000 Binary files a/images/cloud-ec-marketplace-azure005.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure006.png b/images/cloud-ec-marketplace-azure006.png deleted file mode 100644 index 320d9c736..000000000 Binary files a/images/cloud-ec-marketplace-azure006.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure009.png b/images/cloud-ec-marketplace-azure009.png deleted file mode 100644 index ea7befffb..000000000 Binary files a/images/cloud-ec-marketplace-azure009.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure010.png b/images/cloud-ec-marketplace-azure010.png deleted file mode 100644 index 49f023715..000000000 Binary files a/images/cloud-ec-marketplace-azure010.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure011.png b/images/cloud-ec-marketplace-azure011.png deleted file mode 100644 index 5cca34e74..000000000 Binary files a/images/cloud-ec-marketplace-azure011.png and /dev/null differ diff --git a/images/cloud-ec-marketplace-azure026.png b/images/cloud-ec-marketplace-azure026.png deleted file mode 100644 index a880eef03..000000000 Binary files a/images/cloud-ec-marketplace-azure026.png and /dev/null differ diff --git a/images/cloud-ec-migrate-deployment-template(2).png b/images/cloud-ec-migrate-deployment-template(2).png deleted file mode 100644 index 518a93287..000000000 Binary files a/images/cloud-ec-migrate-deployment-template(2).png and /dev/null differ diff --git a/images/cloud-ec-new-hardware-profile-version.png b/images/cloud-ec-new-hardware-profile-version.png deleted file mode 100644 index bc9f4792c..000000000 Binary files a/images/cloud-ec-new-hardware-profile-version.png and /dev/null differ diff --git a/images/cloud-ec-node-attribute.png b/images/cloud-ec-node-attribute.png deleted file mode 100644 index ad4614634..000000000 Binary files a/images/cloud-ec-node-attribute.png and /dev/null differ diff --git a/images/cloud-ec-node-logs-content.png b/images/cloud-ec-node-logs-content.png deleted file mode 100644 index 4aab0e59c..000000000 Binary files a/images/cloud-ec-node-logs-content.png and /dev/null differ diff --git a/images/cloud-ec-node-logs-donut.png b/images/cloud-ec-node-logs-donut.png deleted file mode 100644 index 1d659d67f..000000000 Binary files a/images/cloud-ec-node-logs-donut.png and /dev/null differ diff --git a/images/cloud-ec-node-logs-final-dashboard.png b/images/cloud-ec-node-logs-final-dashboard.png deleted file mode 100644 index 4df038fcd..000000000 Binary files a/images/cloud-ec-node-logs-final-dashboard.png and /dev/null differ diff --git a/images/cloud-ec-node-logs-methods.png b/images/cloud-ec-node-logs-methods.png deleted file mode 100644 index f514b9ec1..000000000 Binary files a/images/cloud-ec-node-logs-methods.png and /dev/null differ diff --git a/images/cloud-ec-node-types-data-tiers.png b/images/cloud-ec-node-types-data-tiers.png deleted file mode 100644 index 8c3100d8a..000000000 Binary files a/images/cloud-ec-node-types-data-tiers.png and /dev/null differ diff --git a/images/cloud-ec-oidc-endpoints-azure.png b/images/cloud-ec-oidc-endpoints-azure.png deleted file mode 100644 index 540c49618..000000000 Binary files a/images/cloud-ec-oidc-endpoints-azure.png and /dev/null differ diff --git a/images/cloud-ec-oidc-new-app-azure.png b/images/cloud-ec-oidc-new-app-azure.png deleted file mode 100644 index 094f418a3..000000000 Binary files a/images/cloud-ec-oidc-new-app-azure.png and /dev/null differ diff --git a/images/cloud-ec-oidc-new-app-okta.png b/images/cloud-ec-oidc-new-app-okta.png deleted file mode 100644 index cfce07abe..000000000 Binary files a/images/cloud-ec-oidc-new-app-okta.png and /dev/null differ diff --git a/images/cloud-ec-oidc-oauth-create-credentials-azure.png b/images/cloud-ec-oidc-oauth-create-credentials-azure.png deleted file mode 100644 index 461132d52..000000000 Binary files a/images/cloud-ec-oidc-oauth-create-credentials-azure.png and /dev/null differ diff --git a/images/cloud-ec-oidc-oauth-create-credentials-google.png b/images/cloud-ec-oidc-oauth-create-credentials-google.png deleted file mode 100644 index 5902ab224..000000000 Binary files a/images/cloud-ec-oidc-oauth-create-credentials-google.png and /dev/null differ diff --git a/images/cloud-ec-org-members-tab.png b/images/cloud-ec-org-members-tab.png deleted file mode 100644 index c1f44b159..000000000 Binary files a/images/cloud-ec-org-members-tab.png and /dev/null differ diff --git a/images/cloud-ec-preview-different-profile-changes.png b/images/cloud-ec-preview-different-profile-changes.png deleted file mode 100644 index 6eee388f1..000000000 Binary files a/images/cloud-ec-preview-different-profile-changes.png and /dev/null differ diff --git a/images/cloud-ec-preview-hardware-profile.png b/images/cloud-ec-preview-hardware-profile.png deleted file mode 100644 index ebc4fa977..000000000 Binary files a/images/cloud-ec-preview-hardware-profile.png and /dev/null differ diff --git a/images/cloud-ec-preview-profile-changes.png b/images/cloud-ec-preview-profile-changes.png deleted file mode 100644 index 5e3e242f0..000000000 Binary files a/images/cloud-ec-preview-profile-changes.png and /dev/null differ diff --git a/images/cloud-ec-private-link-azure-json-view.png b/images/cloud-ec-private-link-azure-json-view.png deleted file mode 100644 index 3dbcd414a..000000000 Binary files a/images/cloud-ec-private-link-azure-json-view.png and /dev/null differ diff --git a/images/cloud-ec-private-link-azure-properties.png b/images/cloud-ec-private-link-azure-properties.png deleted file mode 100644 index 099aa0f05..000000000 Binary files a/images/cloud-ec-private-link-azure-properties.png and /dev/null differ diff --git a/images/cloud-ec-private-link-cname.png b/images/cloud-ec-private-link-cname.png deleted file mode 100644 index 0830e977e..000000000 Binary files a/images/cloud-ec-private-link-cname.png and /dev/null differ diff --git a/images/cloud-ec-private-link-endpoint-id.png b/images/cloud-ec-private-link-endpoint-id.png deleted file mode 100644 index 94288d95d..000000000 Binary files a/images/cloud-ec-private-link-endpoint-id.png and /dev/null differ diff --git a/images/cloud-ec-private-link-private-hosted-zone-example.png b/images/cloud-ec-private-link-private-hosted-zone-example.png deleted file mode 100644 index aff9c990a..000000000 Binary files a/images/cloud-ec-private-link-private-hosted-zone-example.png and /dev/null differ diff --git a/images/cloud-ec-private-link-service.png b/images/cloud-ec-private-link-service.png deleted file mode 100644 index 965fd891a..000000000 Binary files a/images/cloud-ec-private-link-service.png and /dev/null differ diff --git a/images/cloud-ec-python-logs-content.png b/images/cloud-ec-python-logs-content.png deleted file mode 100644 index 875bd54d6..000000000 Binary files a/images/cloud-ec-python-logs-content.png and /dev/null differ diff --git a/images/cloud-ec-python-logs-donut.png b/images/cloud-ec-python-logs-donut.png deleted file mode 100644 index 2a8b8edd4..000000000 Binary files a/images/cloud-ec-python-logs-donut.png and /dev/null differ diff --git a/images/cloud-ec-python-logs-final-dashboard.png b/images/cloud-ec-python-logs-final-dashboard.png deleted file mode 100644 index 86c208566..000000000 Binary files a/images/cloud-ec-python-logs-final-dashboard.png and /dev/null differ diff --git a/images/cloud-ec-python-logs-levels.png b/images/cloud-ec-python-logs-levels.png deleted file mode 100644 index 71258ae85..000000000 Binary files a/images/cloud-ec-python-logs-levels.png and /dev/null differ diff --git a/images/cloud-ec-quick-link-to-deployment.png b/images/cloud-ec-quick-link-to-deployment.png deleted file mode 100644 index 6dae4dbc3..000000000 Binary files a/images/cloud-ec-quick-link-to-deployment.png and /dev/null differ diff --git a/images/cloud-ec-red-yellow-indices copy.png b/images/cloud-ec-red-yellow-indices copy.png deleted file mode 100644 index d59b85d84..000000000 Binary files a/images/cloud-ec-red-yellow-indices copy.png and /dev/null differ diff --git a/images/cloud-ec-red-yellow-indices.png b/images/cloud-ec-red-yellow-indices.png deleted file mode 100644 index d59b85d84..000000000 Binary files a/images/cloud-ec-red-yellow-indices.png and /dev/null differ diff --git a/images/cloud-ec-saml-azuread-create-app.png b/images/cloud-ec-saml-azuread-create-app.png deleted file mode 100644 index d18a477ba..000000000 Binary files a/images/cloud-ec-saml-azuread-create-app.png and /dev/null differ diff --git a/images/cloud-ec-saml-azuread-es-config.png b/images/cloud-ec-saml-azuread-es-config.png deleted file mode 100644 index 961112e97..000000000 Binary files a/images/cloud-ec-saml-azuread-es-config.png and /dev/null differ diff --git a/images/cloud-ec-saml-azuread-kibana-config.png b/images/cloud-ec-saml-azuread-kibana-config.png deleted file mode 100644 index 5fb5412e8..000000000 Binary files a/images/cloud-ec-saml-azuread-kibana-config.png and /dev/null differ diff --git a/images/cloud-ec-saml-azuread-user-attributes.png b/images/cloud-ec-saml-azuread-user-attributes.png deleted file mode 100644 index 9a5cb8d51..000000000 Binary files a/images/cloud-ec-saml-azuread-user-attributes.png and /dev/null differ diff --git a/images/cloud-ec-saml-azuread-users-and-groups.png b/images/cloud-ec-saml-azuread-users-and-groups.png deleted file mode 100644 index fd62c2b7c..000000000 Binary files a/images/cloud-ec-saml-azuread-users-and-groups.png and /dev/null differ diff --git a/images/cloud-ec-shard-activity.gif b/images/cloud-ec-shard-activity.gif deleted file mode 100644 index beaa58db7..000000000 Binary files a/images/cloud-ec-shard-activity.gif and /dev/null differ diff --git a/images/cloud-ec-stack-components.png b/images/cloud-ec-stack-components.png deleted file mode 100644 index f01e8b14c..000000000 Binary files a/images/cloud-ec-stack-components.png and /dev/null differ diff --git a/images/cloud-ec-unhealthy-deployment copy.png b/images/cloud-ec-unhealthy-deployment copy.png deleted file mode 100644 index 5e40e109f..000000000 Binary files a/images/cloud-ec-unhealthy-deployment copy.png and /dev/null differ diff --git a/images/cloud-ec-unhealthy-deployment.png b/images/cloud-ec-unhealthy-deployment.png deleted file mode 100644 index 5e40e109f..000000000 Binary files a/images/cloud-ec-unhealthy-deployment.png and /dev/null differ diff --git a/images/cloud-edit-trust-environment.png b/images/cloud-edit-trust-environment.png deleted file mode 100644 index 7528bab22..000000000 Binary files a/images/cloud-edit-trust-environment.png and /dev/null differ diff --git a/images/cloud-enterprise-ce-copy-remote-cluster-parameters.png b/images/cloud-enterprise-ce-copy-remote-cluster-parameters.png deleted file mode 100644 index 325cf3750..000000000 Binary files a/images/cloud-enterprise-ce-copy-remote-cluster-parameters.png and /dev/null differ diff --git a/images/cloud-enterprise-ce-create-from-snapshot-updated.png b/images/cloud-enterprise-ce-create-from-snapshot-updated.png deleted file mode 100644 index dbc7aacc0..000000000 Binary files a/images/cloud-enterprise-ce-create-from-snapshot-updated.png and /dev/null differ diff --git a/images/cloud-enterprise-ce-deployment-trusted-environments.png b/images/cloud-enterprise-ce-deployment-trusted-environments.png deleted file mode 100644 index b132e323e..000000000 Binary files a/images/cloud-enterprise-ce-deployment-trusted-environments.png and /dev/null differ diff --git a/images/cloud-enterprise-ce-environment-trust-management.png b/images/cloud-enterprise-ce-environment-trust-management.png deleted file mode 100644 index 1a0013e2a..000000000 Binary files a/images/cloud-enterprise-ce-environment-trust-management.png and /dev/null differ diff --git a/images/cloud-enterprise-ce-traffic-filter-ip-rejected-request.png b/images/cloud-enterprise-ce-traffic-filter-ip-rejected-request.png deleted file mode 100644 index a83b3e1e7..000000000 Binary files a/images/cloud-enterprise-ce-traffic-filter-ip-rejected-request.png and /dev/null differ diff --git a/images/cloud-enterprise-delete-trust-environment.png b/images/cloud-enterprise-delete-trust-environment.png deleted file mode 100644 index a376e8567..000000000 Binary files a/images/cloud-enterprise-delete-trust-environment.png and /dev/null differ diff --git a/images/cloud-enterprise-deployment-filter.png b/images/cloud-enterprise-deployment-filter.png deleted file mode 100644 index 56aaf7fbe..000000000 Binary files a/images/cloud-enterprise-deployment-filter.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-activity-page.png b/images/cloud-enterprise-ec-ce-activity-page.png deleted file mode 100644 index 7fa6d5bd2..000000000 Binary files a/images/cloud-enterprise-ec-ce-activity-page.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-autoscaling-data-summary2.png b/images/cloud-enterprise-ec-ce-autoscaling-data-summary2.png deleted file mode 100644 index f650fdfb2..000000000 Binary files a/images/cloud-enterprise-ec-ce-autoscaling-data-summary2.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-autoscaling-ml-summary2.png b/images/cloud-enterprise-ec-ce-autoscaling-ml-summary2.png deleted file mode 100644 index 8380f8736..000000000 Binary files a/images/cloud-enterprise-ec-ce-autoscaling-ml-summary2.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-cloud-id-beats-logstash.png b/images/cloud-enterprise-ec-ce-cloud-id-beats-logstash.png deleted file mode 100644 index f0e2dff20..000000000 Binary files a/images/cloud-enterprise-ec-ce-cloud-id-beats-logstash.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-cloud-id.png b/images/cloud-enterprise-ec-ce-cloud-id.png deleted file mode 100644 index a42e5601f..000000000 Binary files a/images/cloud-enterprise-ec-ce-cloud-id.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-configuration-change-failure copy.png b/images/cloud-enterprise-ec-ce-configuration-change-failure copy.png deleted file mode 100644 index 0e9c1c29b..000000000 Binary files a/images/cloud-enterprise-ec-ce-configuration-change-failure copy.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-configuration-change-failure.png b/images/cloud-enterprise-ec-ce-configuration-change-failure.png deleted file mode 100644 index 0e9c1c29b..000000000 Binary files a/images/cloud-enterprise-ec-ce-configuration-change-failure.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-deployment-health-warning copy.png b/images/cloud-enterprise-ec-ce-deployment-health-warning copy.png deleted file mode 100644 index 319c4bcd2..000000000 Binary files a/images/cloud-enterprise-ec-ce-deployment-health-warning copy.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-deployment-health-warning.png b/images/cloud-enterprise-ec-ce-deployment-health-warning.png deleted file mode 100644 index 319c4bcd2..000000000 Binary files a/images/cloud-enterprise-ec-ce-deployment-health-warning.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-remove-tier-filter-instances.png b/images/cloud-enterprise-ec-ce-remove-tier-filter-instances.png deleted file mode 100644 index f06b61313..000000000 Binary files a/images/cloud-enterprise-ec-ce-remove-tier-filter-instances.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-remove-tier-filter-snapshot-indices.png b/images/cloud-enterprise-ec-ce-remove-tier-filter-snapshot-indices.png deleted file mode 100644 index 884956cb4..000000000 Binary files a/images/cloud-enterprise-ec-ce-remove-tier-filter-snapshot-indices.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-remove-tier-filtered-cat-shards.png b/images/cloud-enterprise-ec-ce-remove-tier-filtered-cat-shards.png deleted file mode 100644 index 0b04863db..000000000 Binary files a/images/cloud-enterprise-ec-ce-remove-tier-filtered-cat-shards.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-remove-tier-remove-alias.png b/images/cloud-enterprise-ec-ce-remove-tier-remove-alias.png deleted file mode 100644 index 8cb254635..000000000 Binary files a/images/cloud-enterprise-ec-ce-remove-tier-remove-alias.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-remove-tier-remove-snapshots.png b/images/cloud-enterprise-ec-ce-remove-tier-remove-snapshots.png deleted file mode 100644 index 040b167b9..000000000 Binary files a/images/cloud-enterprise-ec-ce-remove-tier-remove-snapshots.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-ce-remove-tier-restore-snapshot.png b/images/cloud-enterprise-ec-ce-remove-tier-restore-snapshot.png deleted file mode 100644 index d6c6f5c72..000000000 Binary files a/images/cloud-enterprise-ec-ce-remove-tier-restore-snapshot.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-customize-deployment2.png b/images/cloud-enterprise-ec-customize-deployment2.png deleted file mode 100644 index 962409b57..000000000 Binary files a/images/cloud-enterprise-ec-customize-deployment2.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-logstash-beats-dataflow.png b/images/cloud-enterprise-ec-logstash-beats-dataflow.png deleted file mode 100644 index 2e7f48627..000000000 Binary files a/images/cloud-enterprise-ec-logstash-beats-dataflow.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-logstash-beats-filebeat-dashboard.png b/images/cloud-enterprise-ec-logstash-beats-filebeat-dashboard.png deleted file mode 100644 index f553f20cf..000000000 Binary files a/images/cloud-enterprise-ec-logstash-beats-filebeat-dashboard.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-logstash-beats-metricbeat-dashboard.png b/images/cloud-enterprise-ec-logstash-beats-metricbeat-dashboard.png deleted file mode 100644 index 7eadc7015..000000000 Binary files a/images/cloud-enterprise-ec-logstash-beats-metricbeat-dashboard.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-logstash-db-results-scenarios.png b/images/cloud-enterprise-ec-logstash-db-results-scenarios.png deleted file mode 100644 index 287f0dc39..000000000 Binary files a/images/cloud-enterprise-ec-logstash-db-results-scenarios.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-node-logs-content.png b/images/cloud-enterprise-ec-node-logs-content.png deleted file mode 100644 index 4aab0e59c..000000000 Binary files a/images/cloud-enterprise-ec-node-logs-content.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-node-logs-donut.png b/images/cloud-enterprise-ec-node-logs-donut.png deleted file mode 100644 index 1d659d67f..000000000 Binary files a/images/cloud-enterprise-ec-node-logs-donut.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-node-logs-final-dashboard.png b/images/cloud-enterprise-ec-node-logs-final-dashboard.png deleted file mode 100644 index 4df038fcd..000000000 Binary files a/images/cloud-enterprise-ec-node-logs-final-dashboard.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-node-logs-methods.png b/images/cloud-enterprise-ec-node-logs-methods.png deleted file mode 100644 index f514b9ec1..000000000 Binary files a/images/cloud-enterprise-ec-node-logs-methods.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-number-of-nodes.png b/images/cloud-enterprise-ec-number-of-nodes.png deleted file mode 100644 index 65b8f1db0..000000000 Binary files a/images/cloud-enterprise-ec-number-of-nodes.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-python-logs-content.png b/images/cloud-enterprise-ec-python-logs-content.png deleted file mode 100644 index 875bd54d6..000000000 Binary files a/images/cloud-enterprise-ec-python-logs-content.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-python-logs-donut.png b/images/cloud-enterprise-ec-python-logs-donut.png deleted file mode 100644 index 2a8b8edd4..000000000 Binary files a/images/cloud-enterprise-ec-python-logs-donut.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-python-logs-final-dashboard.png b/images/cloud-enterprise-ec-python-logs-final-dashboard.png deleted file mode 100644 index 86c208566..000000000 Binary files a/images/cloud-enterprise-ec-python-logs-final-dashboard.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-python-logs-levels.png b/images/cloud-enterprise-ec-python-logs-levels.png deleted file mode 100644 index 71258ae85..000000000 Binary files a/images/cloud-enterprise-ec-python-logs-levels.png and /dev/null differ diff --git a/images/cloud-enterprise-ec-stack-components.png b/images/cloud-enterprise-ec-stack-components.png deleted file mode 100644 index f01e8b14c..000000000 Binary files a/images/cloud-enterprise-ec-stack-components.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-architecture.png b/images/cloud-enterprise-ece-architecture.png deleted file mode 100644 index a84725121..000000000 Binary files a/images/cloud-enterprise-ece-architecture.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-available-capacity.png b/images/cloud-enterprise-ece-available-capacity.png deleted file mode 100644 index fe22914e3..000000000 Binary files a/images/cloud-enterprise-ece-available-capacity.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-aws-private-ip.png b/images/cloud-enterprise-ece-aws-private-ip.png deleted file mode 100644 index 1623a8309..000000000 Binary files a/images/cloud-enterprise-ece-aws-private-ip.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-aws-public-ip.png b/images/cloud-enterprise-ece-aws-public-ip.png deleted file mode 100644 index b3010ab2b..000000000 Binary files a/images/cloud-enterprise-ece-aws-public-ip.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-create-deployment.png b/images/cloud-enterprise-ece-create-deployment.png deleted file mode 100644 index f8bf8c15c..000000000 Binary files a/images/cloud-enterprise-ece-create-deployment.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-create-template-autoscaling.png b/images/cloud-enterprise-ece-create-template-autoscaling.png deleted file mode 100644 index c2dfa513c..000000000 Binary files a/images/cloud-enterprise-ece-create-template-autoscaling.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-create-template-availability-zones.png b/images/cloud-enterprise-ece-create-template-availability-zones.png deleted file mode 100644 index b7a18b6c3..000000000 Binary files a/images/cloud-enterprise-ece-create-template-availability-zones.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-create-template-initial-size.png b/images/cloud-enterprise-ece-create-template-initial-size.png deleted file mode 100644 index b45a673d9..000000000 Binary files a/images/cloud-enterprise-ece-create-template-initial-size.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-create-template-instance-configuration.png b/images/cloud-enterprise-ece-create-template-instance-configuration.png deleted file mode 100644 index 57bb530c4..000000000 Binary files a/images/cloud-enterprise-ece-create-template-instance-configuration.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-create-template-max-autoscaling.png b/images/cloud-enterprise-ece-create-template-max-autoscaling.png deleted file mode 100644 index 5902e557b..000000000 Binary files a/images/cloud-enterprise-ece-create-template-max-autoscaling.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-create-template-user-settings.png b/images/cloud-enterprise-ece-create-template-user-settings.png deleted file mode 100644 index eeb621a39..000000000 Binary files a/images/cloud-enterprise-ece-create-template-user-settings.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-deployment-mainpage.png b/images/cloud-enterprise-ece-deployment-mainpage.png deleted file mode 100644 index ec31249b6..000000000 Binary files a/images/cloud-enterprise-ece-deployment-mainpage.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-minio-deployment.png b/images/cloud-enterprise-ece-minio-deployment.png deleted file mode 100644 index 2770043de..000000000 Binary files a/images/cloud-enterprise-ece-minio-deployment.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-minio-large-arch.png b/images/cloud-enterprise-ece-minio-large-arch.png deleted file mode 100644 index 18be3a790..000000000 Binary files a/images/cloud-enterprise-ece-minio-large-arch.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-minio-repository.png b/images/cloud-enterprise-ece-minio-repository.png deleted file mode 100644 index 2bbda0768..000000000 Binary files a/images/cloud-enterprise-ece-minio-repository.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-networking-ports.png b/images/cloud-enterprise-ece-networking-ports.png deleted file mode 100644 index 54bba51fd..000000000 Binary files a/images/cloud-enterprise-ece-networking-ports.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-pb-3.png b/images/cloud-enterprise-ece-pb-3.png deleted file mode 100644 index 8ad4d736f..000000000 Binary files a/images/cloud-enterprise-ece-pb-3.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-pb-6.png b/images/cloud-enterprise-ece-pb-6.png deleted file mode 100644 index c8679e9ff..000000000 Binary files a/images/cloud-enterprise-ece-pb-6.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-pb-9.png b/images/cloud-enterprise-ece-pb-9.png deleted file mode 100644 index f0b5b93f7..000000000 Binary files a/images/cloud-enterprise-ece-pb-9.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-query-ui.png b/images/cloud-enterprise-ece-query-ui.png deleted file mode 100644 index ddfa8d0d3..000000000 Binary files a/images/cloud-enterprise-ece-query-ui.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-rbac-intro.png b/images/cloud-enterprise-ece-rbac-intro.png deleted file mode 100644 index 717eb8017..000000000 Binary files a/images/cloud-enterprise-ece-rbac-intro.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-secure-settings.png b/images/cloud-enterprise-ece-secure-settings.png deleted file mode 100644 index b87f9cf69..000000000 Binary files a/images/cloud-enterprise-ece-secure-settings.png and /dev/null differ diff --git a/images/cloud-enterprise-ece-tagging-ui.png b/images/cloud-enterprise-ece-tagging-ui.png deleted file mode 100644 index 8441726ff..000000000 Binary files a/images/cloud-enterprise-ece-tagging-ui.png and /dev/null differ diff --git a/images/cloud-enterprise-edit-trust-environment.png b/images/cloud-enterprise-edit-trust-environment.png deleted file mode 100644 index 7528bab22..000000000 Binary files a/images/cloud-enterprise-edit-trust-environment.png and /dev/null differ diff --git a/images/cloud-enterprise-podman-migration-correct-role-1.png b/images/cloud-enterprise-podman-migration-correct-role-1.png deleted file mode 100644 index d1b413a07..000000000 Binary files a/images/cloud-enterprise-podman-migration-correct-role-1.png and /dev/null differ diff --git a/images/cloud-enterprise-podman-migration-fetch-roles-1.png b/images/cloud-enterprise-podman-migration-fetch-roles-1.png deleted file mode 100644 index 4f3df8159..000000000 Binary files a/images/cloud-enterprise-podman-migration-fetch-roles-1.png and /dev/null differ diff --git a/images/cloud-enterprise-podman-migration-fetch-roles-2.png b/images/cloud-enterprise-podman-migration-fetch-roles-2.png deleted file mode 100644 index 48daa7bd1..000000000 Binary files a/images/cloud-enterprise-podman-migration-fetch-roles-2.png and /dev/null differ diff --git a/images/cloud-enterprise-podman-migration-move-instances-1.png b/images/cloud-enterprise-podman-migration-move-instances-1.png deleted file mode 100644 index 647d8f698..000000000 Binary files a/images/cloud-enterprise-podman-migration-move-instances-1.png and /dev/null differ diff --git a/images/cloud-enterprise-podman-migration-overview-1.png b/images/cloud-enterprise-podman-migration-overview-1.png deleted file mode 100644 index 99607bc85..000000000 Binary files a/images/cloud-enterprise-podman-migration-overview-1.png and /dev/null differ diff --git a/images/cloud-enterprise-podman-migration-wrong-role-1.png b/images/cloud-enterprise-podman-migration-wrong-role-1.png deleted file mode 100644 index b077760d1..000000000 Binary files a/images/cloud-enterprise-podman-migration-wrong-role-1.png and /dev/null differ diff --git a/images/cloud-enterprise-remote-clusters-proxy-certificate.png b/images/cloud-enterprise-remote-clusters-proxy-certificate.png deleted file mode 100644 index 31ee3b83c..000000000 Binary files a/images/cloud-enterprise-remote-clusters-proxy-certificate.png and /dev/null differ diff --git a/images/cloud-enterprise-restore-from-snapshot.png b/images/cloud-enterprise-restore-from-snapshot.png deleted file mode 100644 index 87d6dcdfd..000000000 Binary files a/images/cloud-enterprise-restore-from-snapshot.png and /dev/null differ diff --git a/images/cloud-es-health-page-table.png b/images/cloud-es-health-page-table.png deleted file mode 100644 index dacc62716..000000000 Binary files a/images/cloud-es-health-page-table.png and /dev/null differ diff --git a/images/cloud-es-health-page.png b/images/cloud-es-health-page.png deleted file mode 100644 index 27a219eec..000000000 Binary files a/images/cloud-es-health-page.png and /dev/null differ diff --git a/images/cloud-heroku-ce-azure-inter-region-pl.png b/images/cloud-heroku-ce-azure-inter-region-pl.png deleted file mode 100644 index cebd0c155..000000000 Binary files a/images/cloud-heroku-ce-azure-inter-region-pl.png and /dev/null differ diff --git a/images/cloud-heroku-ec-capacity.png b/images/cloud-heroku-ec-capacity.png deleted file mode 100644 index 89ea09316..000000000 Binary files a/images/cloud-heroku-ec-capacity.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-activity-page.png b/images/cloud-heroku-ec-ce-activity-page.png deleted file mode 100644 index 7fa6d5bd2..000000000 Binary files a/images/cloud-heroku-ec-ce-activity-page.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-autoscaling-data-summary2.png b/images/cloud-heroku-ec-ce-autoscaling-data-summary2.png deleted file mode 100644 index f650fdfb2..000000000 Binary files a/images/cloud-heroku-ec-ce-autoscaling-data-summary2.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-autoscaling-ml-summary2.png b/images/cloud-heroku-ec-ce-autoscaling-ml-summary2.png deleted file mode 100644 index 8380f8736..000000000 Binary files a/images/cloud-heroku-ec-ce-autoscaling-ml-summary2.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-configuration-change-failure copy.png b/images/cloud-heroku-ec-ce-configuration-change-failure copy.png deleted file mode 100644 index 0e9c1c29b..000000000 Binary files a/images/cloud-heroku-ec-ce-configuration-change-failure copy.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-configuration-change-failure.png b/images/cloud-heroku-ec-ce-configuration-change-failure.png deleted file mode 100644 index 0e9c1c29b..000000000 Binary files a/images/cloud-heroku-ec-ce-configuration-change-failure.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-deployment-health-warning copy.png b/images/cloud-heroku-ec-ce-deployment-health-warning copy.png deleted file mode 100644 index 319c4bcd2..000000000 Binary files a/images/cloud-heroku-ec-ce-deployment-health-warning copy.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-deployment-health-warning.png b/images/cloud-heroku-ec-ce-deployment-health-warning.png deleted file mode 100644 index 319c4bcd2..000000000 Binary files a/images/cloud-heroku-ec-ce-deployment-health-warning.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-api-console.png b/images/cloud-heroku-ec-ce-monitoring-api-console.png deleted file mode 100644 index 783b2a5d6..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-api-console.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-connector-action.png b/images/cloud-heroku-ec-ce-monitoring-connector-action.png deleted file mode 100644 index 61d8b34c5..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-connector-action.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-logs.png b/images/cloud-heroku-ec-ce-monitoring-logs.png deleted file mode 100644 index 78e5c91db..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-logs.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-new-log.png b/images/cloud-heroku-ec-ce-monitoring-new-log.png deleted file mode 100644 index 56d13a969..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-new-log.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-nodes.png b/images/cloud-heroku-ec-ce-monitoring-nodes.png deleted file mode 100644 index f27b31629..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-nodes.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-ongoing.png b/images/cloud-heroku-ec-ce-monitoring-ongoing.png deleted file mode 100644 index e4c8f40fa..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-ongoing.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-performance.png b/images/cloud-heroku-ec-ce-monitoring-performance.png deleted file mode 100644 index e2c71a739..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-performance.png and /dev/null differ diff --git a/images/cloud-heroku-ec-ce-monitoring-saml.png b/images/cloud-heroku-ec-ce-monitoring-saml.png deleted file mode 100644 index accc24889..000000000 Binary files a/images/cloud-heroku-ec-ce-monitoring-saml.png and /dev/null differ diff --git a/images/cloud-heroku-ec-cloud-platform-hardware.png b/images/cloud-heroku-ec-cloud-platform-hardware.png deleted file mode 100644 index bf0c0b642..000000000 Binary files a/images/cloud-heroku-ec-cloud-platform-hardware.png and /dev/null differ diff --git a/images/cloud-heroku-ec-deployment-instances-config.png b/images/cloud-heroku-ec-deployment-instances-config.png deleted file mode 100644 index a00b187e9..000000000 Binary files a/images/cloud-heroku-ec-deployment-instances-config.png and /dev/null differ diff --git a/images/cloud-heroku-ec-fault-tolerance.png b/images/cloud-heroku-ec-fault-tolerance.png deleted file mode 100644 index 40d0c18c4..000000000 Binary files a/images/cloud-heroku-ec-fault-tolerance.png and /dev/null differ diff --git a/images/cloud-heroku-ec-full-disk-multiple-nodes.png b/images/cloud-heroku-ec-full-disk-multiple-nodes.png deleted file mode 100644 index 3c638a83e..000000000 Binary files a/images/cloud-heroku-ec-full-disk-multiple-nodes.png and /dev/null differ diff --git a/images/cloud-heroku-ec-full-disk-single-node.png b/images/cloud-heroku-ec-full-disk-single-node.png deleted file mode 100644 index 99178869a..000000000 Binary files a/images/cloud-heroku-ec-full-disk-single-node.png and /dev/null differ diff --git a/images/cloud-heroku-ec-increase-size-per-zone.png b/images/cloud-heroku-ec-increase-size-per-zone.png deleted file mode 100644 index 6416fd23f..000000000 Binary files a/images/cloud-heroku-ec-increase-size-per-zone.png and /dev/null differ diff --git a/images/cloud-heroku-ec-instances-filtered-by-master-id.png b/images/cloud-heroku-ec-instances-filtered-by-master-id.png deleted file mode 100644 index dfd707ef7..000000000 Binary files a/images/cloud-heroku-ec-instances-filtered-by-master-id.png and /dev/null differ diff --git a/images/cloud-heroku-ec-logs-metrics-page.png b/images/cloud-heroku-ec-logs-metrics-page.png deleted file mode 100644 index f96b1a6a2..000000000 Binary files a/images/cloud-heroku-ec-logs-metrics-page.png and /dev/null differ diff --git a/images/cloud-heroku-ec-node-attribute.png b/images/cloud-heroku-ec-node-attribute.png deleted file mode 100644 index ad4614634..000000000 Binary files a/images/cloud-heroku-ec-node-attribute.png and /dev/null differ diff --git a/images/cloud-heroku-ec-node-types-data-tiers.png b/images/cloud-heroku-ec-node-types-data-tiers.png deleted file mode 100644 index 8c3100d8a..000000000 Binary files a/images/cloud-heroku-ec-node-types-data-tiers.png and /dev/null differ diff --git a/images/cloud-heroku-ec-private-link-azure-json-view.png b/images/cloud-heroku-ec-private-link-azure-json-view.png deleted file mode 100644 index 3dbcd414a..000000000 Binary files a/images/cloud-heroku-ec-private-link-azure-json-view.png and /dev/null differ diff --git a/images/cloud-heroku-ec-private-link-azure-properties.png b/images/cloud-heroku-ec-private-link-azure-properties.png deleted file mode 100644 index 099aa0f05..000000000 Binary files a/images/cloud-heroku-ec-private-link-azure-properties.png and /dev/null differ diff --git a/images/cloud-heroku-ec-private-link-cname.png b/images/cloud-heroku-ec-private-link-cname.png deleted file mode 100644 index 0830e977e..000000000 Binary files a/images/cloud-heroku-ec-private-link-cname.png and /dev/null differ diff --git a/images/cloud-heroku-ec-private-link-endpoint-id.png b/images/cloud-heroku-ec-private-link-endpoint-id.png deleted file mode 100644 index 94288d95d..000000000 Binary files a/images/cloud-heroku-ec-private-link-endpoint-id.png and /dev/null differ diff --git a/images/cloud-heroku-ec-private-link-private-hosted-zone-example.png b/images/cloud-heroku-ec-private-link-private-hosted-zone-example.png deleted file mode 100644 index aff9c990a..000000000 Binary files a/images/cloud-heroku-ec-private-link-private-hosted-zone-example.png and /dev/null differ diff --git a/images/cloud-heroku-ec-private-link-service.png b/images/cloud-heroku-ec-private-link-service.png deleted file mode 100644 index 965fd891a..000000000 Binary files a/images/cloud-heroku-ec-private-link-service.png and /dev/null differ diff --git a/images/cloud-heroku-ec-quick-link-to-deployment.png b/images/cloud-heroku-ec-quick-link-to-deployment.png deleted file mode 100644 index 6dae4dbc3..000000000 Binary files a/images/cloud-heroku-ec-quick-link-to-deployment.png and /dev/null differ diff --git a/images/cloud-heroku-ec-red-yellow-indices.png b/images/cloud-heroku-ec-red-yellow-indices.png deleted file mode 100644 index d59b85d84..000000000 Binary files a/images/cloud-heroku-ec-red-yellow-indices.png and /dev/null differ diff --git a/images/cloud-heroku-ec-shard-activity.gif b/images/cloud-heroku-ec-shard-activity.gif deleted file mode 100644 index beaa58db7..000000000 Binary files a/images/cloud-heroku-ec-shard-activity.gif and /dev/null differ diff --git a/images/cloud-heroku-ec-unhealthy-deployment.png b/images/cloud-heroku-ec-unhealthy-deployment.png deleted file mode 100644 index 5e40e109f..000000000 Binary files a/images/cloud-heroku-ec-unhealthy-deployment.png and /dev/null differ diff --git a/images/cloud-heroku-ech-console.png b/images/cloud-heroku-ech-console.png deleted file mode 100644 index cabe55ac8..000000000 Binary files a/images/cloud-heroku-ech-console.png and /dev/null differ diff --git a/images/cloud-heroku-es-health-page-table.png b/images/cloud-heroku-es-health-page-table.png deleted file mode 100644 index dacc62716..000000000 Binary files a/images/cloud-heroku-es-health-page-table.png and /dev/null differ diff --git a/images/cloud-heroku-es-health-page.png b/images/cloud-heroku-es-health-page.png deleted file mode 100644 index 27a219eec..000000000 Binary files a/images/cloud-heroku-es-health-page.png and /dev/null differ diff --git a/images/cloud-heroku-memory-pressure-indicator.png b/images/cloud-heroku-memory-pressure-indicator.png deleted file mode 100644 index fef68031b..000000000 Binary files a/images/cloud-heroku-memory-pressure-indicator.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-cpu copy.png b/images/cloud-heroku-metrics-cpu copy.png deleted file mode 100644 index 0ff171e7f..000000000 Binary files a/images/cloud-heroku-metrics-cpu copy.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-cpu-credits.png b/images/cloud-heroku-metrics-cpu-credits.png deleted file mode 100644 index 1b5304a52..000000000 Binary files a/images/cloud-heroku-metrics-cpu-credits.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-cpu-usage.png b/images/cloud-heroku-metrics-cpu-usage.png deleted file mode 100644 index f676f365b..000000000 Binary files a/images/cloud-heroku-metrics-cpu-usage.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-cpu.png b/images/cloud-heroku-metrics-cpu.png deleted file mode 100644 index 0ff171e7f..000000000 Binary files a/images/cloud-heroku-metrics-cpu.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-credits.png b/images/cloud-heroku-metrics-credits.png deleted file mode 100644 index 7c77e5857..000000000 Binary files a/images/cloud-heroku-metrics-credits.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-gc-overhead-per-node.png b/images/cloud-heroku-metrics-gc-overhead-per-node.png deleted file mode 100644 index d86e03265..000000000 Binary files a/images/cloud-heroku-metrics-gc-overhead-per-node.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-high-memory-pressure copy.png b/images/cloud-heroku-metrics-high-memory-pressure copy.png deleted file mode 100644 index 2c5b7fc8d..000000000 Binary files a/images/cloud-heroku-metrics-high-memory-pressure copy.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-high-memory-pressure.png b/images/cloud-heroku-metrics-high-memory-pressure.png deleted file mode 100644 index 2c5b7fc8d..000000000 Binary files a/images/cloud-heroku-metrics-high-memory-pressure.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-high-response-times copy.png b/images/cloud-heroku-metrics-high-response-times copy.png deleted file mode 100644 index 1427637f7..000000000 Binary files a/images/cloud-heroku-metrics-high-response-times copy.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-high-response-times.png b/images/cloud-heroku-metrics-high-response-times.png deleted file mode 100644 index 1427637f7..000000000 Binary files a/images/cloud-heroku-metrics-high-response-times.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-hover.png b/images/cloud-heroku-metrics-hover.png deleted file mode 100644 index 397af0484..000000000 Binary files a/images/cloud-heroku-metrics-hover.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-index-response-times.png b/images/cloud-heroku-metrics-index-response-times.png deleted file mode 100644 index d5e068c37..000000000 Binary files a/images/cloud-heroku-metrics-index-response-times.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-memory-pressure-per-node.png b/images/cloud-heroku-metrics-memory-pressure-per-node.png deleted file mode 100644 index dcd423f3e..000000000 Binary files a/images/cloud-heroku-metrics-memory-pressure-per-node.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-memory-pressure-sawtooth copy.png b/images/cloud-heroku-metrics-memory-pressure-sawtooth copy.png deleted file mode 100644 index d11b24aa3..000000000 Binary files a/images/cloud-heroku-metrics-memory-pressure-sawtooth copy.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-memory-pressure-sawtooth.png b/images/cloud-heroku-metrics-memory-pressure-sawtooth.png deleted file mode 100644 index d11b24aa3..000000000 Binary files a/images/cloud-heroku-metrics-memory-pressure-sawtooth.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-number-of-requests.png b/images/cloud-heroku-metrics-number-of-requests.png deleted file mode 100644 index cf17f1493..000000000 Binary files a/images/cloud-heroku-metrics-number-of-requests.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-pan.png b/images/cloud-heroku-metrics-pan.png deleted file mode 100644 index 04cc42d6a..000000000 Binary files a/images/cloud-heroku-metrics-pan.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-reset.png b/images/cloud-heroku-metrics-reset.png deleted file mode 100644 index 400aa0238..000000000 Binary files a/images/cloud-heroku-metrics-reset.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-response-times copy.png b/images/cloud-heroku-metrics-response-times copy.png deleted file mode 100644 index 021e6c4de..000000000 Binary files a/images/cloud-heroku-metrics-response-times copy.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-response-times.png b/images/cloud-heroku-metrics-response-times.png deleted file mode 100644 index 021e6c4de..000000000 Binary files a/images/cloud-heroku-metrics-response-times.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-search-response-times.png b/images/cloud-heroku-metrics-search-response-times.png deleted file mode 100644 index 1880e9719..000000000 Binary files a/images/cloud-heroku-metrics-search-response-times.png and /dev/null differ diff --git a/images/cloud-heroku-metrics-zoom.png b/images/cloud-heroku-metrics-zoom.png deleted file mode 100644 index d0524c52b..000000000 Binary files a/images/cloud-heroku-metrics-zoom.png and /dev/null differ diff --git a/images/cloud-heroku-reset-password.png b/images/cloud-heroku-reset-password.png deleted file mode 100644 index 8cbfdfe2a..000000000 Binary files a/images/cloud-heroku-reset-password.png and /dev/null differ diff --git a/images/cloud-memory-pressure-indicator.png b/images/cloud-memory-pressure-indicator.png deleted file mode 100644 index fef68031b..000000000 Binary files a/images/cloud-memory-pressure-indicator.png and /dev/null differ diff --git a/images/cloud-metrics-cpu copy.png b/images/cloud-metrics-cpu copy.png deleted file mode 100644 index 0ff171e7f..000000000 Binary files a/images/cloud-metrics-cpu copy.png and /dev/null differ diff --git a/images/cloud-metrics-cpu-credits.png b/images/cloud-metrics-cpu-credits.png deleted file mode 100644 index 1b5304a52..000000000 Binary files a/images/cloud-metrics-cpu-credits.png and /dev/null differ diff --git a/images/cloud-metrics-cpu-usage.png b/images/cloud-metrics-cpu-usage.png deleted file mode 100644 index f676f365b..000000000 Binary files a/images/cloud-metrics-cpu-usage.png and /dev/null differ diff --git a/images/cloud-metrics-cpu.png b/images/cloud-metrics-cpu.png deleted file mode 100644 index 0ff171e7f..000000000 Binary files a/images/cloud-metrics-cpu.png and /dev/null differ diff --git a/images/cloud-metrics-credits.png b/images/cloud-metrics-credits.png deleted file mode 100644 index 7c77e5857..000000000 Binary files a/images/cloud-metrics-credits.png and /dev/null differ diff --git a/images/cloud-metrics-gc-overhead-per-node.png b/images/cloud-metrics-gc-overhead-per-node.png deleted file mode 100644 index d86e03265..000000000 Binary files a/images/cloud-metrics-gc-overhead-per-node.png and /dev/null differ diff --git a/images/cloud-metrics-high-memory-pressure.png b/images/cloud-metrics-high-memory-pressure.png deleted file mode 100644 index 2c5b7fc8d..000000000 Binary files a/images/cloud-metrics-high-memory-pressure.png and /dev/null differ diff --git a/images/cloud-metrics-high-response-times.png b/images/cloud-metrics-high-response-times.png deleted file mode 100644 index 1427637f7..000000000 Binary files a/images/cloud-metrics-high-response-times.png and /dev/null differ diff --git a/images/cloud-metrics-hover.png b/images/cloud-metrics-hover.png deleted file mode 100644 index 397af0484..000000000 Binary files a/images/cloud-metrics-hover.png and /dev/null differ diff --git a/images/cloud-metrics-index-response-times.png b/images/cloud-metrics-index-response-times.png deleted file mode 100644 index d5e068c37..000000000 Binary files a/images/cloud-metrics-index-response-times.png and /dev/null differ diff --git a/images/cloud-metrics-memory-pressure-per-node.png b/images/cloud-metrics-memory-pressure-per-node.png deleted file mode 100644 index dcd423f3e..000000000 Binary files a/images/cloud-metrics-memory-pressure-per-node.png and /dev/null differ diff --git a/images/cloud-metrics-memory-pressure-sawtooth.png b/images/cloud-metrics-memory-pressure-sawtooth.png deleted file mode 100644 index d11b24aa3..000000000 Binary files a/images/cloud-metrics-memory-pressure-sawtooth.png and /dev/null differ diff --git a/images/cloud-metrics-number-of-requests.png b/images/cloud-metrics-number-of-requests.png deleted file mode 100644 index cf17f1493..000000000 Binary files a/images/cloud-metrics-number-of-requests.png and /dev/null differ diff --git a/images/cloud-metrics-pan.png b/images/cloud-metrics-pan.png deleted file mode 100644 index 04cc42d6a..000000000 Binary files a/images/cloud-metrics-pan.png and /dev/null differ diff --git a/images/cloud-metrics-reset.png b/images/cloud-metrics-reset.png deleted file mode 100644 index 400aa0238..000000000 Binary files a/images/cloud-metrics-reset.png and /dev/null differ diff --git a/images/cloud-metrics-response-times copy.png b/images/cloud-metrics-response-times copy.png deleted file mode 100644 index 021e6c4de..000000000 Binary files a/images/cloud-metrics-response-times copy.png and /dev/null differ diff --git a/images/cloud-metrics-response-times.png b/images/cloud-metrics-response-times.png deleted file mode 100644 index 021e6c4de..000000000 Binary files a/images/cloud-metrics-response-times.png and /dev/null differ diff --git a/images/cloud-metrics-search-response-times.png b/images/cloud-metrics-search-response-times.png deleted file mode 100644 index 1880e9719..000000000 Binary files a/images/cloud-metrics-search-response-times.png and /dev/null differ diff --git a/images/cloud-metrics-zoom.png b/images/cloud-metrics-zoom.png deleted file mode 100644 index d0524c52b..000000000 Binary files a/images/cloud-metrics-zoom.png and /dev/null differ diff --git a/images/cloud-on-k8s-cgroups-cfs-stats.png b/images/cloud-on-k8s-cgroups-cfs-stats.png deleted file mode 100644 index f95841b67..000000000 Binary files a/images/cloud-on-k8s-cgroups-cfs-stats.png and /dev/null differ diff --git a/images/cloud-on-k8s-metrics-explorer-cpu.png b/images/cloud-on-k8s-metrics-explorer-cpu.png deleted file mode 100644 index 19336b1ba..000000000 Binary files a/images/cloud-on-k8s-metrics-explorer-cpu.png and /dev/null differ diff --git a/images/cloud-remote-clusters-proxy-certificate.png b/images/cloud-remote-clusters-proxy-certificate.png deleted file mode 100644 index 31ee3b83c..000000000 Binary files a/images/cloud-remote-clusters-proxy-certificate.png and /dev/null differ diff --git a/images/cloud-reset-password.png b/images/cloud-reset-password.png deleted file mode 100644 index 8cbfdfe2a..000000000 Binary files a/images/cloud-reset-password.png and /dev/null differ diff --git a/images/cloud-restore-from-snapshot.png b/images/cloud-restore-from-snapshot.png deleted file mode 100644 index 87d6dcdfd..000000000 Binary files a/images/cloud-restore-from-snapshot.png and /dev/null differ diff --git a/images/cloud-user-settings.png b/images/cloud-user-settings.png deleted file mode 100644 index 178773d3f..000000000 Binary files a/images/cloud-user-settings.png and /dev/null differ diff --git a/images/elastic-stack-air-gapped-configure-logging.png b/images/elastic-stack-air-gapped-configure-logging.png deleted file mode 100644 index 86c5d87ba..000000000 Binary files a/images/elastic-stack-air-gapped-configure-logging.png and /dev/null differ diff --git a/images/elastic-stack-install-stack-metrics-dashboard.png b/images/elastic-stack-install-stack-metrics-dashboard.png deleted file mode 100644 index 890b4d465..000000000 Binary files a/images/elastic-stack-install-stack-metrics-dashboard.png and /dev/null differ diff --git a/images/elastic-stack-stack-install-final-state.png b/images/elastic-stack-stack-install-final-state.png deleted file mode 100644 index 1b651cace..000000000 Binary files a/images/elastic-stack-stack-install-final-state.png and /dev/null differ diff --git a/images/elasticsearch-client-net-api-capture-requests-localhost.png b/images/elasticsearch-client-net-api-capture-requests-localhost.png deleted file mode 100644 index 3730681e5..000000000 Binary files a/images/elasticsearch-client-net-api-capture-requests-localhost.png and /dev/null differ diff --git a/images/elasticsearch-client-net-api-capture-requests-remotehost.png b/images/elasticsearch-client-net-api-capture-requests-remotehost.png deleted file mode 100644 index 26a913d2c..000000000 Binary files a/images/elasticsearch-client-net-api-capture-requests-remotehost.png and /dev/null differ diff --git a/images/elasticsearch-client-net-api-inspect-requests.png b/images/elasticsearch-client-net-api-inspect-requests.png deleted file mode 100644 index 8b4a79b40..000000000 Binary files a/images/elasticsearch-client-net-api-inspect-requests.png and /dev/null differ diff --git a/images/elasticsearch-reference-action-throttling.jpg b/images/elasticsearch-reference-action-throttling.jpg deleted file mode 100644 index fa1a65c2f..000000000 Binary files a/images/elasticsearch-reference-action-throttling.jpg and /dev/null differ diff --git a/images/elasticsearch-reference-administrator_drivers.png b/images/elasticsearch-reference-administrator_drivers.png deleted file mode 100644 index 9f4a26b17..000000000 Binary files a/images/elasticsearch-reference-administrator_drivers.png and /dev/null differ diff --git a/images/elasticsearch-reference-administrator_launch_editor.png b/images/elasticsearch-reference-administrator_launch_editor.png deleted file mode 100644 index 3bb93af29..000000000 Binary files a/images/elasticsearch-reference-administrator_launch_editor.png and /dev/null differ diff --git a/images/elasticsearch-reference-administrator_system_add.png b/images/elasticsearch-reference-administrator_system_add.png deleted file mode 100644 index 64d47b67f..000000000 Binary files a/images/elasticsearch-reference-administrator_system_add.png and /dev/null differ diff --git a/images/elasticsearch-reference-administrator_system_added.png b/images/elasticsearch-reference-administrator_system_added.png deleted file mode 100644 index 6797264a8..000000000 Binary files a/images/elasticsearch-reference-administrator_system_added.png and /dev/null differ diff --git a/images/elasticsearch-reference-administrator_tracing.png b/images/elasticsearch-reference-administrator_tracing.png deleted file mode 100644 index 14493ba8d..000000000 Binary files a/images/elasticsearch-reference-administrator_tracing.png and /dev/null differ diff --git a/images/elasticsearch-reference-analytics-explorer-dashboard.png b/images/elasticsearch-reference-analytics-explorer-dashboard.png deleted file mode 100644 index 922763585..000000000 Binary files a/images/elasticsearch-reference-analytics-explorer-dashboard.png and /dev/null differ diff --git a/images/elasticsearch-reference-analytics-overview-dashboard.png b/images/elasticsearch-reference-analytics-overview-dashboard.png deleted file mode 100644 index c088cd399..000000000 Binary files a/images/elasticsearch-reference-analytics-overview-dashboard.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_excel_cred.png b/images/elasticsearch-reference-apps_excel_cred.png deleted file mode 100644 index a3da36dbf..000000000 Binary files a/images/elasticsearch-reference-apps_excel_cred.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_excel_dsn.png b/images/elasticsearch-reference-apps_excel_dsn.png deleted file mode 100644 index 7e81cc01f..000000000 Binary files a/images/elasticsearch-reference-apps_excel_dsn.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_excel_fromodbc.png b/images/elasticsearch-reference-apps_excel_fromodbc.png deleted file mode 100644 index 603af4dfc..000000000 Binary files a/images/elasticsearch-reference-apps_excel_fromodbc.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_excel_loaded.png b/images/elasticsearch-reference-apps_excel_loaded.png deleted file mode 100644 index 7d7ea86c8..000000000 Binary files a/images/elasticsearch-reference-apps_excel_loaded.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_excel_picktable.png b/images/elasticsearch-reference-apps_excel_picktable.png deleted file mode 100644 index fd7aecc41..000000000 Binary files a/images/elasticsearch-reference-apps_excel_picktable.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_databases.png b/images/elasticsearch-reference-apps_microstrat_databases.png deleted file mode 100644 index 9f1c69b79..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_databases.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_dsn.png b/images/elasticsearch-reference-apps_microstrat_dsn.png deleted file mode 100644 index 4fa4c9094..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_dsn.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_live.png b/images/elasticsearch-reference-apps_microstrat_live.png deleted file mode 100644 index 2a3e0fa02..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_live.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_loadtable.png b/images/elasticsearch-reference-apps_microstrat_loadtable.png deleted file mode 100644 index a1502c4e9..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_loadtable.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_newdata.png b/images/elasticsearch-reference-apps_microstrat_newdata.png deleted file mode 100644 index 3a00c6dff..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_newdata.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_newdossier.png b/images/elasticsearch-reference-apps_microstrat_newdossier.png deleted file mode 100644 index 275588a7f..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_newdossier.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_newds.png b/images/elasticsearch-reference-apps_microstrat_newds.png deleted file mode 100644 index 45e3666ea..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_newds.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_tables.png b/images/elasticsearch-reference-apps_microstrat_tables.png deleted file mode 100644 index 71283d05e..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_tables.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_microstrat_visualize.png b/images/elasticsearch-reference-apps_microstrat_visualize.png deleted file mode 100644 index 3e15946f0..000000000 Binary files a/images/elasticsearch-reference-apps_microstrat_visualize.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_pbi_dsn.png b/images/elasticsearch-reference-apps_pbi_dsn.png deleted file mode 100644 index 9e9512ec4..000000000 Binary files a/images/elasticsearch-reference-apps_pbi_dsn.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_pbi_fromodbc1.png b/images/elasticsearch-reference-apps_pbi_fromodbc1.png deleted file mode 100644 index 313b1edbc..000000000 Binary files a/images/elasticsearch-reference-apps_pbi_fromodbc1.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_pbi_fromodbc2.png b/images/elasticsearch-reference-apps_pbi_fromodbc2.png deleted file mode 100644 index fade98f4a..000000000 Binary files a/images/elasticsearch-reference-apps_pbi_fromodbc2.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_pbi_loaded.png b/images/elasticsearch-reference-apps_pbi_loaded.png deleted file mode 100644 index c1927d220..000000000 Binary files a/images/elasticsearch-reference-apps_pbi_loaded.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_pbi_picktable.png b/images/elasticsearch-reference-apps_pbi_picktable.png deleted file mode 100644 index 2b2e1c8e4..000000000 Binary files a/images/elasticsearch-reference-apps_pbi_picktable.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_ps_exed.png b/images/elasticsearch-reference-apps_ps_exed.png deleted file mode 100644 index 84c3c12ec..000000000 Binary files a/images/elasticsearch-reference-apps_ps_exed.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_adddata.png b/images/elasticsearch-reference-apps_qlik_adddata.png deleted file mode 100644 index b32596c1c..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_adddata.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_create.png b/images/elasticsearch-reference-apps_qlik_create.png deleted file mode 100644 index 4a2438c1c..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_create.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_dsn.png b/images/elasticsearch-reference-apps_qlik_dsn.png deleted file mode 100644 index 79852e501..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_dsn.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_newapp.png b/images/elasticsearch-reference-apps_qlik_newapp.png deleted file mode 100644 index 190970782..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_newapp.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_odbc.png b/images/elasticsearch-reference-apps_qlik_odbc.png deleted file mode 100644 index 9b56fe6bc..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_odbc.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_open.png b/images/elasticsearch-reference-apps_qlik_open.png deleted file mode 100644 index f4e33230e..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_open.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_selecttable.png b/images/elasticsearch-reference-apps_qlik_selecttable.png deleted file mode 100644 index c6a485cb8..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_selecttable.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_qlik_visualize.png b/images/elasticsearch-reference-apps_qlik_visualize.png deleted file mode 100644 index c87cd505d..000000000 Binary files a/images/elasticsearch-reference-apps_qlik_visualize.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_desktop_connect.png b/images/elasticsearch-reference-apps_tableau_desktop_connect.png deleted file mode 100644 index db0840220..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_desktop_connect.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_desktop_from_connector.png b/images/elasticsearch-reference-apps_tableau_desktop_from_connector.png deleted file mode 100644 index 509530532..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_desktop_from_connector.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_desktop_prepare.png b/images/elasticsearch-reference-apps_tableau_desktop_prepare.png deleted file mode 100644 index 2e0bea709..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_desktop_prepare.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_desktop_report.png b/images/elasticsearch-reference-apps_tableau_desktop_report.png deleted file mode 100644 index 51646ca35..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_desktop_report.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_server_connect.png b/images/elasticsearch-reference-apps_tableau_server_connect.png deleted file mode 100644 index b2f2b5703..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_server_connect.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_server_from_connector.png b/images/elasticsearch-reference-apps_tableau_server_from_connector.png deleted file mode 100644 index f832d6369..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_server_from_connector.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_server_prepare.png b/images/elasticsearch-reference-apps_tableau_server_prepare.png deleted file mode 100644 index 3b1b3a579..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_server_prepare.png and /dev/null differ diff --git a/images/elasticsearch-reference-apps_tableau_server_report.png b/images/elasticsearch-reference-apps_tableau_server_report.png deleted file mode 100644 index 5b7418d8d..000000000 Binary files a/images/elasticsearch-reference-apps_tableau_server_report.png and /dev/null differ diff --git a/images/elasticsearch-reference-architecture.png b/images/elasticsearch-reference-architecture.png deleted file mode 100644 index 769618c0c..000000000 Binary files a/images/elasticsearch-reference-architecture.png and /dev/null differ diff --git a/images/elasticsearch-reference-authorization.png b/images/elasticsearch-reference-authorization.png deleted file mode 100644 index 1d692f2e3..000000000 Binary files a/images/elasticsearch-reference-authorization.png and /dev/null differ diff --git a/images/elasticsearch-reference-auto-follow-patterns.png b/images/elasticsearch-reference-auto-follow-patterns.png deleted file mode 100644 index 69e1cc864..000000000 Binary files a/images/elasticsearch-reference-auto-follow-patterns.png and /dev/null differ diff --git a/images/elasticsearch-reference-autoscaling_banner.png b/images/elasticsearch-reference-autoscaling_banner.png deleted file mode 100644 index cffe32385..000000000 Binary files a/images/elasticsearch-reference-autoscaling_banner.png and /dev/null differ diff --git a/images/elasticsearch-reference-autoscaling_limits_banner.png b/images/elasticsearch-reference-autoscaling_limits_banner.png deleted file mode 100644 index 6eabffe81..000000000 Binary files a/images/elasticsearch-reference-autoscaling_limits_banner.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-arch-bi-directional.png b/images/elasticsearch-reference-ccr-arch-bi-directional.png deleted file mode 100644 index 9c936cd9f..000000000 Binary files a/images/elasticsearch-reference-ccr-arch-bi-directional.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-arch-central-reporting.png b/images/elasticsearch-reference-ccr-arch-central-reporting.png deleted file mode 100644 index c89346e29..000000000 Binary files a/images/elasticsearch-reference-ccr-arch-central-reporting.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-arch-chain-dcs.png b/images/elasticsearch-reference-ccr-arch-chain-dcs.png deleted file mode 100644 index 042a8185c..000000000 Binary files a/images/elasticsearch-reference-ccr-arch-chain-dcs.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-arch-data-locality.png b/images/elasticsearch-reference-ccr-arch-data-locality.png deleted file mode 100644 index a2b67b072..000000000 Binary files a/images/elasticsearch-reference-ccr-arch-data-locality.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-arch-disaster-recovery.png b/images/elasticsearch-reference-ccr-arch-disaster-recovery.png deleted file mode 100644 index 244c71910..000000000 Binary files a/images/elasticsearch-reference-ccr-arch-disaster-recovery.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-arch-multiple-dcs.png b/images/elasticsearch-reference-ccr-arch-multiple-dcs.png deleted file mode 100644 index 2a2fd05a0..000000000 Binary files a/images/elasticsearch-reference-ccr-arch-multiple-dcs.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-bi-directional-disaster-recovery.png b/images/elasticsearch-reference-ccr-bi-directional-disaster-recovery.png deleted file mode 100644 index ad597160d..000000000 Binary files a/images/elasticsearch-reference-ccr-bi-directional-disaster-recovery.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-follower-index.png b/images/elasticsearch-reference-ccr-follower-index.png deleted file mode 100644 index dee64c527..000000000 Binary files a/images/elasticsearch-reference-ccr-follower-index.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-tutorial-clusters.png b/images/elasticsearch-reference-ccr-tutorial-clusters.png deleted file mode 100644 index 23e72702f..000000000 Binary files a/images/elasticsearch-reference-ccr-tutorial-clusters.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccr-uni-directional-disaster-recovery.png b/images/elasticsearch-reference-ccr-uni-directional-disaster-recovery.png deleted file mode 100644 index ad6e19fa1..000000000 Binary files a/images/elasticsearch-reference-ccr-uni-directional-disaster-recovery.png and /dev/null differ diff --git a/images/elasticsearch-reference-ccs-dont-min-roundtrip-shard-results.svg b/images/elasticsearch-reference-ccs-dont-min-roundtrip-shard-results.svg deleted file mode 100644 index 3c48418b9..000000000 --- a/images/elasticsearch-reference-ccs-dont-min-roundtrip-shard-results.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-ccs-dont-min-roundtrip-shard-search.svg b/images/elasticsearch-reference-ccs-dont-min-roundtrip-shard-search.svg deleted file mode 100644 index dbf852edd..000000000 --- a/images/elasticsearch-reference-ccs-dont-min-roundtrip-shard-search.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-ccs-min-roundtrip-client-request.svg b/images/elasticsearch-reference-ccs-min-roundtrip-client-request.svg deleted file mode 100644 index 7224a25c2..000000000 --- a/images/elasticsearch-reference-ccs-min-roundtrip-client-request.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-ccs-min-roundtrip-client-response.svg b/images/elasticsearch-reference-ccs-min-roundtrip-client-response.svg deleted file mode 100644 index e806b2c47..000000000 --- a/images/elasticsearch-reference-ccs-min-roundtrip-client-response.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-ccs-min-roundtrip-cluster-results.svg b/images/elasticsearch-reference-ccs-min-roundtrip-cluster-results.svg deleted file mode 100644 index 9ffb651b9..000000000 --- a/images/elasticsearch-reference-ccs-min-roundtrip-cluster-results.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-ccs-min-roundtrip-cluster-search.svg b/images/elasticsearch-reference-ccs-min-roundtrip-cluster-search.svg deleted file mode 100644 index eb4811829..000000000 --- a/images/elasticsearch-reference-ccs-min-roundtrip-cluster-search.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-console-triple-quotes.png b/images/elasticsearch-reference-console-triple-quotes.png deleted file mode 100644 index 444b7823a..000000000 Binary files a/images/elasticsearch-reference-console-triple-quotes.png and /dev/null differ diff --git a/images/elasticsearch-reference-create-index-template.png b/images/elasticsearch-reference-create-index-template.png deleted file mode 100644 index 750640989..000000000 Binary files a/images/elasticsearch-reference-create-index-template.png and /dev/null differ diff --git a/images/elasticsearch-reference-create-policy.png b/images/elasticsearch-reference-create-policy.png deleted file mode 100644 index 738069bf1..000000000 Binary files a/images/elasticsearch-reference-create-policy.png and /dev/null differ diff --git a/images/elasticsearch-reference-create-template-wizard-my_template.png b/images/elasticsearch-reference-create-template-wizard-my_template.png deleted file mode 100644 index fd712e2a6..000000000 Binary files a/images/elasticsearch-reference-create-template-wizard-my_template.png and /dev/null differ diff --git a/images/elasticsearch-reference-create-template-wizard.png b/images/elasticsearch-reference-create-template-wizard.png deleted file mode 100644 index d16f785e9..000000000 Binary files a/images/elasticsearch-reference-create-template-wizard.png and /dev/null differ diff --git a/images/elasticsearch-reference-cumbre_vieja_eruption_dashboard.png b/images/elasticsearch-reference-cumbre_vieja_eruption_dashboard.png deleted file mode 100644 index a2b54c539..000000000 Binary files a/images/elasticsearch-reference-cumbre_vieja_eruption_dashboard.png and /dev/null differ diff --git a/images/elasticsearch-reference-custom-logs-pipeline.png b/images/elasticsearch-reference-custom-logs-pipeline.png deleted file mode 100644 index 215038a45..000000000 Binary files a/images/elasticsearch-reference-custom-logs-pipeline.png and /dev/null differ diff --git a/images/elasticsearch-reference-custom-logs.png b/images/elasticsearch-reference-custom-logs.png deleted file mode 100644 index d1350ae06..000000000 Binary files a/images/elasticsearch-reference-custom-logs.png and /dev/null differ diff --git a/images/elasticsearch-reference-dashboard_panel_filter_button.png b/images/elasticsearch-reference-dashboard_panel_filter_button.png deleted file mode 100644 index b1188f378..000000000 Binary files a/images/elasticsearch-reference-dashboard_panel_filter_button.png and /dev/null differ diff --git a/images/elasticsearch-reference-data-streams-diagram.svg b/images/elasticsearch-reference-data-streams-diagram.svg deleted file mode 100644 index 442317111..000000000 --- a/images/elasticsearch-reference-data-streams-diagram.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-data-streams-index-request.svg b/images/elasticsearch-reference-data-streams-index-request.svg deleted file mode 100644 index 05eca0f68..000000000 --- a/images/elasticsearch-reference-data-streams-index-request.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-data-streams-search-request.svg b/images/elasticsearch-reference-data-streams-search-request.svg deleted file mode 100644 index 0f03b4565..000000000 --- a/images/elasticsearch-reference-data-streams-search-request.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-data_processing_flow.png b/images/elasticsearch-reference-data_processing_flow.png deleted file mode 100644 index 9b2f58ad6..000000000 Binary files a/images/elasticsearch-reference-data_processing_flow.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbeaver-1-new-conn.png b/images/elasticsearch-reference-dbeaver-1-new-conn.png deleted file mode 100644 index bf7f1c631..000000000 Binary files a/images/elasticsearch-reference-dbeaver-1-new-conn.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbeaver-2-conn-es.png b/images/elasticsearch-reference-dbeaver-2-conn-es.png deleted file mode 100644 index f63df0987..000000000 Binary files a/images/elasticsearch-reference-dbeaver-2-conn-es.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbeaver-3-conn-props.png b/images/elasticsearch-reference-dbeaver-3-conn-props.png deleted file mode 100644 index 825ce1b63..000000000 Binary files a/images/elasticsearch-reference-dbeaver-3-conn-props.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbeaver-4-driver-ver.png b/images/elasticsearch-reference-dbeaver-4-driver-ver.png deleted file mode 100644 index bcad2a75d..000000000 Binary files a/images/elasticsearch-reference-dbeaver-4-driver-ver.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbeaver-5-test-conn.png b/images/elasticsearch-reference-dbeaver-5-test-conn.png deleted file mode 100644 index c76ae1993..000000000 Binary files a/images/elasticsearch-reference-dbeaver-5-test-conn.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbeaver-6-data.png b/images/elasticsearch-reference-dbeaver-6-data.png deleted file mode 100644 index 053042b79..000000000 Binary files a/images/elasticsearch-reference-dbeaver-6-data.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-1-driver-manager.png b/images/elasticsearch-reference-dbvis-1-driver-manager.png deleted file mode 100644 index 8cde47bb6..000000000 Binary files a/images/elasticsearch-reference-dbvis-1-driver-manager.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-2-driver-manager-elasticsearch.png b/images/elasticsearch-reference-dbvis-2-driver-manager-elasticsearch.png deleted file mode 100644 index ac30326b9..000000000 Binary files a/images/elasticsearch-reference-dbvis-2-driver-manager-elasticsearch.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-3-driver-manager-download.png b/images/elasticsearch-reference-dbvis-3-driver-manager-download.png deleted file mode 100644 index d3dee62dc..000000000 Binary files a/images/elasticsearch-reference-dbvis-3-driver-manager-download.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-4-driver-manager-ready.png b/images/elasticsearch-reference-dbvis-4-driver-manager-ready.png deleted file mode 100644 index 6e7003cc4..000000000 Binary files a/images/elasticsearch-reference-dbvis-4-driver-manager-ready.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-5-new-conn.png b/images/elasticsearch-reference-dbvis-5-new-conn.png deleted file mode 100644 index b4102ad1b..000000000 Binary files a/images/elasticsearch-reference-dbvis-5-new-conn.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-6-new-conn-elasticsearch.png b/images/elasticsearch-reference-dbvis-6-new-conn-elasticsearch.png deleted file mode 100644 index e69e62657..000000000 Binary files a/images/elasticsearch-reference-dbvis-6-new-conn-elasticsearch.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-7-new-conn-connect.png b/images/elasticsearch-reference-dbvis-7-new-conn-connect.png deleted file mode 100644 index 51773b62b..000000000 Binary files a/images/elasticsearch-reference-dbvis-7-new-conn-connect.png and /dev/null differ diff --git a/images/elasticsearch-reference-dbvis-8-data.png b/images/elasticsearch-reference-dbvis-8-data.png deleted file mode 100644 index a2c5d0c34..000000000 Binary files a/images/elasticsearch-reference-dbvis-8-data.png and /dev/null differ diff --git a/images/elasticsearch-reference-discover-data-view-analytics.png b/images/elasticsearch-reference-discover-data-view-analytics.png deleted file mode 100644 index 676ed4009..000000000 Binary files a/images/elasticsearch-reference-discover-data-view-analytics.png and /dev/null differ diff --git a/images/elasticsearch-reference-discover-lens-analytics.png b/images/elasticsearch-reference-discover-lens-analytics.png deleted file mode 100644 index 89701eca6..000000000 Binary files a/images/elasticsearch-reference-discover-lens-analytics.png and /dev/null differ diff --git a/images/elasticsearch-reference-document-enrichment-add-inference-pipeline.png b/images/elasticsearch-reference-document-enrichment-add-inference-pipeline.png deleted file mode 100644 index 336228fc0..000000000 Binary files a/images/elasticsearch-reference-document-enrichment-add-inference-pipeline.png and /dev/null differ diff --git a/images/elasticsearch-reference-document-enrichment-diagram.png b/images/elasticsearch-reference-document-enrichment-diagram.png deleted file mode 100644 index 89ae1d45e..000000000 Binary files a/images/elasticsearch-reference-document-enrichment-diagram.png and /dev/null differ diff --git a/images/elasticsearch-reference-dsn_editor_basic.png b/images/elasticsearch-reference-dsn_editor_basic.png deleted file mode 100644 index c3dca79d5..000000000 Binary files a/images/elasticsearch-reference-dsn_editor_basic.png and /dev/null differ diff --git a/images/elasticsearch-reference-dsn_editor_conntest.png b/images/elasticsearch-reference-dsn_editor_conntest.png deleted file mode 100644 index 4bc682776..000000000 Binary files a/images/elasticsearch-reference-dsn_editor_conntest.png and /dev/null differ diff --git a/images/elasticsearch-reference-dsn_editor_logging.png b/images/elasticsearch-reference-dsn_editor_logging.png deleted file mode 100644 index 509a69d61..000000000 Binary files a/images/elasticsearch-reference-dsn_editor_logging.png and /dev/null differ diff --git a/images/elasticsearch-reference-dsn_editor_misc.png b/images/elasticsearch-reference-dsn_editor_misc.png deleted file mode 100644 index aeff07075..000000000 Binary files a/images/elasticsearch-reference-dsn_editor_misc.png and /dev/null differ diff --git a/images/elasticsearch-reference-dsn_editor_proxy.png b/images/elasticsearch-reference-dsn_editor_proxy.png deleted file mode 100644 index 3e7538b3a..000000000 Binary files a/images/elasticsearch-reference-dsn_editor_proxy.png and /dev/null differ diff --git a/images/elasticsearch-reference-dsn_editor_security_cert.png b/images/elasticsearch-reference-dsn_editor_security_cert.png deleted file mode 100644 index c37c03c6c..000000000 Binary files a/images/elasticsearch-reference-dsn_editor_security_cert.png and /dev/null differ diff --git a/images/elasticsearch-reference-ecommerce-latest1.png b/images/elasticsearch-reference-ecommerce-latest1.png deleted file mode 100644 index 02a8efca7..000000000 Binary files a/images/elasticsearch-reference-ecommerce-latest1.png and /dev/null differ diff --git a/images/elasticsearch-reference-ecommerce-pivot1.png b/images/elasticsearch-reference-ecommerce-pivot1.png deleted file mode 100644 index c2b17077d..000000000 Binary files a/images/elasticsearch-reference-ecommerce-pivot1.png and /dev/null differ diff --git a/images/elasticsearch-reference-ecommerce-pivot2.png b/images/elasticsearch-reference-ecommerce-pivot2.png deleted file mode 100644 index 9dceff590..000000000 Binary files a/images/elasticsearch-reference-ecommerce-pivot2.png and /dev/null differ diff --git a/images/elasticsearch-reference-ecommerce-pivot3.png b/images/elasticsearch-reference-ecommerce-pivot3.png deleted file mode 100644 index d16a8dac6..000000000 Binary files a/images/elasticsearch-reference-ecommerce-pivot3.png and /dev/null differ diff --git a/images/elasticsearch-reference-ecommerce-pivot4.png b/images/elasticsearch-reference-ecommerce-pivot4.png deleted file mode 100644 index 0406d81ca..000000000 Binary files a/images/elasticsearch-reference-ecommerce-pivot4.png and /dev/null differ diff --git a/images/elasticsearch-reference-ecommerce-results.png b/images/elasticsearch-reference-ecommerce-results.png deleted file mode 100644 index 4bca0fce7..000000000 Binary files a/images/elasticsearch-reference-ecommerce-results.png and /dev/null differ diff --git a/images/elasticsearch-reference-elas_0202.png b/images/elasticsearch-reference-elas_0202.png deleted file mode 100644 index 36b31cc37..000000000 Binary files a/images/elasticsearch-reference-elas_0202.png and /dev/null differ diff --git a/images/elasticsearch-reference-elas_0204.png b/images/elasticsearch-reference-elas_0204.png deleted file mode 100644 index 788d46e09..000000000 Binary files a/images/elasticsearch-reference-elas_0204.png and /dev/null differ diff --git a/images/elasticsearch-reference-elastic-security-overview.png b/images/elasticsearch-reference-elastic-security-overview.png deleted file mode 100644 index 4cf6b08f5..000000000 Binary files a/images/elasticsearch-reference-elastic-security-overview.png and /dev/null differ diff --git a/images/elasticsearch-reference-enable_autoscaling.png b/images/elasticsearch-reference-enable_autoscaling.png deleted file mode 100644 index 2a31cfda4..000000000 Binary files a/images/elasticsearch-reference-enable_autoscaling.png and /dev/null differ diff --git a/images/elasticsearch-reference-enrich-policy-index.svg b/images/elasticsearch-reference-enrich-policy-index.svg deleted file mode 100644 index 8ec6ae59a..000000000 --- a/images/elasticsearch-reference-enrich-policy-index.svg +++ /dev/null @@ -1,40 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-enrich-process.svg b/images/elasticsearch-reference-enrich-process.svg deleted file mode 100644 index a346f7592..000000000 --- a/images/elasticsearch-reference-enrich-process.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-enrich-processor.svg b/images/elasticsearch-reference-enrich-processor.svg deleted file mode 100644 index 95978c602..000000000 --- a/images/elasticsearch-reference-enrich-processor.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-env_var_log.png b/images/elasticsearch-reference-env_var_log.png deleted file mode 100644 index 739f9650d..000000000 Binary files a/images/elasticsearch-reference-env_var_log.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-dashboard-panel-edit-visualization.png b/images/elasticsearch-reference-esql-dashboard-panel-edit-visualization.png deleted file mode 100644 index b014b74e0..000000000 Binary files a/images/elasticsearch-reference-esql-dashboard-panel-edit-visualization.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-dashboard-panel-query.png b/images/elasticsearch-reference-esql-dashboard-panel-query.png deleted file mode 100644 index ee426839c..000000000 Binary files a/images/elasticsearch-reference-esql-dashboard-panel-query.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-dashboard-panel.png b/images/elasticsearch-reference-esql-dashboard-panel.png deleted file mode 100644 index 61b44f7c9..000000000 Binary files a/images/elasticsearch-reference-esql-dashboard-panel.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-discover-query-history.png b/images/elasticsearch-reference-esql-discover-query-history.png deleted file mode 100644 index eb064684a..000000000 Binary files a/images/elasticsearch-reference-esql-discover-query-history.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-discover-query-starred.png b/images/elasticsearch-reference-esql-discover-query-starred.png deleted file mode 100644 index 525aa9acb..000000000 Binary files a/images/elasticsearch-reference-esql-discover-query-starred.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-enrich.png b/images/elasticsearch-reference-esql-enrich.png deleted file mode 100644 index a710c5e54..000000000 Binary files a/images/elasticsearch-reference-esql-enrich.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-icon-edit-visualization.svg b/images/elasticsearch-reference-esql-icon-edit-visualization.svg deleted file mode 100644 index c559f0e58..000000000 --- a/images/elasticsearch-reference-esql-icon-edit-visualization.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-esql-icon-options.svg b/images/elasticsearch-reference-esql-icon-options.svg deleted file mode 100644 index 6abb3ca9d..000000000 --- a/images/elasticsearch-reference-esql-icon-options.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-esql-icon-save-visualization.svg b/images/elasticsearch-reference-esql-icon-save-visualization.svg deleted file mode 100644 index f80a5993a..000000000 --- a/images/elasticsearch-reference-esql-icon-save-visualization.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-esql-kibana-auto-complete.png b/images/elasticsearch-reference-esql-kibana-auto-complete.png deleted file mode 100644 index 155df2447..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-auto-complete.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-kibana-bar-chart.png b/images/elasticsearch-reference-esql-kibana-bar-chart.png deleted file mode 100644 index b74b33710..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-bar-chart.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-kibana-create-rule.png b/images/elasticsearch-reference-esql-kibana-create-rule.png deleted file mode 100644 index a763c6f36..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-create-rule.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-kibana-edit-on-dashboard.png b/images/elasticsearch-reference-esql-kibana-edit-on-dashboard.png deleted file mode 100644 index 348b77150..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-edit-on-dashboard.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-kibana-enrich-autocomplete.png b/images/elasticsearch-reference-esql-kibana-enrich-autocomplete.png deleted file mode 100644 index f2a0779be..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-enrich-autocomplete.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-kibana-enrich-step-1.png b/images/elasticsearch-reference-esql-kibana-enrich-step-1.png deleted file mode 100644 index 22f71d987..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-enrich-step-1.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-kibana-enrich-step-2.png b/images/elasticsearch-reference-esql-kibana-enrich-step-2.png deleted file mode 100644 index c8d7f5c6a..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-enrich-step-2.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-kibana-in-line-editor.png b/images/elasticsearch-reference-esql-kibana-in-line-editor.png deleted file mode 100644 index 85631896e..000000000 Binary files a/images/elasticsearch-reference-esql-kibana-in-line-editor.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-limit.png b/images/elasticsearch-reference-esql-limit.png deleted file mode 100644 index 26bb09ac5..000000000 Binary files a/images/elasticsearch-reference-esql-limit.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-sort-limit.png b/images/elasticsearch-reference-esql-sort-limit.png deleted file mode 100644 index 685f96d61..000000000 Binary files a/images/elasticsearch-reference-esql-sort-limit.png and /dev/null differ diff --git a/images/elasticsearch-reference-esql-sort.png b/images/elasticsearch-reference-esql-sort.png deleted file mode 100644 index 35d78acaf..000000000 Binary files a/images/elasticsearch-reference-esql-sort.png and /dev/null differ diff --git a/images/elasticsearch-reference-ess-advanced-config-data-tiers.png b/images/elasticsearch-reference-ess-advanced-config-data-tiers.png deleted file mode 100644 index 03333bfc8..000000000 Binary files a/images/elasticsearch-reference-ess-advanced-config-data-tiers.png and /dev/null differ diff --git a/images/elasticsearch-reference-full-text-search-overview.svg b/images/elasticsearch-reference-full-text-search-overview.svg deleted file mode 100644 index e7a1c5ba1..000000000 --- a/images/elasticsearch-reference-full-text-search-overview.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - Full-text search with Elasticsearch - - - - - Source documents - - - - Analysis pipeline - Transforms text to normalized terms - - - - Inverted index - Search-optimized data structure - - - - Search query - - - - Relevance scoring - Similarity algorithm scores documents - - - - Search results - Most relevant first - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-increase-disk-capacity-master-node.png b/images/elasticsearch-reference-increase-disk-capacity-master-node.png deleted file mode 100644 index 5ebbd4e93..000000000 Binary files a/images/elasticsearch-reference-increase-disk-capacity-master-node.png and /dev/null differ diff --git a/images/elasticsearch-reference-increase-disk-capacity-other-node.png b/images/elasticsearch-reference-increase-disk-capacity-other-node.png deleted file mode 100644 index e6e98bee4..000000000 Binary files a/images/elasticsearch-reference-increase-disk-capacity-other-node.png and /dev/null differ diff --git a/images/elasticsearch-reference-index-lifecycle-policies.png b/images/elasticsearch-reference-index-lifecycle-policies.png deleted file mode 100644 index a2e5af9fb..000000000 Binary files a/images/elasticsearch-reference-index-lifecycle-policies.png and /dev/null differ diff --git a/images/elasticsearch-reference-ingest-pipeline-ent-search-ui.png b/images/elasticsearch-reference-ingest-pipeline-ent-search-ui.png deleted file mode 100644 index e0fc7d1ba..000000000 Binary files a/images/elasticsearch-reference-ingest-pipeline-ent-search-ui.png and /dev/null differ diff --git a/images/elasticsearch-reference-ingest-pipeline-list.png b/images/elasticsearch-reference-ingest-pipeline-list.png deleted file mode 100644 index 2cf1e5fe7..000000000 Binary files a/images/elasticsearch-reference-ingest-pipeline-list.png and /dev/null differ diff --git a/images/elasticsearch-reference-ingest-pipeline-processor.png b/images/elasticsearch-reference-ingest-pipeline-processor.png deleted file mode 100644 index 5fff06425..000000000 Binary files a/images/elasticsearch-reference-ingest-pipeline-processor.png and /dev/null differ diff --git a/images/elasticsearch-reference-ingest-process.svg b/images/elasticsearch-reference-ingest-process.svg deleted file mode 100644 index 665577985..000000000 --- a/images/elasticsearch-reference-ingest-process.svg +++ /dev/null @@ -1,42 +0,0 @@ - - - - Enrich process 2 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-installer_accept_license.png b/images/elasticsearch-reference-installer_accept_license.png deleted file mode 100644 index 4fc51d137..000000000 Binary files a/images/elasticsearch-reference-installer_accept_license.png and /dev/null differ diff --git a/images/elasticsearch-reference-installer_choose_destination.png b/images/elasticsearch-reference-installer_choose_destination.png deleted file mode 100644 index 12419b180..000000000 Binary files a/images/elasticsearch-reference-installer_choose_destination.png and /dev/null differ diff --git a/images/elasticsearch-reference-installer_finish.png b/images/elasticsearch-reference-installer_finish.png deleted file mode 100644 index a7ec3606d..000000000 Binary files a/images/elasticsearch-reference-installer_finish.png and /dev/null differ diff --git a/images/elasticsearch-reference-installer_installing.png b/images/elasticsearch-reference-installer_installing.png deleted file mode 100644 index 21bec24b1..000000000 Binary files a/images/elasticsearch-reference-installer_installing.png and /dev/null differ diff --git a/images/elasticsearch-reference-installer_ready_install.png b/images/elasticsearch-reference-installer_ready_install.png deleted file mode 100644 index 9ad0e52ab..000000000 Binary files a/images/elasticsearch-reference-installer_ready_install.png and /dev/null differ diff --git a/images/elasticsearch-reference-installer_started.png b/images/elasticsearch-reference-installer_started.png deleted file mode 100644 index e713594e3..000000000 Binary files a/images/elasticsearch-reference-installer_started.png and /dev/null differ diff --git a/images/elasticsearch-reference-kibana-console.png b/images/elasticsearch-reference-kibana-console.png deleted file mode 100644 index ac0c39049..000000000 Binary files a/images/elasticsearch-reference-kibana-console.png and /dev/null differ diff --git a/images/elasticsearch-reference-latest-preview.png b/images/elasticsearch-reference-latest-preview.png deleted file mode 100644 index 2183e4040..000000000 Binary files a/images/elasticsearch-reference-latest-preview.png and /dev/null differ diff --git a/images/elasticsearch-reference-launch_administrator.png b/images/elasticsearch-reference-launch_administrator.png deleted file mode 100644 index f7cc37120..000000000 Binary files a/images/elasticsearch-reference-launch_administrator.png and /dev/null differ diff --git a/images/elasticsearch-reference-learning-to-rank-feature-extraction.png b/images/elasticsearch-reference-learning-to-rank-feature-extraction.png deleted file mode 100644 index 6dc2ee319..000000000 Binary files a/images/elasticsearch-reference-learning-to-rank-feature-extraction.png and /dev/null differ diff --git a/images/elasticsearch-reference-learning-to-rank-judgment-list.png b/images/elasticsearch-reference-learning-to-rank-judgment-list.png deleted file mode 100644 index 3f0c212df..000000000 Binary files a/images/elasticsearch-reference-learning-to-rank-judgment-list.png and /dev/null differ diff --git a/images/elasticsearch-reference-learning-to-rank-overview.png b/images/elasticsearch-reference-learning-to-rank-overview.png deleted file mode 100644 index ea9557a70..000000000 Binary files a/images/elasticsearch-reference-learning-to-rank-overview.png and /dev/null differ diff --git a/images/elasticsearch-reference-lucene-in-memory-buffer.png b/images/elasticsearch-reference-lucene-in-memory-buffer.png deleted file mode 100644 index 376748861..000000000 Binary files a/images/elasticsearch-reference-lucene-in-memory-buffer.png and /dev/null differ diff --git a/images/elasticsearch-reference-lucene-written-not-committed.png b/images/elasticsearch-reference-lucene-written-not-committed.png deleted file mode 100644 index 9d295fb41..000000000 Binary files a/images/elasticsearch-reference-lucene-written-not-committed.png and /dev/null differ diff --git a/images/elasticsearch-reference-manage-transforms.png b/images/elasticsearch-reference-manage-transforms.png deleted file mode 100644 index 550ebf2b6..000000000 Binary files a/images/elasticsearch-reference-manage-transforms.png and /dev/null differ diff --git a/images/elasticsearch-reference-management-data-stream-fields.png b/images/elasticsearch-reference-management-data-stream-fields.png deleted file mode 100644 index 605d49b80..000000000 Binary files a/images/elasticsearch-reference-management-data-stream-fields.png and /dev/null differ diff --git a/images/elasticsearch-reference-management-enrich-policies.png b/images/elasticsearch-reference-management-enrich-policies.png deleted file mode 100644 index 75911842a..000000000 Binary files a/images/elasticsearch-reference-management-enrich-policies.png and /dev/null differ diff --git a/images/elasticsearch-reference-management-index-templates-mappings.png b/images/elasticsearch-reference-management-index-templates-mappings.png deleted file mode 100644 index 5ec34c779..000000000 Binary files a/images/elasticsearch-reference-management-index-templates-mappings.png and /dev/null differ diff --git a/images/elasticsearch-reference-management-index-templates.png b/images/elasticsearch-reference-management-index-templates.png deleted file mode 100644 index 1ed004e85..000000000 Binary files a/images/elasticsearch-reference-management-index-templates.png and /dev/null differ diff --git a/images/elasticsearch-reference-management_index_component_template.png b/images/elasticsearch-reference-management_index_component_template.png deleted file mode 100644 index 766bfb8d7..000000000 Binary files a/images/elasticsearch-reference-management_index_component_template.png and /dev/null differ diff --git a/images/elasticsearch-reference-management_index_create_wizard.png b/images/elasticsearch-reference-management_index_create_wizard.png deleted file mode 100644 index 0b5147e21..000000000 Binary files a/images/elasticsearch-reference-management_index_create_wizard.png and /dev/null differ diff --git a/images/elasticsearch-reference-management_index_details.png b/images/elasticsearch-reference-management_index_details.png deleted file mode 100644 index a975b9952..000000000 Binary files a/images/elasticsearch-reference-management_index_details.png and /dev/null differ diff --git a/images/elasticsearch-reference-management_index_labels.png b/images/elasticsearch-reference-management_index_labels.png deleted file mode 100644 index caec6d5af..000000000 Binary files a/images/elasticsearch-reference-management_index_labels.png and /dev/null differ diff --git a/images/elasticsearch-reference-metricbeat.png b/images/elasticsearch-reference-metricbeat.png deleted file mode 100644 index f74f85665..000000000 Binary files a/images/elasticsearch-reference-metricbeat.png and /dev/null differ diff --git a/images/elasticsearch-reference-pivot-preview.png b/images/elasticsearch-reference-pivot-preview.png deleted file mode 100644 index 6b6a78260..000000000 Binary files a/images/elasticsearch-reference-pivot-preview.png and /dev/null differ diff --git a/images/elasticsearch-reference-rag-schema.svg b/images/elasticsearch-reference-rag-schema.svg deleted file mode 100644 index f26edac6c..000000000 --- a/images/elasticsearch-reference-rag-schema.svg +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - Define how the model should - parse and render information - - Custom instructions - - - - - - Full-text, semantic - or hybrid search - - Search strategy - - - - - - - 1 - - - 2 - - - 3 - - - 4 - - - - - - User query - - - - Elasticsearch - - Retrieves relevant - documents - - - - Language model - Processes context & - - generates answer - - - - - - - - - Response - \ No newline at end of file diff --git a/images/elasticsearch-reference-rag-venn-diagram.svg b/images/elasticsearch-reference-rag-venn-diagram.svg deleted file mode 100644 index 9906aaefa..000000000 --- a/images/elasticsearch-reference-rag-venn-diagram.svg +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - Information - retrieval - - - Generative - AI - - - - RAG - \ No newline at end of file diff --git a/images/elasticsearch-reference-reached_autoscaling_limits.png b/images/elasticsearch-reference-reached_autoscaling_limits.png deleted file mode 100644 index 28dde50d0..000000000 Binary files a/images/elasticsearch-reference-reached_autoscaling_limits.png and /dev/null differ diff --git a/images/elasticsearch-reference-reduce_replicas.png b/images/elasticsearch-reference-reduce_replicas.png deleted file mode 100644 index ae3d49024..000000000 Binary files a/images/elasticsearch-reference-reduce_replicas.png and /dev/null differ diff --git a/images/elasticsearch-reference-repositories.png b/images/elasticsearch-reference-repositories.png deleted file mode 100644 index 70b161352..000000000 Binary files a/images/elasticsearch-reference-repositories.png and /dev/null differ diff --git a/images/elasticsearch-reference-semantic-options.svg b/images/elasticsearch-reference-semantic-options.svg deleted file mode 100644 index c4d68b19b..000000000 --- a/images/elasticsearch-reference-semantic-options.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - semantic_text - (Recommended) - - - - Inference API - - - - Model Deployment - - - Complexity: Low - Complexity: Medium - Complexity: High - - - - - - Create Inference Endpoint - - - Define Index Mapping - - - - Create Inference Endpoint - - - Configure Model Settings - - - Define Index Mapping - - - Setup Ingest Pipeline - - - - Select NLP Model - - - Deploy with Eland Client - - - Define Index Mapping - - - Setup Ingest Pipeline - - - diff --git a/images/elasticsearch-reference-shard-allocation-awareness-one-rack.png b/images/elasticsearch-reference-shard-allocation-awareness-one-rack.png deleted file mode 100644 index d5a3040cc..000000000 Binary files a/images/elasticsearch-reference-shard-allocation-awareness-one-rack.png and /dev/null differ diff --git a/images/elasticsearch-reference-shard-allocation-awareness-two-racks.png b/images/elasticsearch-reference-shard-allocation-awareness-two-racks.png deleted file mode 100644 index ce2ce6b2a..000000000 Binary files a/images/elasticsearch-reference-shard-allocation-awareness-two-racks.png and /dev/null differ diff --git a/images/elasticsearch-reference-source-command.svg b/images/elasticsearch-reference-source-command.svg deleted file mode 100644 index ebdb6af67..000000000 --- a/images/elasticsearch-reference-source-command.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/elasticsearch-reference-squirell-1-view-drivers.png b/images/elasticsearch-reference-squirell-1-view-drivers.png deleted file mode 100644 index b5ca1c951..000000000 Binary files a/images/elasticsearch-reference-squirell-1-view-drivers.png and /dev/null differ diff --git a/images/elasticsearch-reference-squirell-2-select-driver.png b/images/elasticsearch-reference-squirell-2-select-driver.png deleted file mode 100644 index 7b55d938c..000000000 Binary files a/images/elasticsearch-reference-squirell-2-select-driver.png and /dev/null differ diff --git a/images/elasticsearch-reference-squirell-3-add-driver.png b/images/elasticsearch-reference-squirell-3-add-driver.png deleted file mode 100644 index 9b476f2bc..000000000 Binary files a/images/elasticsearch-reference-squirell-3-add-driver.png and /dev/null differ diff --git a/images/elasticsearch-reference-squirell-4-driver-list.png b/images/elasticsearch-reference-squirell-4-driver-list.png deleted file mode 100644 index 990669f8b..000000000 Binary files a/images/elasticsearch-reference-squirell-4-driver-list.png and /dev/null differ diff --git a/images/elasticsearch-reference-squirell-5-add-alias.png b/images/elasticsearch-reference-squirell-5-add-alias.png deleted file mode 100644 index a23e348f4..000000000 Binary files a/images/elasticsearch-reference-squirell-5-add-alias.png and /dev/null differ diff --git a/images/elasticsearch-reference-squirell-6-alias-props.png b/images/elasticsearch-reference-squirell-6-alias-props.png deleted file mode 100644 index a43e5b5be..000000000 Binary files a/images/elasticsearch-reference-squirell-6-alias-props.png and /dev/null differ diff --git a/images/elasticsearch-reference-squirell-7-data.png b/images/elasticsearch-reference-squirell-7-data.png deleted file mode 100644 index ccfcd2593..000000000 Binary files a/images/elasticsearch-reference-squirell-7-data.png and /dev/null differ diff --git a/images/elasticsearch-reference-test-a-pipeline.png b/images/elasticsearch-reference-test-a-pipeline.png deleted file mode 100644 index 65ee2815e..000000000 Binary files a/images/elasticsearch-reference-test-a-pipeline.png and /dev/null differ diff --git a/images/elasticsearch-reference-time-bound-indices.svg b/images/elasticsearch-reference-time-bound-indices.svg deleted file mode 100644 index bcd60e747..000000000 --- a/images/elasticsearch-reference-time-bound-indices.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-time-series-chart.svg b/images/elasticsearch-reference-time-series-chart.svg deleted file mode 100644 index ce09bde04..000000000 --- a/images/elasticsearch-reference-time-series-chart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/elasticsearch-reference-time-series-downsampled.png b/images/elasticsearch-reference-time-series-downsampled.png deleted file mode 100644 index 954890f60..000000000 Binary files a/images/elasticsearch-reference-time-series-downsampled.png and /dev/null differ diff --git a/images/elasticsearch-reference-time-series-function.png b/images/elasticsearch-reference-time-series-function.png deleted file mode 100644 index f508ba1b8..000000000 Binary files a/images/elasticsearch-reference-time-series-function.png and /dev/null differ diff --git a/images/elasticsearch-reference-time-series-metric-anatomy.png b/images/elasticsearch-reference-time-series-metric-anatomy.png deleted file mode 100644 index 8616f40f1..000000000 Binary files a/images/elasticsearch-reference-time-series-metric-anatomy.png and /dev/null differ diff --git a/images/elasticsearch-reference-time-series-original.png b/images/elasticsearch-reference-time-series-original.png deleted file mode 100644 index 441f1a80a..000000000 Binary files a/images/elasticsearch-reference-time-series-original.png and /dev/null differ diff --git a/images/elasticsearch-reference-token-graph-dns-invalid-ex.svg b/images/elasticsearch-reference-token-graph-dns-invalid-ex.svg deleted file mode 100644 index 5614f39bf..000000000 --- a/images/elasticsearch-reference-token-graph-dns-invalid-ex.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-token-graph-dns-synonym-ex.svg b/images/elasticsearch-reference-token-graph-dns-synonym-ex.svg deleted file mode 100644 index cff5b1306..000000000 --- a/images/elasticsearch-reference-token-graph-dns-synonym-ex.svg +++ /dev/null @@ -1,72 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-token-graph-qbf-ex.svg b/images/elasticsearch-reference-token-graph-qbf-ex.svg deleted file mode 100644 index 639706730..000000000 --- a/images/elasticsearch-reference-token-graph-qbf-ex.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-token-graph-qbf-synonym-ex.svg b/images/elasticsearch-reference-token-graph-qbf-synonym-ex.svg deleted file mode 100644 index 2baa3d9e6..000000000 --- a/images/elasticsearch-reference-token-graph-qbf-synonym-ex.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - Slice 1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/images/elasticsearch-reference-transform-alert-actions.png b/images/elasticsearch-reference-transform-alert-actions.png deleted file mode 100644 index e171a5c60..000000000 Binary files a/images/elasticsearch-reference-transform-alert-actions.png and /dev/null differ diff --git a/images/elasticsearch-reference-transform-alert-summary-actions.png b/images/elasticsearch-reference-transform-alert-summary-actions.png deleted file mode 100644 index 3ec2bd86f..000000000 Binary files a/images/elasticsearch-reference-transform-alert-summary-actions.png and /dev/null differ diff --git a/images/elasticsearch-reference-transform-check-config.png b/images/elasticsearch-reference-transform-check-config.png deleted file mode 100644 index 916e7edbb..000000000 Binary files a/images/elasticsearch-reference-transform-check-config.png and /dev/null differ diff --git a/images/elasticsearch-reference-transform-ex1-1.jpg b/images/elasticsearch-reference-transform-ex1-1.jpg deleted file mode 100644 index fb4f71300..000000000 Binary files a/images/elasticsearch-reference-transform-ex1-1.jpg and /dev/null differ diff --git a/images/elasticsearch-reference-transform-ex4-1.jpg b/images/elasticsearch-reference-transform-ex4-1.jpg deleted file mode 100644 index a2aa061f4..000000000 Binary files a/images/elasticsearch-reference-transform-ex4-1.jpg and /dev/null differ diff --git a/images/elasticsearch-reference-transform-ex4-2.jpg b/images/elasticsearch-reference-transform-ex4-2.jpg deleted file mode 100644 index 520827475..000000000 Binary files a/images/elasticsearch-reference-transform-ex4-2.jpg and /dev/null differ diff --git a/images/elasticsearch-reference-tutorial-ilm-delete-rollover.png b/images/elasticsearch-reference-tutorial-ilm-delete-rollover.png deleted file mode 100644 index 2a4fabc55..000000000 Binary files a/images/elasticsearch-reference-tutorial-ilm-delete-rollover.png and /dev/null differ diff --git a/images/elasticsearch-reference-tutorial-ilm-enable-delete-phase.png b/images/elasticsearch-reference-tutorial-ilm-enable-delete-phase.png deleted file mode 100644 index 4d4eb9b96..000000000 Binary files a/images/elasticsearch-reference-tutorial-ilm-enable-delete-phase.png and /dev/null differ diff --git a/images/elasticsearch-reference-tutorial-ilm-ess-add-warm-data-tier.png b/images/elasticsearch-reference-tutorial-ilm-ess-add-warm-data-tier.png deleted file mode 100644 index 2194c6d10..000000000 Binary files a/images/elasticsearch-reference-tutorial-ilm-ess-add-warm-data-tier.png and /dev/null differ diff --git a/images/elasticsearch-reference-tutorial-ilm-hotphaserollover-default.png b/images/elasticsearch-reference-tutorial-ilm-hotphaserollover-default.png deleted file mode 100644 index d7f314ced..000000000 Binary files a/images/elasticsearch-reference-tutorial-ilm-hotphaserollover-default.png and /dev/null differ diff --git a/images/elasticsearch-reference-tutorial-ilm-modify-default-warm-phase-rollover.png b/images/elasticsearch-reference-tutorial-ilm-modify-default-warm-phase-rollover.png deleted file mode 100644 index 683d8be32..000000000 Binary files a/images/elasticsearch-reference-tutorial-ilm-modify-default-warm-phase-rollover.png and /dev/null differ diff --git a/images/elasticsearch-reference-uninstall.png b/images/elasticsearch-reference-uninstall.png deleted file mode 100644 index 5bd2ccb7f..000000000 Binary files a/images/elasticsearch-reference-uninstall.png and /dev/null differ diff --git a/images/elasticsearch-reference-watch-execution.jpg b/images/elasticsearch-reference-watch-execution.jpg deleted file mode 100644 index 404e06a40..000000000 Binary files a/images/elasticsearch-reference-watch-execution.jpg and /dev/null differ diff --git a/images/elasticsearch-reference-workbench-1-manage-drivers.png b/images/elasticsearch-reference-workbench-1-manage-drivers.png deleted file mode 100644 index e305fd2a9..000000000 Binary files a/images/elasticsearch-reference-workbench-1-manage-drivers.png and /dev/null differ diff --git a/images/elasticsearch-reference-workbench-2-select-driver.png b/images/elasticsearch-reference-workbench-2-select-driver.png deleted file mode 100644 index 94d26b2d2..000000000 Binary files a/images/elasticsearch-reference-workbench-2-select-driver.png and /dev/null differ diff --git a/images/elasticsearch-reference-workbench-3-add-jar.png b/images/elasticsearch-reference-workbench-3-add-jar.png deleted file mode 100644 index b10aa9ad9..000000000 Binary files a/images/elasticsearch-reference-workbench-3-add-jar.png and /dev/null differ diff --git a/images/elasticsearch-reference-workbench-4-connection.png b/images/elasticsearch-reference-workbench-4-connection.png deleted file mode 100644 index 9262ef0f5..000000000 Binary files a/images/elasticsearch-reference-workbench-4-connection.png and /dev/null differ diff --git a/images/elasticsearch-reference-workbench-5-data.png b/images/elasticsearch-reference-workbench-5-data.png deleted file mode 100644 index 7b8251fc9..000000000 Binary files a/images/elasticsearch-reference-workbench-5-data.png and /dev/null differ diff --git a/images/esql-line-breakdown.gif b/images/esql-line-breakdown.gif deleted file mode 100644 index a67c29264..000000000 Binary files a/images/esql-line-breakdown.gif and /dev/null differ diff --git a/images/fleet-add-agent-to-hosts.png b/images/fleet-add-agent-to-hosts.png deleted file mode 100644 index 7ad181667..000000000 Binary files a/images/fleet-add-agent-to-hosts.png and /dev/null differ diff --git a/images/fleet-add-fleet-server-advanced.png b/images/fleet-add-fleet-server-advanced.png deleted file mode 100644 index d43b3dc3b..000000000 Binary files a/images/fleet-add-fleet-server-advanced.png and /dev/null differ diff --git a/images/fleet-add-fleet-server-to-policy.png b/images/fleet-add-fleet-server-to-policy.png deleted file mode 100644 index eb2976d5f..000000000 Binary files a/images/fleet-add-fleet-server-to-policy.png and /dev/null differ diff --git a/images/fleet-add-fleet-server.png b/images/fleet-add-fleet-server.png deleted file mode 100644 index 6158bf5b5..000000000 Binary files a/images/fleet-add-fleet-server.png and /dev/null differ diff --git a/images/fleet-add-integration-standalone.png b/images/fleet-add-integration-standalone.png deleted file mode 100644 index 0ccb1a258..000000000 Binary files a/images/fleet-add-integration-standalone.png and /dev/null differ diff --git a/images/fleet-add-integration.png b/images/fleet-add-integration.png deleted file mode 100644 index 86de6040a..000000000 Binary files a/images/fleet-add-integration.png and /dev/null differ diff --git a/images/fleet-add-logstash-output.png b/images/fleet-add-logstash-output.png deleted file mode 100644 index 39eaf6e53..000000000 Binary files a/images/fleet-add-logstash-output.png and /dev/null differ diff --git a/images/fleet-add-processor.png b/images/fleet-add-processor.png deleted file mode 100644 index 1d7330d40..000000000 Binary files a/images/fleet-add-processor.png and /dev/null differ diff --git a/images/fleet-add-remove-tags.png b/images/fleet-add-remove-tags.png deleted file mode 100644 index 026568033..000000000 Binary files a/images/fleet-add-remove-tags.png and /dev/null differ diff --git a/images/fleet-add_resource_metadata.png b/images/fleet-add_resource_metadata.png deleted file mode 100644 index 67a6e2c2d..000000000 Binary files a/images/fleet-add_resource_metadata.png and /dev/null differ diff --git a/images/fleet-agent-activity.png b/images/fleet-agent-activity.png deleted file mode 100644 index 1802173ef..000000000 Binary files a/images/fleet-agent-activity.png and /dev/null differ diff --git a/images/fleet-agent-architecture.png b/images/fleet-agent-architecture.png deleted file mode 100644 index e667e5955..000000000 Binary files a/images/fleet-agent-architecture.png and /dev/null differ diff --git a/images/fleet-agent-detail-integrations-health.png b/images/fleet-agent-detail-integrations-health.png deleted file mode 100644 index ec0aa5b96..000000000 Binary files a/images/fleet-agent-detail-integrations-health.png and /dev/null differ diff --git a/images/fleet-agent-detail-overview.png b/images/fleet-agent-detail-overview.png deleted file mode 100644 index bae0cf5e9..000000000 Binary files a/images/fleet-agent-detail-overview.png and /dev/null differ diff --git a/images/fleet-agent-health-status.png b/images/fleet-agent-health-status.png deleted file mode 100644 index 34a35ab4e..000000000 Binary files a/images/fleet-agent-health-status.png and /dev/null differ diff --git a/images/fleet-agent-metrics-dashboard.png b/images/fleet-agent-metrics-dashboard.png deleted file mode 100644 index 65f3754b8..000000000 Binary files a/images/fleet-agent-metrics-dashboard.png and /dev/null differ diff --git a/images/fleet-agent-monitoring-assets.png b/images/fleet-agent-monitoring-assets.png deleted file mode 100644 index 33649b124..000000000 Binary files a/images/fleet-agent-monitoring-assets.png and /dev/null differ diff --git a/images/fleet-agent-monitoring-settings.png b/images/fleet-agent-monitoring-settings.png deleted file mode 100644 index f8fe9b74f..000000000 Binary files a/images/fleet-agent-monitoring-settings.png and /dev/null differ diff --git a/images/fleet-agent-output-settings.png b/images/fleet-agent-output-settings.png deleted file mode 100644 index e9b234710..000000000 Binary files a/images/fleet-agent-output-settings.png and /dev/null differ diff --git a/images/fleet-agent-policy-custom-field.png b/images/fleet-agent-policy-custom-field.png deleted file mode 100644 index 5c66512fd..000000000 Binary files a/images/fleet-agent-policy-custom-field.png and /dev/null differ diff --git a/images/fleet-agent-privilege-mode.png b/images/fleet-agent-privilege-mode.png deleted file mode 100644 index b6596cb51..000000000 Binary files a/images/fleet-agent-privilege-mode.png and /dev/null differ diff --git a/images/fleet-agent-proxy-server-managed-deployment.png b/images/fleet-agent-proxy-server-managed-deployment.png deleted file mode 100644 index d4eca6801..000000000 Binary files a/images/fleet-agent-proxy-server-managed-deployment.png and /dev/null differ diff --git a/images/fleet-agent-proxy-server.png b/images/fleet-agent-proxy-server.png deleted file mode 100644 index ef94ca561..000000000 Binary files a/images/fleet-agent-proxy-server.png and /dev/null differ diff --git a/images/fleet-agent-set-logging-level.png b/images/fleet-agent-set-logging-level.png deleted file mode 100644 index f90e446f0..000000000 Binary files a/images/fleet-agent-set-logging-level.png and /dev/null differ diff --git a/images/fleet-agent-status-diagram.png b/images/fleet-agent-status-diagram.png deleted file mode 100644 index abbdd2a03..000000000 Binary files a/images/fleet-agent-status-diagram.png and /dev/null differ diff --git a/images/fleet-agent-status-filter.png b/images/fleet-agent-status-filter.png deleted file mode 100644 index 78624b971..000000000 Binary files a/images/fleet-agent-status-filter.png and /dev/null differ diff --git a/images/fleet-agent-tags.png b/images/fleet-agent-tags.png deleted file mode 100644 index fcfc82ee4..000000000 Binary files a/images/fleet-agent-tags.png and /dev/null differ diff --git a/images/fleet-apply-agent-policy.png b/images/fleet-apply-agent-policy.png deleted file mode 100644 index 694e7f150..000000000 Binary files a/images/fleet-apply-agent-policy.png and /dev/null differ diff --git a/images/fleet-ca-certs.png b/images/fleet-ca-certs.png deleted file mode 100644 index a3c63403a..000000000 Binary files a/images/fleet-ca-certs.png and /dev/null differ diff --git a/images/fleet-ca.png b/images/fleet-ca.png deleted file mode 100644 index 02a8d4bd9..000000000 Binary files a/images/fleet-ca.png and /dev/null differ diff --git a/images/fleet-certificate-rotation-agent-es.png b/images/fleet-certificate-rotation-agent-es.png deleted file mode 100644 index 9a7ff1f1a..000000000 Binary files a/images/fleet-certificate-rotation-agent-es.png and /dev/null differ diff --git a/images/fleet-client-certs.png b/images/fleet-client-certs.png deleted file mode 100644 index c71b91d0b..000000000 Binary files a/images/fleet-client-certs.png and /dev/null differ diff --git a/images/fleet-collect-agent-diagnostics1.png b/images/fleet-collect-agent-diagnostics1.png deleted file mode 100644 index b0c39fadc..000000000 Binary files a/images/fleet-collect-agent-diagnostics1.png and /dev/null differ diff --git a/images/fleet-collect-agent-diagnostics2.png b/images/fleet-collect-agent-diagnostics2.png deleted file mode 100644 index b49d0734a..000000000 Binary files a/images/fleet-collect-agent-diagnostics2.png and /dev/null differ diff --git a/images/fleet-component-templates-list.png b/images/fleet-component-templates-list.png deleted file mode 100644 index de5c9d26e..000000000 Binary files a/images/fleet-component-templates-list.png and /dev/null differ diff --git a/images/fleet-copy-api-key.png b/images/fleet-copy-api-key.png deleted file mode 100644 index a5b69c3ca..000000000 Binary files a/images/fleet-copy-api-key.png and /dev/null differ diff --git a/images/fleet-create-component-template.png b/images/fleet-create-component-template.png deleted file mode 100644 index 0e8600c27..000000000 Binary files a/images/fleet-create-component-template.png and /dev/null differ diff --git a/images/fleet-create-index-template.png b/images/fleet-create-index-template.png deleted file mode 100644 index f39eb2d96..000000000 Binary files a/images/fleet-create-index-template.png and /dev/null differ diff --git a/images/fleet-create-standalone-agent-role.png b/images/fleet-create-standalone-agent-role.png deleted file mode 100644 index c59ffe896..000000000 Binary files a/images/fleet-create-standalone-agent-role.png and /dev/null differ diff --git a/images/fleet-create-token.png b/images/fleet-create-token.png deleted file mode 100644 index d139f8357..000000000 Binary files a/images/fleet-create-token.png and /dev/null differ diff --git a/images/fleet-dashboard-datastream01.png b/images/fleet-dashboard-datastream01.png deleted file mode 100644 index 3d971b6eb..000000000 Binary files a/images/fleet-dashboard-datastream01.png and /dev/null differ diff --git a/images/fleet-data-stream-info.png b/images/fleet-data-stream-info.png deleted file mode 100644 index ff57ec44c..000000000 Binary files a/images/fleet-data-stream-info.png and /dev/null differ diff --git a/images/fleet-datastream-namespace.png b/images/fleet-datastream-namespace.png deleted file mode 100644 index 8b47155e1..000000000 Binary files a/images/fleet-datastream-namespace.png and /dev/null differ diff --git a/images/fleet-download-agent-policy.png b/images/fleet-download-agent-policy.png deleted file mode 100644 index b7126d395..000000000 Binary files a/images/fleet-download-agent-policy.png and /dev/null differ diff --git a/images/fleet-elastic-agent-edit-proxy-secure-settings.png b/images/fleet-elastic-agent-edit-proxy-secure-settings.png deleted file mode 100644 index 29ae77999..000000000 Binary files a/images/fleet-elastic-agent-edit-proxy-secure-settings.png and /dev/null differ diff --git a/images/fleet-elastic-agent-proxy-edit-agent-binary-source.png b/images/fleet-elastic-agent-proxy-edit-agent-binary-source.png deleted file mode 100644 index 1a60e023c..000000000 Binary files a/images/fleet-elastic-agent-proxy-edit-agent-binary-source.png and /dev/null differ diff --git a/images/fleet-elastic-agent-proxy-edit-fleet-server.png b/images/fleet-elastic-agent-proxy-edit-fleet-server.png deleted file mode 100644 index a389a242d..000000000 Binary files a/images/fleet-elastic-agent-proxy-edit-fleet-server.png and /dev/null differ diff --git a/images/fleet-elastic-agent-proxy-edit-output.png b/images/fleet-elastic-agent-proxy-edit-output.png deleted file mode 100644 index 3828393de..000000000 Binary files a/images/fleet-elastic-agent-proxy-edit-output.png and /dev/null differ diff --git a/images/fleet-elastic-agent-proxy-edit-proxy.png b/images/fleet-elastic-agent-proxy-edit-proxy.png deleted file mode 100644 index abf40d5fa..000000000 Binary files a/images/fleet-elastic-agent-proxy-edit-proxy.png and /dev/null differ diff --git a/images/fleet-elastic-agent-proxy-gateway-secure.png b/images/fleet-elastic-agent-proxy-gateway-secure.png deleted file mode 100644 index b40a2598a..000000000 Binary files a/images/fleet-elastic-agent-proxy-gateway-secure.png and /dev/null differ diff --git a/images/fleet-elastic-agent-status-rule.png b/images/fleet-elastic-agent-status-rule.png deleted file mode 100644 index b438ddb0f..000000000 Binary files a/images/fleet-elastic-agent-status-rule.png and /dev/null differ diff --git a/images/fleet-elastic-cloud-agent-policy.png b/images/fleet-elastic-cloud-agent-policy.png deleted file mode 100644 index c71930c71..000000000 Binary files a/images/fleet-elastic-cloud-agent-policy.png and /dev/null differ diff --git a/images/fleet-fleet-add-output-button.png b/images/fleet-fleet-add-output-button.png deleted file mode 100644 index c6193c759..000000000 Binary files a/images/fleet-fleet-add-output-button.png and /dev/null differ diff --git a/images/fleet-fleet-epr-proxy.png b/images/fleet-fleet-epr-proxy.png deleted file mode 100644 index edf85e75d..000000000 Binary files a/images/fleet-fleet-epr-proxy.png and /dev/null differ diff --git a/images/fleet-fleet-policy-hidden-secret.png b/images/fleet-fleet-policy-hidden-secret.png deleted file mode 100644 index a39fc3483..000000000 Binary files a/images/fleet-fleet-policy-hidden-secret.png and /dev/null differ diff --git a/images/fleet-fleet-server-agent-policy-page.png b/images/fleet-fleet-server-agent-policy-page.png deleted file mode 100644 index fed328d88..000000000 Binary files a/images/fleet-fleet-server-agent-policy-page.png and /dev/null differ diff --git a/images/fleet-fleet-server-certs.png b/images/fleet-fleet-server-certs.png deleted file mode 100644 index bfb60776c..000000000 Binary files a/images/fleet-fleet-server-certs.png and /dev/null differ diff --git a/images/fleet-fleet-server-cloud-deployment.png b/images/fleet-fleet-server-cloud-deployment.png deleted file mode 100644 index cdbcfb2f4..000000000 Binary files a/images/fleet-fleet-server-cloud-deployment.png and /dev/null differ diff --git a/images/fleet-fleet-server-configuration.png b/images/fleet-fleet-server-configuration.png deleted file mode 100644 index a730b4c3c..000000000 Binary files a/images/fleet-fleet-server-configuration.png and /dev/null differ diff --git a/images/fleet-fleet-server-hosted-container.png b/images/fleet-fleet-server-hosted-container.png deleted file mode 100644 index 96332494f..000000000 Binary files a/images/fleet-fleet-server-hosted-container.png and /dev/null differ diff --git a/images/fleet-fleet-server-on-prem-deployment.png b/images/fleet-fleet-server-on-prem-deployment.png deleted file mode 100644 index 8df092927..000000000 Binary files a/images/fleet-fleet-server-on-prem-deployment.png and /dev/null differ diff --git a/images/fleet-fleet-server-on-prem-es-cloud.png b/images/fleet-fleet-server-on-prem-es-cloud.png deleted file mode 100644 index 5e05b0f2f..000000000 Binary files a/images/fleet-fleet-server-on-prem-es-cloud.png and /dev/null differ diff --git a/images/fleet-green-check.svg b/images/fleet-green-check.svg deleted file mode 100644 index 23094411c..000000000 --- a/images/fleet-green-check.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/fleet-gsub_cronjob.png b/images/fleet-gsub_cronjob.png deleted file mode 100644 index a5e1d2b89..000000000 Binary files a/images/fleet-gsub_cronjob.png and /dev/null differ diff --git a/images/fleet-gsub_deployment.png b/images/fleet-gsub_deployment.png deleted file mode 100644 index d3b166c7d..000000000 Binary files a/images/fleet-gsub_deployment.png and /dev/null differ diff --git a/images/fleet-guide-add-agent-standalone01.png b/images/fleet-guide-add-agent-standalone01.png deleted file mode 100644 index 9c0f9635c..000000000 Binary files a/images/fleet-guide-add-agent-standalone01.png and /dev/null differ diff --git a/images/fleet-guide-add-nginx-integration.png b/images/fleet-guide-add-nginx-integration.png deleted file mode 100644 index ba0a9c04f..000000000 Binary files a/images/fleet-guide-add-nginx-integration.png and /dev/null differ diff --git a/images/fleet-guide-agent-logs-flowing.png b/images/fleet-guide-agent-logs-flowing.png deleted file mode 100644 index 96101c1d9..000000000 Binary files a/images/fleet-guide-agent-logs-flowing.png and /dev/null differ diff --git a/images/fleet-guide-agent-metrics-flowing.png b/images/fleet-guide-agent-metrics-flowing.png deleted file mode 100644 index f8eb2ae0b..000000000 Binary files a/images/fleet-guide-agent-metrics-flowing.png and /dev/null differ diff --git a/images/fleet-guide-agent-policies.png b/images/fleet-guide-agent-policies.png deleted file mode 100644 index 651392026..000000000 Binary files a/images/fleet-guide-agent-policies.png and /dev/null differ diff --git a/images/fleet-guide-create-agent-policy.png b/images/fleet-guide-create-agent-policy.png deleted file mode 100644 index 35a39a76c..000000000 Binary files a/images/fleet-guide-create-agent-policy.png and /dev/null differ diff --git a/images/fleet-guide-install-agent-on-host.png b/images/fleet-guide-install-agent-on-host.png deleted file mode 100644 index a502cfdff..000000000 Binary files a/images/fleet-guide-install-agent-on-host.png and /dev/null differ diff --git a/images/fleet-guide-integrations-page.png b/images/fleet-guide-integrations-page.png deleted file mode 100644 index 8a817ed6d..000000000 Binary files a/images/fleet-guide-integrations-page.png and /dev/null differ diff --git a/images/fleet-guide-nginx-browser-breakdown.png b/images/fleet-guide-nginx-browser-breakdown.png deleted file mode 100644 index 7f93ef7fb..000000000 Binary files a/images/fleet-guide-nginx-browser-breakdown.png and /dev/null differ diff --git a/images/fleet-guide-nginx-integration-added.png b/images/fleet-guide-nginx-integration-added.png deleted file mode 100644 index 7db08404a..000000000 Binary files a/images/fleet-guide-nginx-integration-added.png and /dev/null differ diff --git a/images/fleet-guide-nginx-policy.png b/images/fleet-guide-nginx-policy.png deleted file mode 100644 index 82a1680ad..000000000 Binary files a/images/fleet-guide-nginx-policy.png and /dev/null differ diff --git a/images/fleet-guide-nginx-welcome.png b/images/fleet-guide-nginx-welcome.png deleted file mode 100644 index 82a137efb..000000000 Binary files a/images/fleet-guide-nginx-welcome.png and /dev/null differ diff --git a/images/fleet-guide-sign-up-trial.png b/images/fleet-guide-sign-up-trial.png deleted file mode 100644 index 10036e1fc..000000000 Binary files a/images/fleet-guide-sign-up-trial.png and /dev/null differ diff --git a/images/fleet-guide-system-metrics-dashboard.png b/images/fleet-guide-system-metrics-dashboard.png deleted file mode 100644 index 24c7faf66..000000000 Binary files a/images/fleet-guide-system-metrics-dashboard.png and /dev/null differ diff --git a/images/fleet-helm-example-fleet-metrics-dashboard.png b/images/fleet-helm-example-fleet-metrics-dashboard.png deleted file mode 100644 index f0f3ae7fa..000000000 Binary files a/images/fleet-helm-example-fleet-metrics-dashboard.png and /dev/null differ diff --git a/images/fleet-helm-example-nodes-enrollment-confirmation.png b/images/fleet-helm-example-nodes-enrollment-confirmation.png deleted file mode 100644 index c55a50bd6..000000000 Binary files a/images/fleet-helm-example-nodes-enrollment-confirmation.png and /dev/null differ diff --git a/images/fleet-helm-example-nodes-logs-and-metrics.png b/images/fleet-helm-example-nodes-logs-and-metrics.png deleted file mode 100644 index 4d57e979d..000000000 Binary files a/images/fleet-helm-example-nodes-logs-and-metrics.png and /dev/null differ diff --git a/images/fleet-helm-example-nodes-metrics-dashboard.png b/images/fleet-helm-example-nodes-metrics-dashboard.png deleted file mode 100644 index 9322eb818..000000000 Binary files a/images/fleet-helm-example-nodes-metrics-dashboard.png and /dev/null differ diff --git a/images/fleet-helm-example-pods-metrics-dashboard.png b/images/fleet-helm-example-pods-metrics-dashboard.png deleted file mode 100644 index fa894a1de..000000000 Binary files a/images/fleet-helm-example-pods-metrics-dashboard.png and /dev/null differ diff --git a/images/fleet-index-template-system-auth.png b/images/fleet-index-template-system-auth.png deleted file mode 100644 index c4bedaff0..000000000 Binary files a/images/fleet-index-template-system-auth.png and /dev/null differ diff --git a/images/fleet-ingest_pipeline_custom_k8s.png b/images/fleet-ingest_pipeline_custom_k8s.png deleted file mode 100644 index 9b97f7c30..000000000 Binary files a/images/fleet-ingest_pipeline_custom_k8s.png and /dev/null differ diff --git a/images/fleet-integration-root-requirement.png b/images/fleet-integration-root-requirement.png deleted file mode 100644 index 597214d8d..000000000 Binary files a/images/fleet-integration-root-requirement.png and /dev/null differ diff --git a/images/fleet-integrations-server-hosted-container.png b/images/fleet-integrations-server-hosted-container.png deleted file mode 100644 index da0603124..000000000 Binary files a/images/fleet-integrations-server-hosted-container.png and /dev/null differ diff --git a/images/fleet-integrations.png b/images/fleet-integrations.png deleted file mode 100644 index 6f43f16e5..000000000 Binary files a/images/fleet-integrations.png and /dev/null differ diff --git a/images/fleet-k8skibanaUI.png b/images/fleet-k8skibanaUI.png deleted file mode 100644 index d1ea9a8db..000000000 Binary files a/images/fleet-k8skibanaUI.png and /dev/null differ diff --git a/images/fleet-k8sscaling.png b/images/fleet-k8sscaling.png deleted file mode 100644 index 6b219eae4..000000000 Binary files a/images/fleet-k8sscaling.png and /dev/null differ diff --git a/images/fleet-kibana-agent-flyout.png b/images/fleet-kibana-agent-flyout.png deleted file mode 100644 index c96b394ca..000000000 Binary files a/images/fleet-kibana-agent-flyout.png and /dev/null differ diff --git a/images/fleet-kibana-fleet-agents.png b/images/fleet-kibana-fleet-agents.png deleted file mode 100644 index 666000043..000000000 Binary files a/images/fleet-kibana-fleet-agents.png and /dev/null differ diff --git a/images/fleet-kibana-fleet-datasets.png b/images/fleet-kibana-fleet-datasets.png deleted file mode 100644 index c1d790b5e..000000000 Binary files a/images/fleet-kibana-fleet-datasets.png and /dev/null differ diff --git a/images/fleet-kibana-fleet-datastreams.png b/images/fleet-kibana-fleet-datastreams.png deleted file mode 100644 index 73aa22392..000000000 Binary files a/images/fleet-kibana-fleet-datastreams.png and /dev/null differ diff --git a/images/fleet-kibana-fleet-privileges.png b/images/fleet-kibana-fleet-privileges.png deleted file mode 100644 index cea848dab..000000000 Binary files a/images/fleet-kibana-fleet-privileges.png and /dev/null differ diff --git a/images/fleet-kubernetes_metadata.png b/images/fleet-kubernetes_metadata.png deleted file mode 100644 index b832cb358..000000000 Binary files a/images/fleet-kubernetes_metadata.png and /dev/null differ diff --git a/images/fleet-logstash-certs.png b/images/fleet-logstash-certs.png deleted file mode 100644 index e3568606f..000000000 Binary files a/images/fleet-logstash-certs.png and /dev/null differ diff --git a/images/fleet-migrate-agent-agents-offline.png b/images/fleet-migrate-agent-agents-offline.png deleted file mode 100644 index bc63da15f..000000000 Binary files a/images/fleet-migrate-agent-agents-offline.png and /dev/null differ diff --git a/images/fleet-migrate-agent-deployment-id.png b/images/fleet-migrate-agent-deployment-id.png deleted file mode 100644 index 7240ca186..000000000 Binary files a/images/fleet-migrate-agent-deployment-id.png and /dev/null differ diff --git a/images/fleet-migrate-agent-elasticsearch-output.png b/images/fleet-migrate-agent-elasticsearch-output.png deleted file mode 100644 index 0f34e22a1..000000000 Binary files a/images/fleet-migrate-agent-elasticsearch-output.png and /dev/null differ diff --git a/images/fleet-migrate-agent-fleet-server-host.png b/images/fleet-migrate-agent-fleet-server-host.png deleted file mode 100644 index d88a4e5d0..000000000 Binary files a/images/fleet-migrate-agent-fleet-server-host.png and /dev/null differ diff --git a/images/fleet-migrate-agent-host-output-settings.png b/images/fleet-migrate-agent-host-output-settings.png deleted file mode 100644 index 44d8fd866..000000000 Binary files a/images/fleet-migrate-agent-host-output-settings.png and /dev/null differ diff --git a/images/fleet-migrate-agent-install-command-output.png b/images/fleet-migrate-agent-install-command-output.png deleted file mode 100644 index 2841b4e0d..000000000 Binary files a/images/fleet-migrate-agent-install-command-output.png and /dev/null differ diff --git a/images/fleet-migrate-agent-install-command.png b/images/fleet-migrate-agent-install-command.png deleted file mode 100644 index 630fb3264..000000000 Binary files a/images/fleet-migrate-agent-install-command.png and /dev/null differ diff --git a/images/fleet-migrate-agent-new-deployment.png b/images/fleet-migrate-agent-new-deployment.png deleted file mode 100644 index 2e0d7cf45..000000000 Binary files a/images/fleet-migrate-agent-new-deployment.png and /dev/null differ diff --git a/images/fleet-migrate-agent-newly-enrolled-agents.png b/images/fleet-migrate-agent-newly-enrolled-agents.png deleted file mode 100644 index 895026eeb..000000000 Binary files a/images/fleet-migrate-agent-newly-enrolled-agents.png and /dev/null differ diff --git a/images/fleet-migrate-agent-policy-settings.png b/images/fleet-migrate-agent-policy-settings.png deleted file mode 100644 index 32ca060fe..000000000 Binary files a/images/fleet-migrate-agent-policy-settings.png and /dev/null differ diff --git a/images/fleet-migrate-agent-take-snapshot.png b/images/fleet-migrate-agent-take-snapshot.png deleted file mode 100644 index 518f0a749..000000000 Binary files a/images/fleet-migrate-agent-take-snapshot.png and /dev/null differ diff --git a/images/fleet-migration-add-integration-policy.png b/images/fleet-migration-add-integration-policy.png deleted file mode 100644 index 07ae2ace6..000000000 Binary files a/images/fleet-migration-add-integration-policy.png and /dev/null differ diff --git a/images/fleet-migration-add-nginx-integration.png b/images/fleet-migration-add-nginx-integration.png deleted file mode 100644 index 7986548a5..000000000 Binary files a/images/fleet-migration-add-nginx-integration.png and /dev/null differ diff --git a/images/fleet-migration-add-processor.png b/images/fleet-migration-add-processor.png deleted file mode 100644 index 4d2715c2e..000000000 Binary files a/images/fleet-migration-add-processor.png and /dev/null differ diff --git a/images/fleet-migration-agent-data-streams01.png b/images/fleet-migration-agent-data-streams01.png deleted file mode 100644 index a9780a7fb..000000000 Binary files a/images/fleet-migration-agent-data-streams01.png and /dev/null differ diff --git a/images/fleet-migration-agent-details01.png b/images/fleet-migration-agent-details01.png deleted file mode 100644 index 81f246eed..000000000 Binary files a/images/fleet-migration-agent-details01.png and /dev/null differ diff --git a/images/fleet-migration-agent-status-healthy01.png b/images/fleet-migration-agent-status-healthy01.png deleted file mode 100644 index 12396b7eb..000000000 Binary files a/images/fleet-migration-agent-status-healthy01.png and /dev/null differ diff --git a/images/fleet-migration-event-from-agent.png b/images/fleet-migration-event-from-agent.png deleted file mode 100644 index d663d2334..000000000 Binary files a/images/fleet-migration-event-from-agent.png and /dev/null differ diff --git a/images/fleet-migration-event-from-filebeat.png b/images/fleet-migration-event-from-filebeat.png deleted file mode 100644 index b89cc64d3..000000000 Binary files a/images/fleet-migration-event-from-filebeat.png and /dev/null differ diff --git a/images/fleet-migration-index-lifecycle-policies.png b/images/fleet-migration-index-lifecycle-policies.png deleted file mode 100644 index 534424ba3..000000000 Binary files a/images/fleet-migration-index-lifecycle-policies.png and /dev/null differ diff --git a/images/fleet-migration-preserve-raw-event.png b/images/fleet-migration-preserve-raw-event.png deleted file mode 100644 index daa4aa5c3..000000000 Binary files a/images/fleet-migration-preserve-raw-event.png and /dev/null differ diff --git a/images/fleet-mutual-tls-cloud-proxy.png b/images/fleet-mutual-tls-cloud-proxy.png deleted file mode 100644 index 3b1805776..000000000 Binary files a/images/fleet-mutual-tls-cloud-proxy.png and /dev/null differ diff --git a/images/fleet-mutual-tls-cloud.png b/images/fleet-mutual-tls-cloud.png deleted file mode 100644 index 1064a3aeb..000000000 Binary files a/images/fleet-mutual-tls-cloud.png and /dev/null differ diff --git a/images/fleet-mutual-tls-fs-onprem-proxy.png b/images/fleet-mutual-tls-fs-onprem-proxy.png deleted file mode 100644 index cc2affef2..000000000 Binary files a/images/fleet-mutual-tls-fs-onprem-proxy.png and /dev/null differ diff --git a/images/fleet-mutual-tls-fs-onprem.png b/images/fleet-mutual-tls-fs-onprem.png deleted file mode 100644 index c0f633f1d..000000000 Binary files a/images/fleet-mutual-tls-fs-onprem.png and /dev/null differ diff --git a/images/fleet-mutual-tls-on-prem.png b/images/fleet-mutual-tls-on-prem.png deleted file mode 100644 index 0fababfa7..000000000 Binary files a/images/fleet-mutual-tls-on-prem.png and /dev/null differ diff --git a/images/fleet-mutual-tls-onprem-advanced-yaml.png b/images/fleet-mutual-tls-onprem-advanced-yaml.png deleted file mode 100644 index ca7953ea8..000000000 Binary files a/images/fleet-mutual-tls-onprem-advanced-yaml.png and /dev/null differ diff --git a/images/fleet-pod-latency.png b/images/fleet-pod-latency.png deleted file mode 100644 index ed2a3de46..000000000 Binary files a/images/fleet-pod-latency.png and /dev/null differ diff --git a/images/fleet-privileged-and-unprivileged-agents.png b/images/fleet-privileged-and-unprivileged-agents.png deleted file mode 100644 index 8b929a8a1..000000000 Binary files a/images/fleet-privileged-and-unprivileged-agents.png and /dev/null differ diff --git a/images/fleet-red-x.svg b/images/fleet-red-x.svg deleted file mode 100644 index 5426fb2af..000000000 --- a/images/fleet-red-x.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/fleet-review-component-template01.png b/images/fleet-review-component-template01.png deleted file mode 100644 index d057d1a15..000000000 Binary files a/images/fleet-review-component-template01.png and /dev/null differ diff --git a/images/fleet-review-component-template02.png b/images/fleet-review-component-template02.png deleted file mode 100644 index 5f9309bad..000000000 Binary files a/images/fleet-review-component-template02.png and /dev/null differ diff --git a/images/fleet-revoke-token.png b/images/fleet-revoke-token.png deleted file mode 100644 index b8a24eb29..000000000 Binary files a/images/fleet-revoke-token.png and /dev/null differ diff --git a/images/fleet-root-integration-and-unprivileged-agents.png b/images/fleet-root-integration-and-unprivileged-agents.png deleted file mode 100644 index cb7d3bd4c..000000000 Binary files a/images/fleet-root-integration-and-unprivileged-agents.png and /dev/null differ diff --git a/images/fleet-schedule-upgrade.png b/images/fleet-schedule-upgrade.png deleted file mode 100644 index 6714e7818..000000000 Binary files a/images/fleet-schedule-upgrade.png and /dev/null differ diff --git a/images/fleet-selected-agent-metrics-dashboard.png b/images/fleet-selected-agent-metrics-dashboard.png deleted file mode 100644 index e4b545d80..000000000 Binary files a/images/fleet-selected-agent-metrics-dashboard.png and /dev/null differ diff --git a/images/fleet-show-token.png b/images/fleet-show-token.png deleted file mode 100644 index 902b0e904..000000000 Binary files a/images/fleet-show-token.png and /dev/null differ diff --git a/images/fleet-state-pod.png b/images/fleet-state-pod.png deleted file mode 100644 index ab7040837..000000000 Binary files a/images/fleet-state-pod.png and /dev/null differ diff --git a/images/fleet-system-managed.png b/images/fleet-system-managed.png deleted file mode 100644 index 7786d958e..000000000 Binary files a/images/fleet-system-managed.png and /dev/null differ diff --git a/images/fleet-tls-overview-mutual-all.jpg b/images/fleet-tls-overview-mutual-all.jpg deleted file mode 100644 index 88ef37a68..000000000 Binary files a/images/fleet-tls-overview-mutual-all.jpg and /dev/null differ diff --git a/images/fleet-tls-overview-mutual-fs-agent.png b/images/fleet-tls-overview-mutual-fs-agent.png deleted file mode 100644 index 4d05d5c1f..000000000 Binary files a/images/fleet-tls-overview-mutual-fs-agent.png and /dev/null differ diff --git a/images/fleet-tls-overview-mutual-fs-es.png b/images/fleet-tls-overview-mutual-fs-es.png deleted file mode 100644 index 0cd7746bf..000000000 Binary files a/images/fleet-tls-overview-mutual-fs-es.png and /dev/null differ diff --git a/images/fleet-tls-overview-oneway-all.jpg b/images/fleet-tls-overview-oneway-all.jpg deleted file mode 100644 index e65f24add..000000000 Binary files a/images/fleet-tls-overview-oneway-all.jpg and /dev/null differ diff --git a/images/fleet-tls-overview-oneway-fs-agent.png b/images/fleet-tls-overview-oneway-fs-agent.png deleted file mode 100644 index 7d5326c27..000000000 Binary files a/images/fleet-tls-overview-oneway-fs-agent.png and /dev/null differ diff --git a/images/fleet-tls-overview-oneway-fs-es.png b/images/fleet-tls-overview-oneway-fs-es.png deleted file mode 100644 index 6b2477384..000000000 Binary files a/images/fleet-tls-overview-oneway-fs-es.png and /dev/null differ diff --git a/images/fleet-unprivileged-agent-warning.png b/images/fleet-unprivileged-agent-warning.png deleted file mode 100644 index cb0f1da80..000000000 Binary files a/images/fleet-unprivileged-agent-warning.png and /dev/null differ diff --git a/images/fleet-upgrade-agent-custom.png b/images/fleet-upgrade-agent-custom.png deleted file mode 100644 index 32e443a83..000000000 Binary files a/images/fleet-upgrade-agent-custom.png and /dev/null differ diff --git a/images/fleet-upgrade-available-indicator.png b/images/fleet-upgrade-available-indicator.png deleted file mode 100644 index 695b98d51..000000000 Binary files a/images/fleet-upgrade-available-indicator.png and /dev/null differ diff --git a/images/fleet-upgrade-detailed-state01.png b/images/fleet-upgrade-detailed-state01.png deleted file mode 100644 index 0e2ed9bf9..000000000 Binary files a/images/fleet-upgrade-detailed-state01.png and /dev/null differ diff --git a/images/fleet-upgrade-detailed-state02.png b/images/fleet-upgrade-detailed-state02.png deleted file mode 100644 index 0eeac452a..000000000 Binary files a/images/fleet-upgrade-detailed-state02.png and /dev/null differ diff --git a/images/fleet-upgrade-failure.png b/images/fleet-upgrade-failure.png deleted file mode 100644 index 922fbc1d2..000000000 Binary files a/images/fleet-upgrade-failure.png and /dev/null differ diff --git a/images/fleet-upgrade-integration-policies-automatically.png b/images/fleet-upgrade-integration-policies-automatically.png deleted file mode 100644 index c22e6e124..000000000 Binary files a/images/fleet-upgrade-integration-policies-automatically.png and /dev/null differ diff --git a/images/fleet-upgrade-integration.png b/images/fleet-upgrade-integration.png deleted file mode 100644 index 17c0c6954..000000000 Binary files a/images/fleet-upgrade-integration.png and /dev/null differ diff --git a/images/fleet-upgrade-non-detailed.png b/images/fleet-upgrade-non-detailed.png deleted file mode 100644 index 8e411d121..000000000 Binary files a/images/fleet-upgrade-non-detailed.png and /dev/null differ diff --git a/images/fleet-upgrade-package-policy.png b/images/fleet-upgrade-package-policy.png deleted file mode 100644 index 4a4faf598..000000000 Binary files a/images/fleet-upgrade-package-policy.png and /dev/null differ diff --git a/images/fleet-upgrade-policy-editor.png b/images/fleet-upgrade-policy-editor.png deleted file mode 100644 index 9c848b10c..000000000 Binary files a/images/fleet-upgrade-policy-editor.png and /dev/null differ diff --git a/images/fleet-upgrade-resolve-conflicts.png b/images/fleet-upgrade-resolve-conflicts.png deleted file mode 100644 index 4c4ff7742..000000000 Binary files a/images/fleet-upgrade-resolve-conflicts.png and /dev/null differ diff --git a/images/fleet-upgrade-single-agent.png b/images/fleet-upgrade-single-agent.png deleted file mode 100644 index 879c0af14..000000000 Binary files a/images/fleet-upgrade-single-agent.png and /dev/null differ diff --git a/images/fleet-upgrade-states.png b/images/fleet-upgrade-states.png deleted file mode 100644 index 70cf59a91..000000000 Binary files a/images/fleet-upgrade-states.png and /dev/null differ diff --git a/images/fleet-upgrade-view-previous-config.png b/images/fleet-upgrade-view-previous-config.png deleted file mode 100644 index 7202ca735..000000000 Binary files a/images/fleet-upgrade-view-previous-config.png and /dev/null differ diff --git a/images/fleet-view-agent-logs.png b/images/fleet-view-agent-logs.png deleted file mode 100644 index dd457a186..000000000 Binary files a/images/fleet-view-agent-logs.png and /dev/null differ diff --git a/images/getting-started-threat-intelligence-view.png b/images/getting-started-threat-intelligence-view.png deleted file mode 100644 index 32bc70d5d..000000000 Binary files a/images/getting-started-threat-intelligence-view.png and /dev/null differ diff --git a/images/ingest-ea-agent-installed.png b/images/ingest-ea-agent-installed.png deleted file mode 100644 index 22d3b81ca..000000000 Binary files a/images/ingest-ea-agent-installed.png and /dev/null differ diff --git a/images/ingest-ea-airgapped.png b/images/ingest-ea-airgapped.png deleted file mode 100644 index 4c0b3ca70..000000000 Binary files a/images/ingest-ea-airgapped.png and /dev/null differ diff --git a/images/ingest-ea-apis.png b/images/ingest-ea-apis.png deleted file mode 100644 index 5dc191165..000000000 Binary files a/images/ingest-ea-apis.png and /dev/null differ diff --git a/images/ingest-ea-es-airgapped.png b/images/ingest-ea-es-airgapped.png deleted file mode 100644 index 87d02e29e..000000000 Binary files a/images/ingest-ea-es-airgapped.png and /dev/null differ diff --git a/images/ingest-ea-es.png b/images/ingest-ea-es.png deleted file mode 100644 index 889ebc33a..000000000 Binary files a/images/ingest-ea-es.png and /dev/null differ diff --git a/images/ingest-ea-fs-proxy-es.png b/images/ingest-ea-fs-proxy-es.png deleted file mode 100644 index 7b8a9cbf7..000000000 Binary files a/images/ingest-ea-fs-proxy-es.png and /dev/null differ diff --git a/images/ingest-ea-kafka.png b/images/ingest-ea-kafka.png deleted file mode 100644 index f5b8d5506..000000000 Binary files a/images/ingest-ea-kafka.png and /dev/null differ diff --git a/images/ingest-ea-ls-airgapped.png b/images/ingest-ea-ls-airgapped.png deleted file mode 100644 index 035978d1f..000000000 Binary files a/images/ingest-ea-ls-airgapped.png and /dev/null differ diff --git a/images/ingest-ea-ls-bridge.png b/images/ingest-ea-ls-bridge.png deleted file mode 100644 index 9cbc54854..000000000 Binary files a/images/ingest-ea-ls-bridge.png and /dev/null differ diff --git a/images/ingest-ea-ls-enrich.png b/images/ingest-ea-ls-enrich.png deleted file mode 100644 index 9cdedb527..000000000 Binary files a/images/ingest-ea-ls-enrich.png and /dev/null differ diff --git a/images/ingest-ea-ls-es.png b/images/ingest-ea-ls-es.png deleted file mode 100644 index e549263e7..000000000 Binary files a/images/ingest-ea-ls-es.png and /dev/null differ diff --git a/images/ingest-ea-ls-multi.png b/images/ingest-ea-ls-multi.png deleted file mode 100644 index 232f58ac2..000000000 Binary files a/images/ingest-ea-ls-multi.png and /dev/null differ diff --git a/images/ingest-ea-lspq-es.png b/images/ingest-ea-lspq-es.png deleted file mode 100644 index 26c905e25..000000000 Binary files a/images/ingest-ea-lspq-es.png and /dev/null differ diff --git a/images/ingest-ea-proxy-es.png b/images/ingest-ea-proxy-es.png deleted file mode 100644 index c41f0b4e8..000000000 Binary files a/images/ingest-ea-proxy-es.png and /dev/null differ diff --git a/images/ingest-ea-proxy-fs-es.png b/images/ingest-ea-proxy-fs-es.png deleted file mode 100644 index f42259af6..000000000 Binary files a/images/ingest-ea-proxy-fs-es.png and /dev/null differ diff --git a/images/ingest-ls-es.png b/images/ingest-ls-es.png deleted file mode 100644 index adb565041..000000000 Binary files a/images/ingest-ls-es.png and /dev/null differ diff --git a/images/ingest-ls-kafka-essink.png b/images/ingest-ls-kafka-essink.png deleted file mode 100644 index 827dadac7..000000000 Binary files a/images/ingest-ls-kafka-essink.png and /dev/null differ diff --git a/images/ingest-ls-kafka-ls.png b/images/ingest-ls-kafka-ls.png deleted file mode 100644 index aca5a91ac..000000000 Binary files a/images/ingest-ls-kafka-ls.png and /dev/null differ diff --git a/images/inspect-query-from-csv-export.gif b/images/inspect-query-from-csv-export.gif deleted file mode 100644 index 61546ea3f..000000000 Binary files a/images/inspect-query-from-csv-export.gif and /dev/null differ diff --git a/images/integrations-aws-firehose.png b/images/integrations-aws-firehose.png deleted file mode 100644 index 66171a6c6..000000000 Binary files a/images/integrations-aws-firehose.png and /dev/null differ diff --git a/images/integrations-aws.png b/images/integrations-aws.png deleted file mode 100644 index be9805618..000000000 Binary files a/images/integrations-aws.png and /dev/null differ diff --git a/images/integrations-beaconing-detection-1.png b/images/integrations-beaconing-detection-1.png deleted file mode 100644 index 1c92671c9..000000000 Binary files a/images/integrations-beaconing-detection-1.png and /dev/null differ diff --git a/images/integrations-beaconingrules.png b/images/integrations-beaconingrules.png deleted file mode 100644 index bdda173bc..000000000 Binary files a/images/integrations-beaconingrules.png and /dev/null differ diff --git a/images/integrations-bitdefender-dashboard-push-config-and-stats.png b/images/integrations-bitdefender-dashboard-push-config-and-stats.png deleted file mode 100644 index a13252636..000000000 Binary files a/images/integrations-bitdefender-dashboard-push-config-and-stats.png and /dev/null differ diff --git a/images/integrations-bitdefender-dashboard-push-notifications.png b/images/integrations-bitdefender-dashboard-push-notifications.png deleted file mode 100644 index c6c0bf026..000000000 Binary files a/images/integrations-bitdefender-dashboard-push-notifications.png and /dev/null differ diff --git a/images/integrations-bitdefender-gravityzone-api-key-1.png b/images/integrations-bitdefender-gravityzone-api-key-1.png deleted file mode 100644 index b6bf0672e..000000000 Binary files a/images/integrations-bitdefender-gravityzone-api-key-1.png and /dev/null differ diff --git a/images/integrations-bitdefender-gravityzone-api-key-2.png b/images/integrations-bitdefender-gravityzone-api-key-2.png deleted file mode 100644 index 7d7fbb697..000000000 Binary files a/images/integrations-bitdefender-gravityzone-api-key-2.png and /dev/null differ diff --git a/images/integrations-bitdefender-gravityzone-api-key-3.png b/images/integrations-bitdefender-gravityzone-api-key-3.png deleted file mode 100644 index 56d1be055..000000000 Binary files a/images/integrations-bitdefender-gravityzone-api-key-3.png and /dev/null differ diff --git a/images/integrations-bitdefender-gravityzone-api-key-4.png b/images/integrations-bitdefender-gravityzone-api-key-4.png deleted file mode 100644 index 8d5650b12..000000000 Binary files a/images/integrations-bitdefender-gravityzone-api-key-4.png and /dev/null differ diff --git a/images/integrations-bitdefender-integration-configuration-1.png b/images/integrations-bitdefender-integration-configuration-1.png deleted file mode 100644 index 042d9d534..000000000 Binary files a/images/integrations-bitdefender-integration-configuration-1.png and /dev/null differ diff --git a/images/integrations-bitdefender-integration-configuration-2.png b/images/integrations-bitdefender-integration-configuration-2.png deleted file mode 100644 index 0440f2d04..000000000 Binary files a/images/integrations-bitdefender-integration-configuration-2.png and /dev/null differ diff --git a/images/integrations-catalog-cisco-asa.png b/images/integrations-catalog-cisco-asa.png deleted file mode 100644 index bebcd670d..000000000 Binary files a/images/integrations-catalog-cisco-asa.png and /dev/null differ diff --git a/images/integrations-copy-to-dashboard.png b/images/integrations-copy-to-dashboard.png deleted file mode 100644 index fd132f428..000000000 Binary files a/images/integrations-copy-to-dashboard.png and /dev/null differ diff --git a/images/integrations-cribl-source-fields.png b/images/integrations-cribl-source-fields.png deleted file mode 100644 index 9b483ed5f..000000000 Binary files a/images/integrations-cribl-source-fields.png and /dev/null differ diff --git a/images/integrations-customization-options.png b/images/integrations-customization-options.png deleted file mode 100644 index 8ce4bcf3c..000000000 Binary files a/images/integrations-customization-options.png and /dev/null differ diff --git a/images/integrations-dedrules.png b/images/integrations-dedrules.png deleted file mode 100644 index af3995ff8..000000000 Binary files a/images/integrations-dedrules.png and /dev/null differ diff --git a/images/integrations-destination-settings.png b/images/integrations-destination-settings.png deleted file mode 100644 index 1df6cff92..000000000 Binary files a/images/integrations-destination-settings.png and /dev/null differ diff --git a/images/integrations-dgarules.png b/images/integrations-dgarules.png deleted file mode 100644 index eff5ab035..000000000 Binary files a/images/integrations-dgarules.png and /dev/null differ diff --git a/images/integrations-elastic-cribl-config.png b/images/integrations-elastic-cribl-config.png deleted file mode 100644 index 24242427d..000000000 Binary files a/images/integrations-elastic-cribl-config.png and /dev/null differ diff --git a/images/integrations-escape_feed.png b/images/integrations-escape_feed.png deleted file mode 100644 index 40a8b59ec..000000000 Binary files a/images/integrations-escape_feed.png and /dev/null differ diff --git a/images/integrations-fortinet-fortimail-configure-syslog-server.png b/images/integrations-fortinet-fortimail-configure-syslog-server.png deleted file mode 100644 index 3cccc3cbb..000000000 Binary files a/images/integrations-fortinet-fortimail-configure-syslog-server.png and /dev/null differ diff --git a/images/integrations-indices_datastream_view.png b/images/integrations-indices_datastream_view.png deleted file mode 100644 index 0c9b1af57..000000000 Binary files a/images/integrations-indices_datastream_view.png and /dev/null differ diff --git a/images/integrations-install-assets.png b/images/integrations-install-assets.png deleted file mode 100644 index 85fe2ac8e..000000000 Binary files a/images/integrations-install-assets.png and /dev/null differ diff --git a/images/integrations-lmdrules.png b/images/integrations-lmdrules.png deleted file mode 100644 index 561120916..000000000 Binary files a/images/integrations-lmdrules.png and /dev/null differ diff --git a/images/integrations-lotlrules.png b/images/integrations-lotlrules.png deleted file mode 100644 index b31332bb5..000000000 Binary files a/images/integrations-lotlrules.png and /dev/null differ diff --git a/images/integrations-metricbeat-aws-cloudwatch-latency.png b/images/integrations-metricbeat-aws-cloudwatch-latency.png deleted file mode 100644 index 65ce8897a..000000000 Binary files a/images/integrations-metricbeat-aws-cloudwatch-latency.png and /dev/null differ diff --git a/images/integrations-query-bar.png b/images/integrations-query-bar.png deleted file mode 100644 index 75f4c455d..000000000 Binary files a/images/integrations-query-bar.png and /dev/null differ diff --git a/images/integrations-sample-add-integration.png b/images/integrations-sample-add-integration.png deleted file mode 100644 index 2c8c1b92f..000000000 Binary files a/images/integrations-sample-add-integration.png and /dev/null differ diff --git a/images/integrations-source-destination.png b/images/integrations-source-destination.png deleted file mode 100644 index e52705d91..000000000 Binary files a/images/integrations-source-destination.png and /dev/null differ diff --git a/images/integrations-system-audit-overview-dashboard.png b/images/integrations-system-audit-overview-dashboard.png deleted file mode 100644 index 49f236e26..000000000 Binary files a/images/integrations-system-audit-overview-dashboard.png and /dev/null differ diff --git a/images/integrations-system-audit-package-dashboard.png b/images/integrations-system-audit-package-dashboard.png deleted file mode 100644 index 6d6241eda..000000000 Binary files a/images/integrations-system-audit-package-dashboard.png and /dev/null differ diff --git a/images/integrations-tines-audit-logs-dashboard.png b/images/integrations-tines-audit-logs-dashboard.png deleted file mode 100644 index 66b8c2448..000000000 Binary files a/images/integrations-tines-audit-logs-dashboard.png and /dev/null differ diff --git a/images/integrations-tines-integration-configuration.png b/images/integrations-tines-integration-configuration.png deleted file mode 100644 index 553239f3a..000000000 Binary files a/images/integrations-tines-integration-configuration.png and /dev/null differ diff --git a/images/integrations-tines-time-saved-dashboard.png b/images/integrations-tines-time-saved-dashboard.png deleted file mode 100644 index a2fbde127..000000000 Binary files a/images/integrations-tines-time-saved-dashboard.png and /dev/null differ diff --git a/images/integrations-websocket_configuration.png b/images/integrations-websocket_configuration.png deleted file mode 100644 index 6ed69bf08..000000000 Binary files a/images/integrations-websocket_configuration.png and /dev/null differ diff --git a/images/kibana-access-agreement.png b/images/kibana-access-agreement.png deleted file mode 100644 index b7b762a88..000000000 Binary files a/images/kibana-access-agreement.png and /dev/null differ diff --git a/images/kibana-actions_icon.png b/images/kibana-actions_icon.png deleted file mode 100644 index 36e918c8c..000000000 Binary files a/images/kibana-actions_icon.png and /dev/null differ diff --git a/images/kibana-add-data-fv.png b/images/kibana-add-data-fv.png deleted file mode 100644 index e65868078..000000000 Binary files a/images/kibana-add-data-fv.png and /dev/null differ diff --git a/images/kibana-add-filter-popup.png b/images/kibana-add-filter-popup.png deleted file mode 100644 index 38ddfaba6..000000000 Binary files a/images/kibana-add-filter-popup.png and /dev/null differ diff --git a/images/kibana-add-icon.png b/images/kibana-add-icon.png deleted file mode 100644 index 5c5ebbf44..000000000 Binary files a/images/kibana-add-icon.png and /dev/null differ diff --git a/images/kibana-add-integration.png b/images/kibana-add-integration.png deleted file mode 100644 index 7c183a7f1..000000000 Binary files a/images/kibana-add-integration.png and /dev/null differ diff --git a/images/kibana-add-sample-data.png b/images/kibana-add-sample-data.png deleted file mode 100644 index 4907d6d64..000000000 Binary files a/images/kibana-add-sample-data.png and /dev/null differ diff --git a/images/kibana-addFilterOptions_dashboard_8.6.0.png b/images/kibana-addFilterOptions_dashboard_8.6.0.png deleted file mode 100644 index fe8128449..000000000 Binary files a/images/kibana-addFilterOptions_dashboard_8.6.0.png and /dev/null differ diff --git a/images/kibana-addFilter_dashboard_8.6.0.png b/images/kibana-addFilter_dashboard_8.6.0.png deleted file mode 100644 index 45bac5628..000000000 Binary files a/images/kibana-addFilter_dashboard_8.6.0.png and /dev/null differ diff --git a/images/kibana-advanced-watch-create.png b/images/kibana-advanced-watch-create.png deleted file mode 100644 index f838ee911..000000000 Binary files a/images/kibana-advanced-watch-create.png and /dev/null differ diff --git a/images/kibana-advanced-watch-simulate.png b/images/kibana-advanced-watch-simulate.png deleted file mode 100644 index 72e2b4c5c..000000000 Binary files a/images/kibana-advanced-watch-simulate.png and /dev/null differ diff --git a/images/kibana-agent-policy-id.png b/images/kibana-agent-policy-id.png deleted file mode 100644 index daecd11ba..000000000 Binary files a/images/kibana-agent-policy-id.png and /dev/null differ diff --git a/images/kibana-aggregation-based-color-picker.png b/images/kibana-aggregation-based-color-picker.png deleted file mode 100644 index a67de8fbb..000000000 Binary files a/images/kibana-aggregation-based-color-picker.png and /dev/null differ diff --git a/images/kibana-ai-assistant-button.png b/images/kibana-ai-assistant-button.png deleted file mode 100644 index 640d81e32..000000000 Binary files a/images/kibana-ai-assistant-button.png and /dev/null differ diff --git a/images/kibana-ai-assistant-welcome-chat.png b/images/kibana-ai-assistant-welcome-chat.png deleted file mode 100644 index 972ad5359..000000000 Binary files a/images/kibana-ai-assistant-welcome-chat.png and /dev/null differ diff --git a/images/kibana-alert-types-tracking-containment-action-options.png b/images/kibana-alert-types-tracking-containment-action-options.png deleted file mode 100644 index acd77d2b9..000000000 Binary files a/images/kibana-alert-types-tracking-containment-action-options.png and /dev/null differ diff --git a/images/kibana-alert-types-tracking-containment-conditions.png b/images/kibana-alert-types-tracking-containment-conditions.png deleted file mode 100644 index 1ff0a03b8..000000000 Binary files a/images/kibana-alert-types-tracking-containment-conditions.png and /dev/null differ diff --git a/images/kibana-alert-types-tracking-containment-rule-action-variables.png b/images/kibana-alert-types-tracking-containment-rule-action-variables.png deleted file mode 100644 index 84e554d06..000000000 Binary files a/images/kibana-alert-types-tracking-containment-rule-action-variables.png and /dev/null differ diff --git a/images/kibana-alert_connector.png b/images/kibana-alert_connector.png deleted file mode 100644 index 7a4d934d0..000000000 Binary files a/images/kibana-alert_connector.png and /dev/null differ diff --git a/images/kibana-alerting-overview.png b/images/kibana-alerting-overview.png deleted file mode 100644 index af2b14b27..000000000 Binary files a/images/kibana-alerting-overview.png and /dev/null differ diff --git a/images/kibana-alerts-status.png b/images/kibana-alerts-status.png deleted file mode 100644 index d94e7b77e..000000000 Binary files a/images/kibana-alerts-status.png and /dev/null differ diff --git a/images/kibana-alerts.svg b/images/kibana-alerts.svg deleted file mode 100644 index 5e7819dd5..000000000 --- a/images/kibana-alerts.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/kibana-analytics-home-page.png b/images/kibana-analytics-home-page.png deleted file mode 100644 index 937d89d60..000000000 Binary files a/images/kibana-analytics-home-page.png and /dev/null differ diff --git a/images/kibana-api-keys-search-bar.png b/images/kibana-api-keys-search-bar.png deleted file mode 100644 index d8767cb8b..000000000 Binary files a/images/kibana-api-keys-search-bar.png and /dev/null differ diff --git a/images/kibana-api-keys.png b/images/kibana-api-keys.png deleted file mode 100644 index 6dec5730a..000000000 Binary files a/images/kibana-api-keys.png and /dev/null differ diff --git a/images/kibana-apm-settings.png b/images/kibana-apm-settings.png deleted file mode 100644 index f3adae184..000000000 Binary files a/images/kibana-apm-settings.png and /dev/null differ diff --git a/images/kibana-app-navigation-search.png b/images/kibana-app-navigation-search.png deleted file mode 100644 index 9a644909c..000000000 Binary files a/images/kibana-app-navigation-search.png and /dev/null differ diff --git a/images/kibana-app_gis_icon.png b/images/kibana-app_gis_icon.png deleted file mode 100644 index 5fbc03258..000000000 Binary files a/images/kibana-app_gis_icon.png and /dev/null differ diff --git a/images/kibana-area.png b/images/kibana-area.png deleted file mode 100644 index 85d21a9e1..000000000 Binary files a/images/kibana-area.png and /dev/null differ diff --git a/images/kibana-assign-base-privilege.png b/images/kibana-assign-base-privilege.png deleted file mode 100644 index 17be4b9ef..000000000 Binary files a/images/kibana-assign-base-privilege.png and /dev/null differ diff --git a/images/kibana-assign-subfeature-privilege.png b/images/kibana-assign-subfeature-privilege.png deleted file mode 100644 index c83cd6b16..000000000 Binary files a/images/kibana-assign-subfeature-privilege.png and /dev/null differ diff --git a/images/kibana-availableFields_discover_8.4.0.png b/images/kibana-availableFields_discover_8.4.0.png deleted file mode 100644 index ba3b9ecae..000000000 Binary files a/images/kibana-availableFields_discover_8.4.0.png and /dev/null differ diff --git a/images/kibana-bar-chart-tutorial-3.png b/images/kibana-bar-chart-tutorial-3.png deleted file mode 100644 index c458855d2..000000000 Binary files a/images/kibana-bar-chart-tutorial-3.png and /dev/null differ diff --git a/images/kibana-bar.png b/images/kibana-bar.png deleted file mode 100644 index f1db84765..000000000 Binary files a/images/kibana-bar.png and /dev/null differ diff --git a/images/kibana-bounding_box_icon.png b/images/kibana-bounding_box_icon.png deleted file mode 100644 index a39b5b47c..000000000 Binary files a/images/kibana-bounding_box_icon.png and /dev/null differ diff --git a/images/kibana-canvas-refresh-data.png b/images/kibana-canvas-refresh-data.png deleted file mode 100644 index 6f0512742..000000000 Binary files a/images/kibana-canvas-refresh-data.png and /dev/null differ diff --git a/images/kibana-case-button-osquery.png b/images/kibana-case-button-osquery.png deleted file mode 100644 index 9fc908984..000000000 Binary files a/images/kibana-case-button-osquery.png and /dev/null differ diff --git a/images/kibana-cases-create.png b/images/kibana-cases-create.png deleted file mode 100644 index 56f79b1f4..000000000 Binary files a/images/kibana-cases-create.png and /dev/null differ diff --git a/images/kibana-cases-custom-fields-add.png b/images/kibana-cases-custom-fields-add.png deleted file mode 100644 index 6f4d452a9..000000000 Binary files a/images/kibana-cases-custom-fields-add.png and /dev/null differ diff --git a/images/kibana-cases-files.png b/images/kibana-cases-files.png deleted file mode 100644 index c7eaf32bd..000000000 Binary files a/images/kibana-cases-files.png and /dev/null differ diff --git a/images/kibana-cases-list.png b/images/kibana-cases-list.png deleted file mode 100644 index 7fee49af5..000000000 Binary files a/images/kibana-cases-list.png and /dev/null differ diff --git a/images/kibana-cases-settings.png b/images/kibana-cases-settings.png deleted file mode 100644 index b3b8f37d7..000000000 Binary files a/images/kibana-cases-settings.png and /dev/null differ diff --git a/images/kibana-cases-templates-add.png b/images/kibana-cases-templates-add.png deleted file mode 100644 index 20da0035f..000000000 Binary files a/images/kibana-cases-templates-add.png and /dev/null differ diff --git a/images/kibana-cases-visualization.png b/images/kibana-cases-visualization.png deleted file mode 100644 index ba36e8843..000000000 Binary files a/images/kibana-cases-visualization.png and /dev/null differ diff --git a/images/kibana-change-space.png b/images/kibana-change-space.png deleted file mode 100644 index 7c55ed0c2..000000000 Binary files a/images/kibana-change-space.png and /dev/null differ diff --git a/images/kibana-chat-interface.png b/images/kibana-chat-interface.png deleted file mode 100644 index 8af0c2317..000000000 Binary files a/images/kibana-chat-interface.png and /dev/null differ diff --git a/images/kibana-classification.png b/images/kibana-classification.png deleted file mode 100644 index 492c44bfa..000000000 Binary files a/images/kibana-classification.png and /dev/null differ diff --git a/images/kibana-click-create-api-key.png b/images/kibana-click-create-api-key.png deleted file mode 100644 index 3f98b0689..000000000 Binary files a/images/kibana-click-create-api-key.png and /dev/null differ diff --git a/images/kibana-clock_icon.png b/images/kibana-clock_icon.png deleted file mode 100644 index 3484e513c..000000000 Binary files a/images/kibana-clock_icon.png and /dev/null differ diff --git a/images/kibana-cloud-id.png b/images/kibana-cloud-id.png deleted file mode 100644 index 4afd10a89..000000000 Binary files a/images/kibana-cloud-id.png and /dev/null differ diff --git a/images/kibana-connector-delete.png b/images/kibana-connector-delete.png deleted file mode 100644 index 991333c54..000000000 Binary files a/images/kibana-connector-delete.png and /dev/null differ diff --git a/images/kibana-connector-filter-by-type.png b/images/kibana-connector-filter-by-type.png deleted file mode 100644 index 589227827..000000000 Binary files a/images/kibana-connector-filter-by-type.png and /dev/null differ diff --git a/images/kibana-connector-save-and-test.png b/images/kibana-connector-save-and-test.png deleted file mode 100644 index 35e5bcb21..000000000 Binary files a/images/kibana-connector-save-and-test.png and /dev/null differ diff --git a/images/kibana-connector-select-type.png b/images/kibana-connector-select-type.png deleted file mode 100644 index 90f26778d..000000000 Binary files a/images/kibana-connector-select-type.png and /dev/null differ diff --git a/images/kibana-connectors-with-missing-secrets.png b/images/kibana-connectors-with-missing-secrets.png deleted file mode 100644 index 498ba64a5..000000000 Binary files a/images/kibana-connectors-with-missing-secrets.png and /dev/null differ diff --git a/images/kibana-console.png b/images/kibana-console.png deleted file mode 100644 index 84e4c4f3a..000000000 Binary files a/images/kibana-console.png and /dev/null differ diff --git a/images/kibana-construction_zones.png b/images/kibana-construction_zones.png deleted file mode 100644 index e956f01d3..000000000 Binary files a/images/kibana-construction_zones.png and /dev/null differ diff --git a/images/kibana-copy_variable_syntax.png b/images/kibana-copy_variable_syntax.png deleted file mode 100644 index e583812ca..000000000 Binary files a/images/kibana-copy_variable_syntax.png and /dev/null differ diff --git a/images/kibana-create-ccr-api-key.png b/images/kibana-create-ccr-api-key.png deleted file mode 100644 index 00b5cf546..000000000 Binary files a/images/kibana-create-ccr-api-key.png and /dev/null differ diff --git a/images/kibana-create-data-view.png b/images/kibana-create-data-view.png deleted file mode 100644 index b099995d9..000000000 Binary files a/images/kibana-create-data-view.png and /dev/null differ diff --git a/images/kibana-create-maintenance-window-filter.png b/images/kibana-create-maintenance-window-filter.png deleted file mode 100644 index 23877293e..000000000 Binary files a/images/kibana-create-maintenance-window-filter.png and /dev/null differ diff --git a/images/kibana-create-maintenance-window.png b/images/kibana-create-maintenance-window.png deleted file mode 100644 index b48c52ae9..000000000 Binary files a/images/kibana-create-maintenance-window.png and /dev/null differ diff --git a/images/kibana-create-role-dls-example.png b/images/kibana-create-role-dls-example.png deleted file mode 100644 index 0899fce01..000000000 Binary files a/images/kibana-create-role-dls-example.png and /dev/null differ diff --git a/images/kibana-create-role-index-example.png b/images/kibana-create-role-index-example.png deleted file mode 100644 index 68c833b24..000000000 Binary files a/images/kibana-create-role-index-example.png and /dev/null differ diff --git a/images/kibana-create-role-remote-index-example.png b/images/kibana-create-role-remote-index-example.png deleted file mode 100644 index 8008c8efd..000000000 Binary files a/images/kibana-create-role-remote-index-example.png and /dev/null differ diff --git a/images/kibana-create-space-privilege.png b/images/kibana-create-space-privilege.png deleted file mode 100644 index 093a33912..000000000 Binary files a/images/kibana-create-space-privilege.png and /dev/null differ diff --git a/images/kibana-create-threshold-alert-created.png b/images/kibana-create-threshold-alert-created.png deleted file mode 100644 index f443ab420..000000000 Binary files a/images/kibana-create-threshold-alert-created.png and /dev/null differ diff --git a/images/kibana-create_spatial_filter.png b/images/kibana-create_spatial_filter.png deleted file mode 100644 index 21614aa0f..000000000 Binary files a/images/kibana-create_spatial_filter.png and /dev/null differ diff --git a/images/kibana-csa_regions.png b/images/kibana-csa_regions.png deleted file mode 100644 index 912814d50..000000000 Binary files a/images/kibana-csa_regions.png and /dev/null differ diff --git a/images/kibana-csa_regions_by_web_traffic.png b/images/kibana-csa_regions_by_web_traffic.png deleted file mode 100644 index 8f107f761..000000000 Binary files a/images/kibana-csa_regions_by_web_traffic.png and /dev/null differ diff --git a/images/kibana-dashboard-creator-editor.png b/images/kibana-dashboard-creator-editor.png deleted file mode 100644 index ee75fee60..000000000 Binary files a/images/kibana-dashboard-creator-editor.png and /dev/null differ diff --git a/images/kibana-dashboard-export-saved-object.png b/images/kibana-dashboard-export-saved-object.png deleted file mode 100644 index 46170002d..000000000 Binary files a/images/kibana-dashboard-export-saved-object.png and /dev/null differ diff --git a/images/kibana-dashboard-filter-by-creator.png b/images/kibana-dashboard-filter-by-creator.png deleted file mode 100644 index d68aa6a94..000000000 Binary files a/images/kibana-dashboard-filter-by-creator.png and /dev/null differ diff --git a/images/kibana-dashboard-filter-editor.png b/images/kibana-dashboard-filter-editor.png deleted file mode 100644 index bc9857c17..000000000 Binary files a/images/kibana-dashboard-filter-editor.png and /dev/null differ diff --git a/images/kibana-dashboard-filter-kql.png b/images/kibana-dashboard-filter-kql.png deleted file mode 100644 index e7a6a1ddb..000000000 Binary files a/images/kibana-dashboard-filter-kql.png and /dev/null differ diff --git a/images/kibana-dashboard-full-screen.png b/images/kibana-dashboard-full-screen.png deleted file mode 100644 index 080375a93..000000000 Binary files a/images/kibana-dashboard-full-screen.png and /dev/null differ diff --git a/images/kibana-dashboard-global-time-range.png b/images/kibana-dashboard-global-time-range.png deleted file mode 100644 index 357be5cf3..000000000 Binary files a/images/kibana-dashboard-global-time-range.png and /dev/null differ diff --git a/images/kibana-dashboard-import-saved-object.png b/images/kibana-dashboard-import-saved-object.png deleted file mode 100644 index 7e416c67e..000000000 Binary files a/images/kibana-dashboard-import-saved-object.png and /dev/null differ diff --git a/images/kibana-dashboard-overview.png b/images/kibana-dashboard-overview.png deleted file mode 100644 index a2c6136d0..000000000 Binary files a/images/kibana-dashboard-overview.png and /dev/null differ diff --git a/images/kibana-dashboard-panel-maximized.png b/images/kibana-dashboard-panel-maximized.png deleted file mode 100644 index 1be941430..000000000 Binary files a/images/kibana-dashboard-panel-maximized.png and /dev/null differ diff --git a/images/kibana-dashboard-starred-list.png b/images/kibana-dashboard-starred-list.png deleted file mode 100644 index e3aeed33f..000000000 Binary files a/images/kibana-dashboard-starred-list.png and /dev/null differ diff --git a/images/kibana-dashboard-usage-count.png b/images/kibana-dashboard-usage-count.png deleted file mode 100644 index 1f24fdb39..000000000 Binary files a/images/kibana-dashboard-usage-count.png and /dev/null differ diff --git a/images/kibana-dashboard_add_content_to_dashboard_8.15.0.png b/images/kibana-dashboard_add_content_to_dashboard_8.15.0.png deleted file mode 100644 index 8a8b9b9d5..000000000 Binary files a/images/kibana-dashboard_add_content_to_dashboard_8.15.0.png and /dev/null differ diff --git a/images/kibana-dashboard_ecommerceRevenueDashboard_8.6.0.png b/images/kibana-dashboard_ecommerceRevenueDashboard_8.6.0.png deleted file mode 100644 index ceaedbbd2..000000000 Binary files a/images/kibana-dashboard_ecommerceRevenueDashboard_8.6.0.png and /dev/null differ diff --git a/images/kibana-dashboard_links_panel.png b/images/kibana-dashboard_links_panel.png deleted file mode 100644 index 23b378793..000000000 Binary files a/images/kibana-dashboard_links_panel.png and /dev/null differ diff --git a/images/kibana-dashboard_sampleDataAddFilter_8.6.0.png b/images/kibana-dashboard_sampleDataAddFilter_8.6.0.png deleted file mode 100644 index 2ae7b2909..000000000 Binary files a/images/kibana-dashboard_sampleDataAddFilter_8.6.0.png and /dev/null differ diff --git a/images/kibana-data-button.png b/images/kibana-data-button.png deleted file mode 100644 index 21253708d..000000000 Binary files a/images/kibana-data-button.png and /dev/null differ diff --git a/images/kibana-data_table.png b/images/kibana-data_table.png deleted file mode 100644 index 3e08ec526..000000000 Binary files a/images/kibana-data_table.png and /dev/null differ diff --git a/images/kibana-data_view.png b/images/kibana-data_view.png deleted file mode 100644 index c71f600a7..000000000 Binary files a/images/kibana-data_view.png and /dev/null differ diff --git a/images/kibana-delete.png b/images/kibana-delete.png deleted file mode 100755 index a5bb37368..000000000 Binary files a/images/kibana-delete.png and /dev/null differ diff --git a/images/kibana-discover-add-field.png b/images/kibana-discover-add-field.png deleted file mode 100644 index 21876b81a..000000000 Binary files a/images/kibana-discover-add-field.png and /dev/null differ diff --git a/images/kibana-discover-add-filter.png b/images/kibana-discover-add-filter.png deleted file mode 100644 index f72d4074b..000000000 Binary files a/images/kibana-discover-add-filter.png and /dev/null differ diff --git a/images/kibana-discover-button-osquery.png b/images/kibana-discover-button-osquery.png deleted file mode 100644 index 599f3f357..000000000 Binary files a/images/kibana-discover-button-osquery.png and /dev/null differ diff --git a/images/kibana-discover-compare-rows.png b/images/kibana-discover-compare-rows.png deleted file mode 100644 index 868a17fd7..000000000 Binary files a/images/kibana-discover-compare-rows.png and /dev/null differ diff --git a/images/kibana-discover-customize-table.png b/images/kibana-discover-customize-table.png deleted file mode 100644 index 97e63cedc..000000000 Binary files a/images/kibana-discover-customize-table.png and /dev/null differ diff --git a/images/kibana-discover-data-view.png b/images/kibana-discover-data-view.png deleted file mode 100644 index e6c3a9aa8..000000000 Binary files a/images/kibana-discover-data-view.png and /dev/null differ diff --git a/images/kibana-discover-day-of-week.png b/images/kibana-discover-day-of-week.png deleted file mode 100644 index c95e908de..000000000 Binary files a/images/kibana-discover-day-of-week.png and /dev/null differ diff --git a/images/kibana-discover-from-visualize.png b/images/kibana-discover-from-visualize.png deleted file mode 100644 index 4fb2bfbcb..000000000 Binary files a/images/kibana-discover-from-visualize.png and /dev/null differ diff --git a/images/kibana-discover-limit-sample-size.png b/images/kibana-discover-limit-sample-size.png deleted file mode 100644 index ae8a28949..000000000 Binary files a/images/kibana-discover-limit-sample-size.png and /dev/null differ diff --git a/images/kibana-discover-maps.png b/images/kibana-discover-maps.png deleted file mode 100644 index 42a17d610..000000000 Binary files a/images/kibana-discover-maps.png and /dev/null differ diff --git a/images/kibana-discover-search-field.png b/images/kibana-discover-search-field.png deleted file mode 100644 index c47a779ca..000000000 Binary files a/images/kibana-discover-search-field.png and /dev/null differ diff --git a/images/kibana-discover-search-for-relevance.png b/images/kibana-discover-search-for-relevance.png deleted file mode 100644 index 16be07dce..000000000 Binary files a/images/kibana-discover-search-for-relevance.png and /dev/null differ diff --git a/images/kibana-discover-sidebar-available-fields.png b/images/kibana-discover-sidebar-available-fields.png deleted file mode 100644 index 6bc9f04c9..000000000 Binary files a/images/kibana-discover-sidebar-available-fields.png and /dev/null differ diff --git a/images/kibana-discover.png b/images/kibana-discover.png deleted file mode 100644 index b954ac0e4..000000000 Binary files a/images/kibana-discover.png and /dev/null differ diff --git a/images/kibana-discover_enriched_web_log.png b/images/kibana-discover_enriched_web_log.png deleted file mode 100644 index ef8fde0cd..000000000 Binary files a/images/kibana-discover_enriched_web_log.png and /dev/null differ diff --git a/images/kibana-document-explorer-compare-data.png b/images/kibana-document-explorer-compare-data.png deleted file mode 100644 index 2a980f897..000000000 Binary files a/images/kibana-document-explorer-compare-data.png and /dev/null differ diff --git a/images/kibana-document-explorer-multi-field.png b/images/kibana-document-explorer-multi-field.png deleted file mode 100644 index abc96062e..000000000 Binary files a/images/kibana-document-explorer-multi-field.png and /dev/null differ diff --git a/images/kibana-document-explorer-sort-data.png b/images/kibana-document-explorer-sort-data.png deleted file mode 100644 index 29d914387..000000000 Binary files a/images/kibana-document-explorer-sort-data.png and /dev/null differ diff --git a/images/kibana-document-table-expanded.png b/images/kibana-document-table-expanded.png deleted file mode 100644 index f73c7d08f..000000000 Binary files a/images/kibana-document-table-expanded.png and /dev/null differ diff --git a/images/kibana-document-table-rows-per-page.png b/images/kibana-document-table-rows-per-page.png deleted file mode 100644 index 54ab8c359..000000000 Binary files a/images/kibana-document-table-rows-per-page.png and /dev/null differ diff --git a/images/kibana-document-table.png b/images/kibana-document-table.png deleted file mode 100644 index ab9141cbb..000000000 Binary files a/images/kibana-document-table.png and /dev/null differ diff --git a/images/kibana-drawing_layer.png b/images/kibana-drawing_layer.png deleted file mode 100644 index 5e6a6d5c3..000000000 Binary files a/images/kibana-drawing_layer.png and /dev/null differ diff --git a/images/kibana-ecommerceTreemap_lens_8.4.0.png b/images/kibana-ecommerceTreemap_lens_8.4.0.png deleted file mode 100644 index d933ce93d..000000000 Binary files a/images/kibana-ecommerceTreemap_lens_8.4.0.png and /dev/null differ diff --git a/images/kibana-edit-link-icon.png b/images/kibana-edit-link-icon.png deleted file mode 100644 index 42f698b7f..000000000 Binary files a/images/kibana-edit-link-icon.png and /dev/null differ diff --git a/images/kibana-edit-links-panel.png b/images/kibana-edit-links-panel.png deleted file mode 100644 index 2e24bef5d..000000000 Binary files a/images/kibana-edit-links-panel.png and /dev/null differ diff --git a/images/kibana-edit-visualization-icon.png b/images/kibana-edit-visualization-icon.png deleted file mode 100644 index fab4eef47..000000000 Binary files a/images/kibana-edit-visualization-icon.png and /dev/null differ diff --git a/images/kibana-edit_icon.png b/images/kibana-edit_icon.png deleted file mode 100644 index d5af17518..000000000 Binary files a/images/kibana-edit_icon.png and /dev/null differ diff --git a/images/kibana-elastic-maps-server-basemaps.png b/images/kibana-elastic-maps-server-basemaps.png deleted file mode 100644 index 3f51153d2..000000000 Binary files a/images/kibana-elastic-maps-server-basemaps.png and /dev/null differ diff --git a/images/kibana-elastic-maps-server-instructions.png b/images/kibana-elastic-maps-server-instructions.png deleted file mode 100644 index 524ae2192..000000000 Binary files a/images/kibana-elastic-maps-server-instructions.png and /dev/null differ diff --git a/images/kibana-email-connector-test.png b/images/kibana-email-connector-test.png deleted file mode 100644 index 698b141fd..000000000 Binary files a/images/kibana-email-connector-test.png and /dev/null differ diff --git a/images/kibana-email-mustache-template-rendered.png b/images/kibana-email-mustache-template-rendered.png deleted file mode 100644 index 60d6bdc82..000000000 Binary files a/images/kibana-email-mustache-template-rendered.png and /dev/null differ diff --git a/images/kibana-embed_in_dashboard.jpeg b/images/kibana-embed_in_dashboard.jpeg deleted file mode 100644 index 7be233e7a..000000000 Binary files a/images/kibana-embed_in_dashboard.jpeg and /dev/null differ diff --git a/images/kibana-enter-query.png b/images/kibana-enter-query.png deleted file mode 100644 index 83f6eb08e..000000000 Binary files a/images/kibana-enter-query.png and /dev/null differ diff --git a/images/kibana-es-query-rule-action-query-matched.png b/images/kibana-es-query-rule-action-query-matched.png deleted file mode 100644 index a754a9c66..000000000 Binary files a/images/kibana-es-query-rule-action-query-matched.png and /dev/null differ diff --git a/images/kibana-es-query-rule-action-summary.png b/images/kibana-es-query-rule-action-summary.png deleted file mode 100644 index aa6857f72..000000000 Binary files a/images/kibana-es-query-rule-action-summary.png and /dev/null differ diff --git a/images/kibana-es-query-rule-action-variables.png b/images/kibana-es-query-rule-action-variables.png deleted file mode 100644 index dbb30a7a3..000000000 Binary files a/images/kibana-es-query-rule-action-variables.png and /dev/null differ diff --git a/images/kibana-es-query-rule-recovery-action.png b/images/kibana-es-query-rule-recovery-action.png deleted file mode 100644 index a7c1243c1..000000000 Binary files a/images/kibana-es-query-rule-recovery-action.png and /dev/null differ diff --git a/images/kibana-esql-icon-edit-visualization.svg b/images/kibana-esql-icon-edit-visualization.svg deleted file mode 100644 index c559f0e58..000000000 --- a/images/kibana-esql-icon-edit-visualization.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/kibana-esql-icon-save-visualization.svg b/images/kibana-esql-icon-save-visualization.svg deleted file mode 100644 index f80a5993a..000000000 --- a/images/kibana-esql-icon-save-visualization.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/kibana-esql-in-app-help.png b/images/kibana-esql-in-app-help.png deleted file mode 100644 index 00db2cf8e..000000000 Binary files a/images/kibana-esql-in-app-help.png and /dev/null differ diff --git a/images/kibana-esql-machine-os-ram.png b/images/kibana-esql-machine-os-ram.png deleted file mode 100644 index 8e2e548a7..000000000 Binary files a/images/kibana-esql-machine-os-ram.png and /dev/null differ diff --git a/images/kibana-execution-history.png b/images/kibana-execution-history.png deleted file mode 100644 index 429f67aad..000000000 Binary files a/images/kibana-execution-history.png and /dev/null differ diff --git a/images/kibana-expand-icon-2.png b/images/kibana-expand-icon-2.png deleted file mode 100644 index 49556269f..000000000 Binary files a/images/kibana-expand-icon-2.png and /dev/null differ diff --git a/images/kibana-field-sorting-popover.png b/images/kibana-field-sorting-popover.png deleted file mode 100644 index 87a975299..000000000 Binary files a/images/kibana-field-sorting-popover.png and /dev/null differ diff --git a/images/kibana-field-statistics-geo.png b/images/kibana-field-statistics-geo.png deleted file mode 100644 index 905747086..000000000 Binary files a/images/kibana-field-statistics-geo.png and /dev/null differ diff --git a/images/kibana-field-statistics-numeric.png b/images/kibana-field-statistics-numeric.png deleted file mode 100644 index d051dd725..000000000 Binary files a/images/kibana-field-statistics-numeric.png and /dev/null differ diff --git a/images/kibana-field-statistics-view.png b/images/kibana-field-statistics-view.png deleted file mode 100644 index 9ee2650f1..000000000 Binary files a/images/kibana-field-statistics-view.png and /dev/null differ diff --git a/images/kibana-filter.png b/images/kibana-filter.png deleted file mode 100644 index 0bcfd7ca5..000000000 Binary files a/images/kibana-filter.png and /dev/null differ diff --git a/images/kibana-filter_icon.png b/images/kibana-filter_icon.png deleted file mode 100644 index 08fd9c6b1..000000000 Binary files a/images/kibana-filter_icon.png and /dev/null differ diff --git a/images/kibana-fleet-start.png b/images/kibana-fleet-start.png deleted file mode 100644 index 4449517c4..000000000 Binary files a/images/kibana-fleet-start.png and /dev/null differ diff --git a/images/kibana-formula_reference.png b/images/kibana-formula_reference.png deleted file mode 100644 index 7b385e774..000000000 Binary files a/images/kibana-formula_reference.png and /dev/null differ diff --git a/images/kibana-fu_gs_final_map.png b/images/kibana-fu_gs_final_map.png deleted file mode 100644 index 1867e75bf..000000000 Binary files a/images/kibana-fu_gs_final_map.png and /dev/null differ diff --git a/images/kibana-fu_gs_flight_paths.png b/images/kibana-fu_gs_flight_paths.png deleted file mode 100644 index 5376b4469..000000000 Binary files a/images/kibana-fu_gs_flight_paths.png and /dev/null differ diff --git a/images/kibana-fu_gs_lightning_intensity.png b/images/kibana-fu_gs_lightning_intensity.png deleted file mode 100644 index d8ac8834a..000000000 Binary files a/images/kibana-fu_gs_lightning_intensity.png and /dev/null differ diff --git a/images/kibana-fu_gs_new_england_map.png b/images/kibana-fu_gs_new_england_map.png deleted file mode 100644 index 2a5c9d38f..000000000 Binary files a/images/kibana-fu_gs_new_england_map.png and /dev/null differ diff --git a/images/kibana-gauge.png b/images/kibana-gauge.png deleted file mode 100644 index c4aef7f5f..000000000 Binary files a/images/kibana-gauge.png and /dev/null differ diff --git a/images/kibana-gear_icon.png b/images/kibana-gear_icon.png deleted file mode 100644 index 355d55dbb..000000000 Binary files a/images/kibana-gear_icon.png and /dev/null differ diff --git a/images/kibana-geoip-icon.png b/images/kibana-geoip-icon.png deleted file mode 100644 index d3317451b..000000000 Binary files a/images/kibana-geoip-icon.png and /dev/null differ diff --git a/images/kibana-get-started.png b/images/kibana-get-started.png deleted file mode 100644 index c51417af4..000000000 Binary files a/images/kibana-get-started.png and /dev/null differ diff --git a/images/kibana-global-search.png b/images/kibana-global-search.png deleted file mode 100644 index c5080da40..000000000 Binary files a/images/kibana-global-search.png and /dev/null differ diff --git a/images/kibana-global_search_bar.png b/images/kibana-global_search_bar.png deleted file mode 100644 index 2946a0306..000000000 Binary files a/images/kibana-global_search_bar.png and /dev/null differ diff --git a/images/kibana-global_search_multiple_indices_query1.png b/images/kibana-global_search_multiple_indices_query1.png deleted file mode 100644 index f019f2c4e..000000000 Binary files a/images/kibana-global_search_multiple_indices_query1.png and /dev/null differ diff --git a/images/kibana-global_search_multiple_indices_query2.png b/images/kibana-global_search_multiple_indices_query2.png deleted file mode 100644 index 510170391..000000000 Binary files a/images/kibana-global_search_multiple_indices_query2.png and /dev/null differ diff --git a/images/kibana-goal.png b/images/kibana-goal.png deleted file mode 100644 index 967e64f72..000000000 Binary files a/images/kibana-goal.png and /dev/null differ diff --git a/images/kibana-graph-block-button.png b/images/kibana-graph-block-button.png deleted file mode 100755 index b37888357..000000000 Binary files a/images/kibana-graph-block-button.png and /dev/null differ diff --git a/images/kibana-graph-control-bar.png b/images/kibana-graph-control-bar.png deleted file mode 100644 index 6dcf0d693..000000000 Binary files a/images/kibana-graph-control-bar.png and /dev/null differ diff --git a/images/kibana-graph-expand-button.png b/images/kibana-graph-expand-button.png deleted file mode 100755 index 7d9816a8a..000000000 Binary files a/images/kibana-graph-expand-button.png and /dev/null differ diff --git a/images/kibana-graph-info-icon.png b/images/kibana-graph-info-icon.png deleted file mode 100644 index c1e89384b..000000000 Binary files a/images/kibana-graph-info-icon.png and /dev/null differ diff --git a/images/kibana-graph-link-button.png b/images/kibana-graph-link-button.png deleted file mode 100755 index 43ac85537..000000000 Binary files a/images/kibana-graph-link-button.png and /dev/null differ diff --git a/images/kibana-graph-menu.png b/images/kibana-graph-menu.png deleted file mode 100644 index 5a46bd595..000000000 Binary files a/images/kibana-graph-menu.png and /dev/null differ diff --git a/images/kibana-graph-pause-button.png b/images/kibana-graph-pause-button.png deleted file mode 100755 index e05418d7d..000000000 Binary files a/images/kibana-graph-pause-button.png and /dev/null differ diff --git a/images/kibana-graph-read-only-badge.png b/images/kibana-graph-read-only-badge.png deleted file mode 100644 index a33b927ef..000000000 Binary files a/images/kibana-graph-read-only-badge.png and /dev/null differ diff --git a/images/kibana-graph-redo-button.png b/images/kibana-graph-redo-button.png deleted file mode 100755 index 5adcfa478..000000000 Binary files a/images/kibana-graph-redo-button.png and /dev/null differ diff --git a/images/kibana-graph-style-button.png b/images/kibana-graph-style-button.png deleted file mode 100644 index 5015e39b8..000000000 Binary files a/images/kibana-graph-style-button.png and /dev/null differ diff --git a/images/kibana-graph-undo-button.png b/images/kibana-graph-undo-button.png deleted file mode 100755 index e8a72b8b3..000000000 Binary files a/images/kibana-graph-undo-button.png and /dev/null differ diff --git a/images/kibana-graph-url-connections.png b/images/kibana-graph-url-connections.png deleted file mode 100644 index 18b1b0354..000000000 Binary files a/images/kibana-graph-url-connections.png and /dev/null differ diff --git a/images/kibana-graph-vertices-connections.jpg b/images/kibana-graph-vertices-connections.jpg deleted file mode 100644 index 59072be31..000000000 Binary files a/images/kibana-graph-vertices-connections.jpg and /dev/null differ diff --git a/images/kibana-grid_to_docs.gif b/images/kibana-grid_to_docs.gif deleted file mode 100644 index 11b396a4f..000000000 Binary files a/images/kibana-grid_to_docs.gif and /dev/null differ diff --git a/images/kibana-grok-debugger-custom-pattern.png b/images/kibana-grok-debugger-custom-pattern.png deleted file mode 100644 index 2a1660c86..000000000 Binary files a/images/kibana-grok-debugger-custom-pattern.png and /dev/null differ diff --git a/images/kibana-grok-debugger-overview.png b/images/kibana-grok-debugger-overview.png deleted file mode 100644 index 4692c7a80..000000000 Binary files a/images/kibana-grok-debugger-overview.png and /dev/null differ diff --git a/images/kibana-gs-filter-icon.png b/images/kibana-gs-filter-icon.png deleted file mode 100644 index aebe2d518..000000000 Binary files a/images/kibana-gs-filter-icon.png and /dev/null differ diff --git a/images/kibana-gs10.png b/images/kibana-gs10.png deleted file mode 100644 index e9a6615f5..000000000 Binary files a/images/kibana-gs10.png and /dev/null differ diff --git a/images/kibana-gs8.png b/images/kibana-gs8.png deleted file mode 100644 index 75b93d4df..000000000 Binary files a/images/kibana-gs8.png and /dev/null differ diff --git a/images/kibana-gs_add_cloropeth_layer.png b/images/kibana-gs_add_cloropeth_layer.png deleted file mode 100644 index 63dc1e3db..000000000 Binary files a/images/kibana-gs_add_cloropeth_layer.png and /dev/null differ diff --git a/images/kibana-gs_add_es_document_layer.png b/images/kibana-gs_add_es_document_layer.png deleted file mode 100644 index 35a919263..000000000 Binary files a/images/kibana-gs_add_es_document_layer.png and /dev/null differ diff --git a/images/kibana-gs_dashboard_with_map.png b/images/kibana-gs_dashboard_with_map.png deleted file mode 100644 index 81fc181e6..000000000 Binary files a/images/kibana-gs_dashboard_with_map.png and /dev/null differ diff --git a/images/kibana-gs_map_filtered.png b/images/kibana-gs_map_filtered.png deleted file mode 100644 index f69b2e739..000000000 Binary files a/images/kibana-gs_map_filtered.png and /dev/null differ diff --git a/images/kibana-gs_plus_icon.png b/images/kibana-gs_plus_icon.png deleted file mode 100644 index 2620c5f37..000000000 Binary files a/images/kibana-gs_plus_icon.png and /dev/null differ diff --git a/images/kibana-gs_tooltip_filter.png b/images/kibana-gs_tooltip_filter.png deleted file mode 100644 index 3de04f846..000000000 Binary files a/images/kibana-gs_tooltip_filter.png and /dev/null differ diff --git a/images/kibana-heat_map.png b/images/kibana-heat_map.png deleted file mode 100644 index d4a650250..000000000 Binary files a/images/kibana-heat_map.png and /dev/null differ diff --git a/images/kibana-heatmap_layer.png b/images/kibana-heatmap_layer.png deleted file mode 100644 index 87a45146f..000000000 Binary files a/images/kibana-heatmap_layer.png and /dev/null differ diff --git a/images/kibana-hello-field.png b/images/kibana-hello-field.png deleted file mode 100644 index 8aee22bf2..000000000 Binary files a/images/kibana-hello-field.png and /dev/null differ diff --git a/images/kibana-index-threshold-chart.png b/images/kibana-index-threshold-chart.png deleted file mode 100644 index f83fa9476..000000000 Binary files a/images/kibana-index-threshold-chart.png and /dev/null differ diff --git a/images/kibana-individual-enable-disable.png b/images/kibana-individual-enable-disable.png deleted file mode 100644 index dfac27dec..000000000 Binary files a/images/kibana-individual-enable-disable.png and /dev/null differ diff --git a/images/kibana-inference-endpoints-ui.png b/images/kibana-inference-endpoints-ui.png deleted file mode 100644 index 8350f51be..000000000 Binary files a/images/kibana-inference-endpoints-ui.png and /dev/null differ diff --git a/images/kibana-intro-help-icon.png b/images/kibana-intro-help-icon.png deleted file mode 100644 index 7766434b8..000000000 Binary files a/images/kibana-intro-help-icon.png and /dev/null differ diff --git a/images/kibana-kibana-login.png b/images/kibana-kibana-login.png deleted file mode 100644 index cd9df9f56..000000000 Binary files a/images/kibana-kibana-login.png and /dev/null differ diff --git a/images/kibana-kibana-privileges-with-reporting-basic.png b/images/kibana-kibana-privileges-with-reporting-basic.png deleted file mode 100644 index 6d2c3ba64..000000000 Binary files a/images/kibana-kibana-privileges-with-reporting-basic.png and /dev/null differ diff --git a/images/kibana-kibana-privileges-with-reporting.png b/images/kibana-kibana-privileges-with-reporting.png deleted file mode 100644 index 0675d893e..000000000 Binary files a/images/kibana-kibana-privileges-with-reporting.png and /dev/null differ diff --git a/images/kibana-kibana-status-page-7_14_0.png b/images/kibana-kibana-status-page-7_14_0.png deleted file mode 100644 index db172d87e..000000000 Binary files a/images/kibana-kibana-status-page-7_14_0.png and /dev/null differ diff --git a/images/kibana-kql_discover_8.4.0.png b/images/kibana-kql_discover_8.4.0.png deleted file mode 100644 index cc0398049..000000000 Binary files a/images/kibana-kql_discover_8.4.0.png and /dev/null differ diff --git a/images/kibana-layer_search.png b/images/kibana-layer_search.png deleted file mode 100644 index d3828ed5f..000000000 Binary files a/images/kibana-layer_search.png and /dev/null differ diff --git a/images/kibana-legend-icon.svg b/images/kibana-legend-icon.svg deleted file mode 100644 index 332612054..000000000 --- a/images/kibana-legend-icon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/images/kibana-lens-button-osquery.png b/images/kibana-lens-button-osquery.png deleted file mode 100644 index 92c79f0f2..000000000 Binary files a/images/kibana-lens-button-osquery.png and /dev/null differ diff --git a/images/kibana-lens_drag_drop_2.png b/images/kibana-lens_drag_drop_2.png deleted file mode 100644 index e9f425ece..000000000 Binary files a/images/kibana-lens_drag_drop_2.png and /dev/null differ diff --git a/images/kibana-lens_drag_drop_3.gif b/images/kibana-lens_drag_drop_3.gif deleted file mode 100644 index 392113003..000000000 Binary files a/images/kibana-lens_drag_drop_3.gif and /dev/null differ diff --git a/images/kibana-lens_end_to_end_3_1_1.gif b/images/kibana-lens_end_to_end_3_1_1.gif deleted file mode 100644 index 0029e7c24..000000000 Binary files a/images/kibana-lens_end_to_end_3_1_1.gif and /dev/null differ diff --git a/images/kibana-lens_end_to_end_6_1.png b/images/kibana-lens_end_to_end_6_1.png deleted file mode 100644 index 942c4d636..000000000 Binary files a/images/kibana-lens_end_to_end_6_1.png and /dev/null differ diff --git a/images/kibana-lens_end_to_end_7_2.png b/images/kibana-lens_end_to_end_7_2.png deleted file mode 100644 index 994183ce1..000000000 Binary files a/images/kibana-lens_end_to_end_7_2.png and /dev/null differ diff --git a/images/kibana-lens_percent_chage.png b/images/kibana-lens_percent_chage.png deleted file mode 100644 index 440240b89..000000000 Binary files a/images/kibana-lens_percent_chage.png and /dev/null differ diff --git a/images/kibana-lens_primaryMetric.png b/images/kibana-lens_primaryMetric.png deleted file mode 100644 index 8e0efc1b9..000000000 Binary files a/images/kibana-lens_primaryMetric.png and /dev/null differ diff --git a/images/kibana-lens_table_over_time.png b/images/kibana-lens_table_over_time.png deleted file mode 100644 index 48cfbd7d1..000000000 Binary files a/images/kibana-lens_table_over_time.png and /dev/null differ diff --git a/images/kibana-lens_time_shift.png b/images/kibana-lens_time_shift.png deleted file mode 100644 index 64ea4b2e6..000000000 Binary files a/images/kibana-lens_time_shift.png and /dev/null differ diff --git a/images/kibana-line.png b/images/kibana-line.png deleted file mode 100644 index 123fa74dc..000000000 Binary files a/images/kibana-line.png and /dev/null differ diff --git a/images/kibana-live-query-check-results.png b/images/kibana-live-query-check-results.png deleted file mode 100644 index 758b54336..000000000 Binary files a/images/kibana-live-query-check-results.png and /dev/null differ diff --git a/images/kibana-locked_tooltip.png b/images/kibana-locked_tooltip.png deleted file mode 100644 index 3c8ebce03..000000000 Binary files a/images/kibana-locked_tooltip.png and /dev/null differ diff --git a/images/kibana-log-pattern-analysis-results.png b/images/kibana-log-pattern-analysis-results.png deleted file mode 100644 index 65d864ed1..000000000 Binary files a/images/kibana-log-pattern-analysis-results.png and /dev/null differ diff --git a/images/kibana-lucene.png b/images/kibana-lucene.png deleted file mode 100644 index 1b59128df..000000000 Binary files a/images/kibana-lucene.png and /dev/null differ diff --git a/images/kibana-maki-icons.png b/images/kibana-maki-icons.png deleted file mode 100644 index 8dda8ed03..000000000 Binary files a/images/kibana-maki-icons.png and /dev/null differ diff --git a/images/kibana-manage-assignments-flyout.png b/images/kibana-manage-assignments-flyout.png deleted file mode 100644 index 92a78be5f..000000000 Binary files a/images/kibana-manage-assignments-flyout.png and /dev/null differ diff --git a/images/kibana-manage-deployment.png b/images/kibana-manage-deployment.png deleted file mode 100644 index 6fb4aa20d..000000000 Binary files a/images/kibana-manage-deployment.png and /dev/null differ diff --git a/images/kibana-management-create-rollup-bar-chart.png b/images/kibana-management-create-rollup-bar-chart.png deleted file mode 100644 index cf7b83c53..000000000 Binary files a/images/kibana-management-create-rollup-bar-chart.png and /dev/null differ diff --git a/images/kibana-management-saved-objects.png b/images/kibana-management-saved-objects.png deleted file mode 100644 index fc61b9284..000000000 Binary files a/images/kibana-management-saved-objects.png and /dev/null differ diff --git a/images/kibana-management_create_rollup_job.png b/images/kibana-management_create_rollup_job.png deleted file mode 100644 index f1dd1580c..000000000 Binary files a/images/kibana-management_create_rollup_job.png and /dev/null differ diff --git a/images/kibana-management_rollup_job_dashboard.png b/images/kibana-management_rollup_job_dashboard.png deleted file mode 100644 index 9573ab7a8..000000000 Binary files a/images/kibana-management_rollup_job_dashboard.png and /dev/null differ diff --git a/images/kibana-management_rollup_job_details.png b/images/kibana-management_rollup_job_details.png deleted file mode 100644 index 5372ba4ad..000000000 Binary files a/images/kibana-management_rollup_job_details.png and /dev/null differ diff --git a/images/kibana-management_rollup_list.png b/images/kibana-management_rollup_list.png deleted file mode 100644 index 505930bcb..000000000 Binary files a/images/kibana-management_rollup_list.png and /dev/null differ diff --git a/images/kibana-map-icon.png b/images/kibana-map-icon.png deleted file mode 100644 index 2bc460aba..000000000 Binary files a/images/kibana-map-icon.png and /dev/null differ diff --git a/images/kibana-mapped-icon.png b/images/kibana-mapped-icon.png deleted file mode 100644 index 66f2361c1..000000000 Binary files a/images/kibana-mapped-icon.png and /dev/null differ diff --git a/images/kibana-markdown_example_1.png b/images/kibana-markdown_example_1.png deleted file mode 100644 index 8ade6b83c..000000000 Binary files a/images/kibana-markdown_example_1.png and /dev/null differ diff --git a/images/kibana-markdown_example_2.png b/images/kibana-markdown_example_2.png deleted file mode 100644 index e114d3384..000000000 Binary files a/images/kibana-markdown_example_2.png and /dev/null differ diff --git a/images/kibana-markdown_example_3.png b/images/kibana-markdown_example_3.png deleted file mode 100644 index 09a1858a2..000000000 Binary files a/images/kibana-markdown_example_3.png and /dev/null differ diff --git a/images/kibana-markdown_example_4.png b/images/kibana-markdown_example_4.png deleted file mode 100644 index f0d133fc3..000000000 Binary files a/images/kibana-markdown_example_4.png and /dev/null differ diff --git a/images/kibana-metric.png b/images/kibana-metric.png deleted file mode 100644 index f8182d538..000000000 Binary files a/images/kibana-metric.png and /dev/null differ diff --git a/images/kibana-metricbeat.png b/images/kibana-metricbeat.png deleted file mode 100644 index 17b9516e9..000000000 Binary files a/images/kibana-metricbeat.png and /dev/null differ diff --git a/images/kibana-ml-annotations-list.png b/images/kibana-ml-annotations-list.png deleted file mode 100644 index f1a0b6624..000000000 Binary files a/images/kibana-ml-annotations-list.png and /dev/null differ diff --git a/images/kibana-ml-change-point-detection-selected.png b/images/kibana-ml-change-point-detection-selected.png deleted file mode 100644 index 0966470a8..000000000 Binary files a/images/kibana-ml-change-point-detection-selected.png and /dev/null differ diff --git a/images/kibana-ml-change-point-detection.png b/images/kibana-ml-change-point-detection.png deleted file mode 100644 index 2678d35f5..000000000 Binary files a/images/kibana-ml-change-point-detection.png and /dev/null differ diff --git a/images/kibana-ml-data-drift.png b/images/kibana-ml-data-drift.png deleted file mode 100644 index ee537e8b8..000000000 Binary files a/images/kibana-ml-data-drift.png and /dev/null differ diff --git a/images/kibana-ml-data-visualizer-sample.png b/images/kibana-ml-data-visualizer-sample.png deleted file mode 100644 index 9ce55dfe9..000000000 Binary files a/images/kibana-ml-data-visualizer-sample.png and /dev/null differ diff --git a/images/kibana-ml-job-management.png b/images/kibana-ml-job-management.png deleted file mode 100644 index 4589c7093..000000000 Binary files a/images/kibana-ml-job-management.png and /dev/null differ diff --git a/images/kibana-ml-log-pattern-analysis.png b/images/kibana-ml-log-pattern-analysis.png deleted file mode 100644 index 9b89fc935..000000000 Binary files a/images/kibana-ml-log-pattern-analysis.png and /dev/null differ diff --git a/images/kibana-ml-log-rate-analysis-before.png b/images/kibana-ml-log-rate-analysis-before.png deleted file mode 100644 index 7b083f789..000000000 Binary files a/images/kibana-ml-log-rate-analysis-before.png and /dev/null differ diff --git a/images/kibana-ml-log-rate-analysis.png b/images/kibana-ml-log-rate-analysis.png deleted file mode 100644 index f35f1f83f..000000000 Binary files a/images/kibana-ml-log-rate-analysis.png and /dev/null differ diff --git a/images/kibana-ml-settings.png b/images/kibana-ml-settings.png deleted file mode 100644 index f5c9fca64..000000000 Binary files a/images/kibana-ml-settings.png and /dev/null differ diff --git a/images/kibana-ml-single-metric-viewer.png b/images/kibana-ml-single-metric-viewer.png deleted file mode 100644 index 04c21d9bc..000000000 Binary files a/images/kibana-ml-single-metric-viewer.png and /dev/null differ diff --git a/images/kibana-monitoring-beats-detail.png b/images/kibana-monitoring-beats-detail.png deleted file mode 100644 index 8fbd4b62a..000000000 Binary files a/images/kibana-monitoring-beats-detail.png and /dev/null differ diff --git a/images/kibana-monitoring-beats.png b/images/kibana-monitoring-beats.png deleted file mode 100644 index 4b297a979..000000000 Binary files a/images/kibana-monitoring-beats.png and /dev/null differ diff --git a/images/kibana-monitoring-dashboard.png b/images/kibana-monitoring-dashboard.png deleted file mode 100644 index 34c008dcb..000000000 Binary files a/images/kibana-monitoring-dashboard.png and /dev/null differ diff --git a/images/kibana-monitoring-elasticsearch.png b/images/kibana-monitoring-elasticsearch.png deleted file mode 100644 index cb8448c8c..000000000 Binary files a/images/kibana-monitoring-elasticsearch.png and /dev/null differ diff --git a/images/kibana-monitoring-kibana-alerting-notification.png b/images/kibana-monitoring-kibana-alerting-notification.png deleted file mode 100644 index 90951d18e..000000000 Binary files a/images/kibana-monitoring-kibana-alerting-notification.png and /dev/null differ diff --git a/images/kibana-monitoring-kibana-overview.png b/images/kibana-monitoring-kibana-overview.png deleted file mode 100644 index a23abd327..000000000 Binary files a/images/kibana-monitoring-kibana-overview.png and /dev/null differ diff --git a/images/kibana-monitoring-logstash-overview.png b/images/kibana-monitoring-logstash-overview.png deleted file mode 100644 index 48cd4d164..000000000 Binary files a/images/kibana-monitoring-logstash-overview.png and /dev/null differ diff --git a/images/kibana-monitoring-overview.png b/images/kibana-monitoring-overview.png deleted file mode 100644 index 3b47ee544..000000000 Binary files a/images/kibana-monitoring-overview.png and /dev/null differ diff --git a/images/kibana-move-control.png b/images/kibana-move-control.png deleted file mode 100644 index b75eb6fb7..000000000 Binary files a/images/kibana-move-control.png and /dev/null differ diff --git a/images/kibana-multifeature_tooltip.png b/images/kibana-multifeature_tooltip.png deleted file mode 100644 index 9c72f31b3..000000000 Binary files a/images/kibana-multifeature_tooltip.png and /dev/null differ diff --git a/images/kibana-mutual-tls-role-mapping.png b/images/kibana-mutual-tls-role-mapping.png deleted file mode 100644 index 42ba56a2c..000000000 Binary files a/images/kibana-mutual-tls-role-mapping.png and /dev/null differ diff --git a/images/kibana-overview.png b/images/kibana-overview.png deleted file mode 100644 index 2669adc13..000000000 Binary files a/images/kibana-overview.png and /dev/null differ diff --git a/images/kibana-painless-lab.png b/images/kibana-painless-lab.png deleted file mode 100644 index 65b4141ed..000000000 Binary files a/images/kibana-painless-lab.png and /dev/null differ diff --git a/images/kibana-persistent-console.png b/images/kibana-persistent-console.png deleted file mode 100644 index 813cc919d..000000000 Binary files a/images/kibana-persistent-console.png and /dev/null differ diff --git a/images/kibana-pie.png b/images/kibana-pie.png deleted file mode 100644 index 927fbb98a..000000000 Binary files a/images/kibana-pie.png and /dev/null differ diff --git a/images/kibana-play-icon.png b/images/kibana-play-icon.png deleted file mode 100644 index 724d17b5a..000000000 Binary files a/images/kibana-play-icon.png and /dev/null differ diff --git a/images/kibana-point_to_point.png b/images/kibana-point_to_point.png deleted file mode 100644 index f7fe25a90..000000000 Binary files a/images/kibana-point_to_point.png and /dev/null differ diff --git a/images/kibana-policy_id.png b/images/kibana-policy_id.png deleted file mode 100644 index 1d702b5fc..000000000 Binary files a/images/kibana-policy_id.png and /dev/null differ diff --git a/images/kibana-privilege-example-1.png b/images/kibana-privilege-example-1.png deleted file mode 100644 index 59e71e3cb..000000000 Binary files a/images/kibana-privilege-example-1.png and /dev/null differ diff --git a/images/kibana-privilege-example-2.png b/images/kibana-privilege-example-2.png deleted file mode 100644 index 36b26b131..000000000 Binary files a/images/kibana-privilege-example-2.png and /dev/null differ diff --git a/images/kibana-privilege-example-3.png b/images/kibana-privilege-example-3.png deleted file mode 100644 index a00049050..000000000 Binary files a/images/kibana-privilege-example-3.png and /dev/null differ diff --git a/images/kibana-quantitative_data_driven_styling.png b/images/kibana-quantitative_data_driven_styling.png deleted file mode 100644 index 03dc22f43..000000000 Binary files a/images/kibana-quantitative_data_driven_styling.png and /dev/null differ diff --git a/images/kibana-query-interface.png b/images/kibana-query-interface.png deleted file mode 100644 index 496dfd573..000000000 Binary files a/images/kibana-query-interface.png and /dev/null differ diff --git a/images/kibana-read-only-badge.png b/images/kibana-read-only-badge.png deleted file mode 100644 index f630bcb32..000000000 Binary files a/images/kibana-read-only-badge.png and /dev/null differ diff --git a/images/kibana-refresh-every.png b/images/kibana-refresh-every.png deleted file mode 100644 index 8b167ecc4..000000000 Binary files a/images/kibana-refresh-every.png and /dev/null differ diff --git a/images/kibana-requests_inspector.png b/images/kibana-requests_inspector.png deleted file mode 100644 index 14bde6ac7..000000000 Binary files a/images/kibana-requests_inspector.png and /dev/null differ diff --git a/images/kibana-role-mappings-create-step-1.png b/images/kibana-role-mappings-create-step-1.png deleted file mode 100644 index 06ee1f3bc..000000000 Binary files a/images/kibana-role-mappings-create-step-1.png and /dev/null differ diff --git a/images/kibana-role-mappings-create-step-2.gif b/images/kibana-role-mappings-create-step-2.gif deleted file mode 100644 index 766158a96..000000000 Binary files a/images/kibana-role-mappings-create-step-2.gif and /dev/null differ diff --git a/images/kibana-role-mappings-grid.png b/images/kibana-role-mappings-grid.png deleted file mode 100644 index 8044096e1..000000000 Binary files a/images/kibana-role-mappings-grid.png and /dev/null differ diff --git a/images/kibana-rule-concepts-summary.svg b/images/kibana-rule-concepts-summary.svg deleted file mode 100644 index d7fd2c580..000000000 --- a/images/kibana-rule-concepts-summary.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/kibana-rule-details-alerts-active.png b/images/kibana-rule-details-alerts-active.png deleted file mode 100644 index b2a5332db..000000000 Binary files a/images/kibana-rule-details-alerts-active.png and /dev/null differ diff --git a/images/kibana-rule-details-alerts-inactive.png b/images/kibana-rule-details-alerts-inactive.png deleted file mode 100644 index fc82cf465..000000000 Binary files a/images/kibana-rule-details-alerts-inactive.png and /dev/null differ diff --git a/images/kibana-rule-details-errored-actions.png b/images/kibana-rule-details-errored-actions.png deleted file mode 100644 index 927ce0db6..000000000 Binary files a/images/kibana-rule-details-errored-actions.png and /dev/null differ diff --git a/images/kibana-rule-details-timeout-error.png b/images/kibana-rule-details-timeout-error.png deleted file mode 100644 index e5ed17e62..000000000 Binary files a/images/kibana-rule-details-timeout-error.png and /dev/null differ diff --git a/images/kibana-rule-types-es-query-conditions.png b/images/kibana-rule-types-es-query-conditions.png deleted file mode 100644 index e1bbccc1b..000000000 Binary files a/images/kibana-rule-types-es-query-conditions.png and /dev/null differ diff --git a/images/kibana-rule-types-es-query-valid.png b/images/kibana-rule-types-es-query-valid.png deleted file mode 100644 index 6c63f777d..000000000 Binary files a/images/kibana-rule-types-es-query-valid.png and /dev/null differ diff --git a/images/kibana-rule-types-esql-query-valid.png b/images/kibana-rule-types-esql-query-valid.png deleted file mode 100644 index 59f3fdfc2..000000000 Binary files a/images/kibana-rule-types-esql-query-valid.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-conditions.png b/images/kibana-rule-types-index-threshold-conditions.png deleted file mode 100644 index 5c540a079..000000000 Binary files a/images/kibana-rule-types-index-threshold-conditions.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-action-summary.png b/images/kibana-rule-types-index-threshold-example-action-summary.png deleted file mode 100644 index 337171d99..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-action-summary.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-action.png b/images/kibana-rule-types-index-threshold-example-action.png deleted file mode 100644 index da4fb66dc..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-action.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-aggregation.png b/images/kibana-rule-types-index-threshold-example-aggregation.png deleted file mode 100644 index 5367d05be..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-aggregation.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-alerts.png b/images/kibana-rule-types-index-threshold-example-alerts.png deleted file mode 100644 index c4acbc65b..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-alerts.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-grouping.png b/images/kibana-rule-types-index-threshold-example-grouping.png deleted file mode 100644 index 1f6a60033..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-grouping.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-index.png b/images/kibana-rule-types-index-threshold-example-index.png deleted file mode 100644 index 4899bd33d..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-index.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-preview.png b/images/kibana-rule-types-index-threshold-example-preview.png deleted file mode 100644 index a7e656297..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-preview.png and /dev/null differ diff --git a/images/kibana-rule-types-index-threshold-example-threshold.png b/images/kibana-rule-types-index-threshold-example-threshold.png deleted file mode 100644 index 1f8ebc120..000000000 Binary files a/images/kibana-rule-types-index-threshold-example-threshold.png and /dev/null differ diff --git a/images/kibana-rule_configuration.png b/images/kibana-rule_configuration.png deleted file mode 100644 index 8bc9e1fc5..000000000 Binary files a/images/kibana-rule_configuration.png and /dev/null differ diff --git a/images/kibana-rules-imported-banner.png b/images/kibana-rules-imported-banner.png deleted file mode 100644 index 54dd5205a..000000000 Binary files a/images/kibana-rules-imported-banner.png and /dev/null differ diff --git a/images/kibana-rules-management-health.png b/images/kibana-rules-management-health.png deleted file mode 100644 index 54029d7d3..000000000 Binary files a/images/kibana-rules-management-health.png and /dev/null differ diff --git a/images/kibana-runtime_field.png b/images/kibana-runtime_field.png deleted file mode 100644 index 78237e29c..000000000 Binary files a/images/kibana-runtime_field.png and /dev/null differ diff --git a/images/kibana-runtime_field_composite.png b/images/kibana-runtime_field_composite.png deleted file mode 100644 index 10e3b721a..000000000 Binary files a/images/kibana-runtime_field_composite.png and /dev/null differ diff --git a/images/kibana-sampleDataFilter_dashboard_8.6.0.png b/images/kibana-sampleDataFilter_dashboard_8.6.0.png deleted file mode 100644 index 018a5a217..000000000 Binary files a/images/kibana-sampleDataFilter_dashboard_8.6.0.png and /dev/null differ diff --git a/images/kibana-sample_data_ecommerce.png b/images/kibana-sample_data_ecommerce.png deleted file mode 100644 index 7fba3da60..000000000 Binary files a/images/kibana-sample_data_ecommerce.png and /dev/null differ diff --git a/images/kibana-sample_data_web_logs.png b/images/kibana-sample_data_web_logs.png deleted file mode 100644 index 080824cf4..000000000 Binary files a/images/kibana-sample_data_web_logs.png and /dev/null differ diff --git a/images/kibana-saved-query-icon.png b/images/kibana-saved-query-icon.png deleted file mode 100644 index 555da1477..000000000 Binary files a/images/kibana-saved-query-icon.png and /dev/null differ diff --git a/images/kibana-scheduled-pack.png b/images/kibana-scheduled-pack.png deleted file mode 100644 index f48f5be33..000000000 Binary files a/images/kibana-scheduled-pack.png and /dev/null differ diff --git a/images/kibana-search-profiler-json.png b/images/kibana-search-profiler-json.png deleted file mode 100644 index a81286c9e..000000000 Binary files a/images/kibana-search-profiler-json.png and /dev/null differ diff --git a/images/kibana-search-session-awhile.png b/images/kibana-search-session-awhile.png deleted file mode 100644 index 88a6f34e1..000000000 Binary files a/images/kibana-search-session-awhile.png and /dev/null differ diff --git a/images/kibana-search-session.png b/images/kibana-search-session.png deleted file mode 100644 index ded51feb2..000000000 Binary files a/images/kibana-search-session.png and /dev/null differ diff --git a/images/kibana-search-sessions-menu.png b/images/kibana-search-sessions-menu.png deleted file mode 100644 index 5ce8c680e..000000000 Binary files a/images/kibana-search-sessions-menu.png and /dev/null differ diff --git a/images/kibana-select-your-space.png b/images/kibana-select-your-space.png deleted file mode 100644 index 258045516..000000000 Binary files a/images/kibana-select-your-space.png and /dev/null differ diff --git a/images/kibana-serverless-connection-details.png b/images/kibana-serverless-connection-details.png deleted file mode 100644 index ba6500100..000000000 Binary files a/images/kibana-serverless-connection-details.png and /dev/null differ diff --git a/images/kibana-serverless-create-an-api-key.png b/images/kibana-serverless-create-an-api-key.png deleted file mode 100644 index 2ab9a7650..000000000 Binary files a/images/kibana-serverless-create-an-api-key.png and /dev/null differ diff --git a/images/kibana-settings-icon-hover-action.png b/images/kibana-settings-icon-hover-action.png deleted file mode 100644 index 96a60f513..000000000 Binary files a/images/kibana-settings-icon-hover-action.png and /dev/null differ diff --git a/images/kibana-shareable-container.png b/images/kibana-shareable-container.png deleted file mode 100644 index 2bf3812e9..000000000 Binary files a/images/kibana-shareable-container.png and /dev/null differ diff --git a/images/kibana-snooze-panel.png b/images/kibana-snooze-panel.png deleted file mode 100644 index 080c661cc..000000000 Binary files a/images/kibana-snooze-panel.png and /dev/null differ diff --git a/images/kibana-spaces-configure-landing-page.png b/images/kibana-spaces-configure-landing-page.png deleted file mode 100644 index 335a64dc1..000000000 Binary files a/images/kibana-spaces-configure-landing-page.png and /dev/null differ diff --git a/images/kibana-spaces-roles.png b/images/kibana-spaces-roles.png deleted file mode 100644 index ed62b7f1b..000000000 Binary files a/images/kibana-spaces-roles.png and /dev/null differ diff --git a/images/kibana-spatial_filters.png b/images/kibana-spatial_filters.png deleted file mode 100644 index 991e7f629..000000000 Binary files a/images/kibana-spatial_filters.png and /dev/null differ diff --git a/images/kibana-specify_variable_syntax.png b/images/kibana-specify_variable_syntax.png deleted file mode 100644 index 98168c3d6..000000000 Binary files a/images/kibana-specify_variable_syntax.png and /dev/null differ diff --git a/images/kibana-stack-management-alerts-page.png b/images/kibana-stack-management-alerts-page.png deleted file mode 100644 index 4e985c3d6..000000000 Binary files a/images/kibana-stack-management-alerts-page.png and /dev/null differ diff --git a/images/kibana-stack-management-alerts-query-menu.png b/images/kibana-stack-management-alerts-query-menu.png deleted file mode 100644 index b5d87e8be..000000000 Binary files a/images/kibana-stack-management-alerts-query-menu.png and /dev/null differ diff --git a/images/kibana-stack-management-rules.png b/images/kibana-stack-management-rules.png deleted file mode 100644 index 2cab8200e..000000000 Binary files a/images/kibana-stack-management-rules.png and /dev/null differ diff --git a/images/kibana-stack-management.png b/images/kibana-stack-management.png deleted file mode 100644 index a0600b53b..000000000 Binary files a/images/kibana-stack-management.png and /dev/null differ diff --git a/images/kibana-statistics-in-legends.png b/images/kibana-statistics-in-legends.png deleted file mode 100644 index 64e8826a4..000000000 Binary files a/images/kibana-statistics-in-legends.png and /dev/null differ diff --git a/images/kibana-system-managed.png b/images/kibana-system-managed.png deleted file mode 100644 index 7786d958e..000000000 Binary files a/images/kibana-system-managed.png and /dev/null differ diff --git a/images/kibana-table-icon.png b/images/kibana-table-icon.png deleted file mode 100644 index 5c4e9e78d..000000000 Binary files a/images/kibana-table-icon.png and /dev/null differ diff --git a/images/kibana-tag-management-section.png b/images/kibana-tag-management-section.png deleted file mode 100644 index 34addfe4d..000000000 Binary files a/images/kibana-tag-management-section.png and /dev/null differ diff --git a/images/kibana-tag_cloud.png b/images/kibana-tag_cloud.png deleted file mode 100644 index 976c456e4..000000000 Binary files a/images/kibana-tag_cloud.png and /dev/null differ diff --git a/images/kibana-tags-search.png b/images/kibana-tags-search.png deleted file mode 100644 index 5b0134f25..000000000 Binary files a/images/kibana-tags-search.png and /dev/null differ diff --git a/images/kibana-teams-connector-test.png b/images/kibana-teams-connector-test.png deleted file mode 100644 index 10773a586..000000000 Binary files a/images/kibana-teams-connector-test.png and /dev/null differ diff --git a/images/kibana-terms_join_metric_config.png b/images/kibana-terms_join_metric_config.png deleted file mode 100644 index ddd4f7a8c..000000000 Binary files a/images/kibana-terms_join_metric_config.png and /dev/null differ diff --git a/images/kibana-terms_join_shared_key_config.png b/images/kibana-terms_join_shared_key_config.png deleted file mode 100644 index 935ac8dfe..000000000 Binary files a/images/kibana-terms_join_shared_key_config.png and /dev/null differ diff --git a/images/kibana-threshold-alert-condition.png b/images/kibana-threshold-alert-condition.png deleted file mode 100644 index d4619044b..000000000 Binary files a/images/kibana-threshold-alert-condition.png and /dev/null differ diff --git a/images/kibana-tile_layer.png b/images/kibana-tile_layer.png deleted file mode 100644 index fc1d571b3..000000000 Binary files a/images/kibana-tile_layer.png and /dev/null differ diff --git a/images/kibana-time-filter-icon.png b/images/kibana-time-filter-icon.png deleted file mode 100644 index 4fdfe1760..000000000 Binary files a/images/kibana-time-filter-icon.png and /dev/null differ diff --git a/images/kibana-time-filter.png b/images/kibana-time-filter.png deleted file mode 100644 index a8d361d46..000000000 Binary files a/images/kibana-time-filter.png and /dev/null differ diff --git a/images/kibana-time-relative.png b/images/kibana-time-relative.png deleted file mode 100644 index 00159e745..000000000 Binary files a/images/kibana-time-relative.png and /dev/null differ diff --git a/images/kibana-timeFilter_discover_8.4.0.png b/images/kibana-timeFilter_discover_8.4.0.png deleted file mode 100644 index 73f13ef2b..000000000 Binary files a/images/kibana-timeFilter_discover_8.4.0.png and /dev/null differ diff --git a/images/kibana-timelion-conditional04.png b/images/kibana-timelion-conditional04.png deleted file mode 100644 index 43ee05375..000000000 Binary files a/images/kibana-timelion-conditional04.png and /dev/null differ diff --git a/images/kibana-timelion-customize04.png b/images/kibana-timelion-customize04.png deleted file mode 100644 index c18a586d2..000000000 Binary files a/images/kibana-timelion-customize04.png and /dev/null differ diff --git a/images/kibana-timelion-math05.png b/images/kibana-timelion-math05.png deleted file mode 100644 index a87b082bb..000000000 Binary files a/images/kibana-timelion-math05.png and /dev/null differ diff --git a/images/kibana-timelion.png b/images/kibana-timelion.png deleted file mode 100644 index a66379157..000000000 Binary files a/images/kibana-timelion.png and /dev/null differ diff --git a/images/kibana-timeslider.gif b/images/kibana-timeslider.gif deleted file mode 100644 index 463adf9a9..000000000 Binary files a/images/kibana-timeslider.gif and /dev/null differ diff --git a/images/kibana-timeslider_toggle_icon.png b/images/kibana-timeslider_toggle_icon.png deleted file mode 100644 index 00b092157..000000000 Binary files a/images/kibana-timeslider_toggle_icon.png and /dev/null differ diff --git a/images/kibana-tools_icon.png b/images/kibana-tools_icon.png deleted file mode 100644 index 677b16eb8..000000000 Binary files a/images/kibana-tools_icon.png and /dev/null differ diff --git a/images/kibana-top-bar.png b/images/kibana-top-bar.png deleted file mode 100644 index 2d88e156d..000000000 Binary files a/images/kibana-top-bar.png and /dev/null differ diff --git a/images/kibana-top_hits.png b/images/kibana-top_hits.png deleted file mode 100644 index a791e23b8..000000000 Binary files a/images/kibana-top_hits.png and /dev/null differ diff --git a/images/kibana-top_hits_layer_style.png b/images/kibana-top_hits_layer_style.png deleted file mode 100644 index a47ae3ac1..000000000 Binary files a/images/kibana-top_hits_layer_style.png and /dev/null differ diff --git a/images/kibana-tracks_and_top_hits.png b/images/kibana-tracks_and_top_hits.png deleted file mode 100644 index 1d0054fcc..000000000 Binary files a/images/kibana-tracks_and_top_hits.png and /dev/null differ diff --git a/images/kibana-tracks_layer.png b/images/kibana-tracks_layer.png deleted file mode 100644 index f8728b233..000000000 Binary files a/images/kibana-tracks_layer.png and /dev/null differ diff --git a/images/kibana-trash_can.png b/images/kibana-trash_can.png deleted file mode 100644 index 271a97136..000000000 Binary files a/images/kibana-trash_can.png and /dev/null differ diff --git a/images/kibana-tsvb-screenshot.png b/images/kibana-tsvb-screenshot.png deleted file mode 100644 index 15f9f763b..000000000 Binary files a/images/kibana-tsvb-screenshot.png and /dev/null differ diff --git a/images/kibana-tsvb_clone_series.png b/images/kibana-tsvb_clone_series.png deleted file mode 100644 index beac0b2c0..000000000 Binary files a/images/kibana-tsvb_clone_series.png and /dev/null differ diff --git a/images/kibana-tutorial-secure-access-example-1-role.png b/images/kibana-tutorial-secure-access-example-1-role.png deleted file mode 100644 index a27b56315..000000000 Binary files a/images/kibana-tutorial-secure-access-example-1-role.png and /dev/null differ diff --git a/images/kibana-tutorial-secure-access-example-1-space.png b/images/kibana-tutorial-secure-access-example-1-space.png deleted file mode 100644 index a48fdeaa6..000000000 Binary files a/images/kibana-tutorial-secure-access-example-1-space.png and /dev/null differ diff --git a/images/kibana-tutorial-secure-access-example-1-test.png b/images/kibana-tutorial-secure-access-example-1-test.png deleted file mode 100644 index 2ff4fb4b0..000000000 Binary files a/images/kibana-tutorial-secure-access-example-1-test.png and /dev/null differ diff --git a/images/kibana-tutorial-secure-access-example-1-user.png b/images/kibana-tutorial-secure-access-example-1-user.png deleted file mode 100644 index 8df26cf28..000000000 Binary files a/images/kibana-tutorial-secure-access-example-1-user.png and /dev/null differ diff --git a/images/kibana-variables.png b/images/kibana-variables.png deleted file mode 100644 index 9b377ef3b..000000000 Binary files a/images/kibana-variables.png and /dev/null differ diff --git a/images/kibana-vector_layer.png b/images/kibana-vector_layer.png deleted file mode 100644 index 6bc970175..000000000 Binary files a/images/kibana-vector_layer.png and /dev/null differ diff --git a/images/kibana-vector_style_class.png b/images/kibana-vector_style_class.png deleted file mode 100644 index 69549b9f5..000000000 Binary files a/images/kibana-vector_style_class.png and /dev/null differ diff --git a/images/kibana-vector_style_dynamic.png b/images/kibana-vector_style_dynamic.png deleted file mode 100644 index 3032e7418..000000000 Binary files a/images/kibana-vector_style_dynamic.png and /dev/null differ diff --git a/images/kibana-vector_style_static.png b/images/kibana-vector_style_static.png deleted file mode 100644 index 34908aa02..000000000 Binary files a/images/kibana-vector_style_static.png and /dev/null differ diff --git a/images/kibana-vector_tile_inspector.png b/images/kibana-vector_tile_inspector.png deleted file mode 100644 index 94914802d..000000000 Binary files a/images/kibana-vector_tile_inspector.png and /dev/null differ diff --git a/images/kibana-vega.png b/images/kibana-vega.png deleted file mode 100644 index 6a0d8cb77..000000000 Binary files a/images/kibana-vega.png and /dev/null differ diff --git a/images/kibana-vega_lite_tutorial_2.png b/images/kibana-vega_lite_tutorial_2.png deleted file mode 100644 index 523ae9151..000000000 Binary files a/images/kibana-vega_lite_tutorial_2.png and /dev/null differ diff --git a/images/kibana-vega_lite_tutorial_4.png b/images/kibana-vega_lite_tutorial_4.png deleted file mode 100644 index e73a837fa..000000000 Binary files a/images/kibana-vega_lite_tutorial_4.png and /dev/null differ diff --git a/images/kibana-vega_lite_tutorial_5.png b/images/kibana-vega_lite_tutorial_5.png deleted file mode 100644 index d0c84fe76..000000000 Binary files a/images/kibana-vega_lite_tutorial_5.png and /dev/null differ diff --git a/images/kibana-vega_lite_tutorial_6.png b/images/kibana-vega_lite_tutorial_6.png deleted file mode 100644 index 486ef6c36..000000000 Binary files a/images/kibana-vega_lite_tutorial_6.png and /dev/null differ diff --git a/images/kibana-vega_lite_tutorial_7.png b/images/kibana-vega_lite_tutorial_7.png deleted file mode 100644 index d2c83371b..000000000 Binary files a/images/kibana-vega_lite_tutorial_7.png and /dev/null differ diff --git a/images/kibana-vega_tutorial_3.png b/images/kibana-vega_tutorial_3.png deleted file mode 100644 index e025ecc58..000000000 Binary files a/images/kibana-vega_tutorial_3.png and /dev/null differ diff --git a/images/kibana-vega_tutorial_4.png b/images/kibana-vega_tutorial_4.png deleted file mode 100644 index c8ee311e9..000000000 Binary files a/images/kibana-vega_tutorial_4.png and /dev/null differ diff --git a/images/kibana-vega_tutorial_getting_help.png b/images/kibana-vega_tutorial_getting_help.png deleted file mode 100644 index 698a4eb88..000000000 Binary files a/images/kibana-vega_tutorial_getting_help.png and /dev/null differ diff --git a/images/kibana-vega_tutorial_inspect_data_sets.png b/images/kibana-vega_tutorial_inspect_data_sets.png deleted file mode 100644 index 027841af9..000000000 Binary files a/images/kibana-vega_tutorial_inspect_data_sets.png and /dev/null differ diff --git a/images/kibana-vega_tutorial_inspect_requests.png b/images/kibana-vega_tutorial_inspect_requests.png deleted file mode 100644 index 8b9093be9..000000000 Binary files a/images/kibana-vega_tutorial_inspect_requests.png and /dev/null differ diff --git a/images/kibana-vehicle_alerts.png b/images/kibana-vehicle_alerts.png deleted file mode 100644 index bc94c1963..000000000 Binary files a/images/kibana-vehicle_alerts.png and /dev/null differ diff --git a/images/kibana-vertical-actions-menu.png b/images/kibana-vertical-actions-menu.png deleted file mode 100644 index a7a6c3dc4..000000000 Binary files a/images/kibana-vertical-actions-menu.png and /dev/null differ diff --git a/images/kibana-view-code-button.png b/images/kibana-view-code-button.png deleted file mode 100644 index bb50078a6..000000000 Binary files a/images/kibana-view-code-button.png and /dev/null differ diff --git a/images/kibana-view-osquery-details.png b/images/kibana-view-osquery-details.png deleted file mode 100644 index 3dc0daca5..000000000 Binary files a/images/kibana-view-osquery-details.png and /dev/null differ diff --git a/images/kibana-view-privilege-summary.png b/images/kibana-view-privilege-summary.png deleted file mode 100644 index 9e0e0fcc4..000000000 Binary files a/images/kibana-view-privilege-summary.png and /dev/null differ diff --git a/images/kibana-visualization-icon.png b/images/kibana-visualization-icon.png deleted file mode 100644 index db7f70319..000000000 Binary files a/images/kibana-visualization-icon.png and /dev/null differ diff --git a/images/kibana-visualization-journey.png b/images/kibana-visualization-journey.png deleted file mode 100644 index cf551466b..000000000 Binary files a/images/kibana-visualization-journey.png and /dev/null differ diff --git a/images/kibana-visualizationTypeDropdown_lens_8.4.0.png b/images/kibana-visualizationTypeDropdown_lens_8.4.0.png deleted file mode 100644 index 731327997..000000000 Binary files a/images/kibana-visualizationTypeDropdown_lens_8.4.0.png and /dev/null differ diff --git a/images/kibana-watches.png b/images/kibana-watches.png deleted file mode 100644 index 0a5403879..000000000 Binary files a/images/kibana-watches.png and /dev/null differ diff --git a/images/kibana-what-is-a-rule.svg b/images/kibana-what-is-a-rule.svg deleted file mode 100644 index 2f89c2b4e..000000000 --- a/images/kibana-what-is-a-rule.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/machine-learning-anomaly-explorer-alerts.png b/images/machine-learning-anomaly-explorer-alerts.png deleted file mode 100644 index e0cbc214f..000000000 Binary files a/images/machine-learning-anomaly-explorer-alerts.png and /dev/null differ diff --git a/images/machine-learning-anomaly-job-model-snapshots.jpg b/images/machine-learning-anomaly-job-model-snapshots.jpg deleted file mode 100644 index 6cd5e274e..000000000 Binary files a/images/machine-learning-anomaly-job-model-snapshots.jpg and /dev/null differ diff --git a/images/machine-learning-assign-job-spaces.jpg b/images/machine-learning-assign-job-spaces.jpg deleted file mode 100644 index c6b19fc93..000000000 Binary files a/images/machine-learning-assign-job-spaces.jpg and /dev/null differ diff --git a/images/machine-learning-categorization-wizard.png b/images/machine-learning-categorization-wizard.png deleted file mode 100644 index a3f9a0de2..000000000 Binary files a/images/machine-learning-categorization-wizard.png and /dev/null differ diff --git a/images/machine-learning-classification-vis.png b/images/machine-learning-classification-vis.png deleted file mode 100644 index 4d2dd2147..000000000 Binary files a/images/machine-learning-classification-vis.png and /dev/null differ diff --git a/images/machine-learning-confusion-matrix-binary-accuracy.jpg b/images/machine-learning-confusion-matrix-binary-accuracy.jpg deleted file mode 100644 index ddd522c28..000000000 Binary files a/images/machine-learning-confusion-matrix-binary-accuracy.jpg and /dev/null differ diff --git a/images/machine-learning-confusion-matrix-binary.jpg b/images/machine-learning-confusion-matrix-binary.jpg deleted file mode 100644 index 2a77f0ed1..000000000 Binary files a/images/machine-learning-confusion-matrix-binary.jpg and /dev/null differ diff --git a/images/machine-learning-confusion-matrix-multiclass-recall.jpg b/images/machine-learning-confusion-matrix-multiclass-recall.jpg deleted file mode 100644 index b10869f29..000000000 Binary files a/images/machine-learning-confusion-matrix-multiclass-recall.jpg and /dev/null differ diff --git a/images/machine-learning-confusion-matrix-multiclass.jpg b/images/machine-learning-confusion-matrix-multiclass.jpg deleted file mode 100644 index 8f1becf59..000000000 Binary files a/images/machine-learning-confusion-matrix-multiclass.jpg and /dev/null differ diff --git a/images/machine-learning-create-ad-job-from-lens.jpg b/images/machine-learning-create-ad-job-from-lens.jpg deleted file mode 100644 index 47a3ae4c1..000000000 Binary files a/images/machine-learning-create-ad-job-from-lens.jpg and /dev/null differ diff --git a/images/machine-learning-detailed-single-metric.jpg b/images/machine-learning-detailed-single-metric.jpg deleted file mode 100644 index f482a0dca..000000000 Binary files a/images/machine-learning-detailed-single-metric.jpg and /dev/null differ diff --git a/images/machine-learning-diamonds-classification-total-importance.png b/images/machine-learning-diamonds-classification-total-importance.png deleted file mode 100644 index 2c8f9eca1..000000000 Binary files a/images/machine-learning-diamonds-classification-total-importance.png and /dev/null differ diff --git a/images/machine-learning-ecommerce-advanced-wizard-geopoint.jpg b/images/machine-learning-ecommerce-advanced-wizard-geopoint.jpg deleted file mode 100644 index c19e7cd32..000000000 Binary files a/images/machine-learning-ecommerce-advanced-wizard-geopoint.jpg and /dev/null differ diff --git a/images/machine-learning-ecommerce-anomaly-explorer-geopoint.jpg b/images/machine-learning-ecommerce-anomaly-explorer-geopoint.jpg deleted file mode 100644 index 89342ec24..000000000 Binary files a/images/machine-learning-ecommerce-anomaly-explorer-geopoint.jpg and /dev/null differ diff --git a/images/machine-learning-flightdata-regression-scatterplot.png b/images/machine-learning-flightdata-regression-scatterplot.png deleted file mode 100644 index c8b0f4165..000000000 Binary files a/images/machine-learning-flightdata-regression-scatterplot.png and /dev/null differ diff --git a/images/machine-learning-flights-classification-decision-plot.png b/images/machine-learning-flights-classification-decision-plot.png deleted file mode 100644 index 408738cb2..000000000 Binary files a/images/machine-learning-flights-classification-decision-plot.png and /dev/null differ diff --git a/images/machine-learning-flights-classification-details.jpg b/images/machine-learning-flights-classification-details.jpg deleted file mode 100644 index d89d3417c..000000000 Binary files a/images/machine-learning-flights-classification-details.jpg and /dev/null differ diff --git a/images/machine-learning-flights-classification-evaluation.png b/images/machine-learning-flights-classification-evaluation.png deleted file mode 100644 index f65946f71..000000000 Binary files a/images/machine-learning-flights-classification-evaluation.png and /dev/null differ diff --git a/images/machine-learning-flights-classification-importance.png b/images/machine-learning-flights-classification-importance.png deleted file mode 100644 index e01930ec8..000000000 Binary files a/images/machine-learning-flights-classification-importance.png and /dev/null differ diff --git a/images/machine-learning-flights-classification-job-1.jpg b/images/machine-learning-flights-classification-job-1.jpg deleted file mode 100644 index 19e86e622..000000000 Binary files a/images/machine-learning-flights-classification-job-1.jpg and /dev/null differ diff --git a/images/machine-learning-flights-classification-results.jpg b/images/machine-learning-flights-classification-results.jpg deleted file mode 100644 index 0e0393147..000000000 Binary files a/images/machine-learning-flights-classification-results.jpg and /dev/null differ diff --git a/images/machine-learning-flights-classification-roc-curve.jpg b/images/machine-learning-flights-classification-roc-curve.jpg deleted file mode 100644 index 6c4e4b0c2..000000000 Binary files a/images/machine-learning-flights-classification-roc-curve.jpg and /dev/null differ diff --git a/images/machine-learning-flights-classification-scatterplot.png b/images/machine-learning-flights-classification-scatterplot.png deleted file mode 100644 index e5fc43bd4..000000000 Binary files a/images/machine-learning-flights-classification-scatterplot.png and /dev/null differ diff --git a/images/machine-learning-flights-classification-total-importance.jpg b/images/machine-learning-flights-classification-total-importance.jpg deleted file mode 100644 index 2694a9c60..000000000 Binary files a/images/machine-learning-flights-classification-total-importance.jpg and /dev/null differ diff --git a/images/machine-learning-flights-regression-decision-plot.png b/images/machine-learning-flights-regression-decision-plot.png deleted file mode 100644 index 88d72d3bd..000000000 Binary files a/images/machine-learning-flights-regression-decision-plot.png and /dev/null differ diff --git a/images/machine-learning-flights-regression-details.jpg b/images/machine-learning-flights-regression-details.jpg deleted file mode 100644 index cd1c03f50..000000000 Binary files a/images/machine-learning-flights-regression-details.jpg and /dev/null differ diff --git a/images/machine-learning-flights-regression-evaluation.jpg b/images/machine-learning-flights-regression-evaluation.jpg deleted file mode 100644 index 397ca5563..000000000 Binary files a/images/machine-learning-flights-regression-evaluation.jpg and /dev/null differ diff --git a/images/machine-learning-flights-regression-importance.png b/images/machine-learning-flights-regression-importance.png deleted file mode 100644 index fd420ab01..000000000 Binary files a/images/machine-learning-flights-regression-importance.png and /dev/null differ diff --git a/images/machine-learning-flights-regression-job-1.jpg b/images/machine-learning-flights-regression-job-1.jpg deleted file mode 100644 index 7a4c3c7aa..000000000 Binary files a/images/machine-learning-flights-regression-job-1.jpg and /dev/null differ diff --git a/images/machine-learning-flights-regression-results.jpg b/images/machine-learning-flights-regression-results.jpg deleted file mode 100644 index 66e444485..000000000 Binary files a/images/machine-learning-flights-regression-results.jpg and /dev/null differ diff --git a/images/machine-learning-flights-regression-total-importance.jpg b/images/machine-learning-flights-regression-total-importance.jpg deleted file mode 100644 index db00aa53b..000000000 Binary files a/images/machine-learning-flights-regression-total-importance.jpg and /dev/null differ diff --git a/images/machine-learning-influencers.jpg b/images/machine-learning-influencers.jpg deleted file mode 100644 index 28091c478..000000000 Binary files a/images/machine-learning-influencers.jpg and /dev/null differ diff --git a/images/machine-learning-logs-transform-preview.jpg b/images/machine-learning-logs-transform-preview.jpg deleted file mode 100644 index 3fb0cb6a4..000000000 Binary files a/images/machine-learning-logs-transform-preview.jpg and /dev/null differ diff --git a/images/machine-learning-ml-category-analyzer.png b/images/machine-learning-ml-category-analyzer.png deleted file mode 100644 index 34c0d2032..000000000 Binary files a/images/machine-learning-ml-category-analyzer.png and /dev/null differ diff --git a/images/machine-learning-ml-category-anomalies.png b/images/machine-learning-ml-category-anomalies.png deleted file mode 100644 index a50f96ff2..000000000 Binary files a/images/machine-learning-ml-category-anomalies.png and /dev/null differ diff --git a/images/machine-learning-ml-create-job.png b/images/machine-learning-ml-create-job.png deleted file mode 100644 index 94bde60b4..000000000 Binary files a/images/machine-learning-ml-create-job.png and /dev/null differ diff --git a/images/machine-learning-ml-customurl-edit.gif b/images/machine-learning-ml-customurl-edit.gif deleted file mode 100644 index 68be1c39b..000000000 Binary files a/images/machine-learning-ml-customurl-edit.gif and /dev/null differ diff --git a/images/machine-learning-ml-customurl.jpg b/images/machine-learning-ml-customurl.jpg deleted file mode 100644 index 269b57ace..000000000 Binary files a/images/machine-learning-ml-customurl.jpg and /dev/null differ diff --git a/images/machine-learning-ml-dfa-custom-url-edit.png b/images/machine-learning-ml-dfa-custom-url-edit.png deleted file mode 100644 index 93154c3ac..000000000 Binary files a/images/machine-learning-ml-dfa-custom-url-edit.png and /dev/null differ diff --git a/images/machine-learning-ml-dfa-custom-url.png b/images/machine-learning-ml-dfa-custom-url.png deleted file mode 100644 index 84eb05765..000000000 Binary files a/images/machine-learning-ml-dfa-custom-url.png and /dev/null differ diff --git a/images/machine-learning-ml-dfa-inference-pipeline.png b/images/machine-learning-ml-dfa-inference-pipeline.png deleted file mode 100644 index 705b46b70..000000000 Binary files a/images/machine-learning-ml-dfa-inference-pipeline.png and /dev/null differ diff --git a/images/machine-learning-ml-dfa-inference-processor.png b/images/machine-learning-ml-dfa-inference-processor.png deleted file mode 100644 index 545093b04..000000000 Binary files a/images/machine-learning-ml-dfa-inference-processor.png and /dev/null differ diff --git a/images/machine-learning-ml-dfa-lifecycle-diagram.png b/images/machine-learning-ml-dfa-lifecycle-diagram.png deleted file mode 100644 index ca763aa15..000000000 Binary files a/images/machine-learning-ml-dfa-lifecycle-diagram.png and /dev/null differ diff --git a/images/machine-learning-ml-dfa-trained-models-ui.png b/images/machine-learning-ml-dfa-trained-models-ui.png deleted file mode 100644 index ff74ae90e..000000000 Binary files a/images/machine-learning-ml-dfa-trained-models-ui.png and /dev/null differ diff --git a/images/machine-learning-ml-gs-annotations.jpg b/images/machine-learning-ml-gs-annotations.jpg deleted file mode 100644 index 3c8b35cfd..000000000 Binary files a/images/machine-learning-ml-gs-annotations.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-data-keyword.jpg b/images/machine-learning-ml-gs-data-keyword.jpg deleted file mode 100644 index 22da8967c..000000000 Binary files a/images/machine-learning-ml-gs-data-keyword.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-data-metric.jpg b/images/machine-learning-ml-gs-data-metric.jpg deleted file mode 100644 index 9ca6dc4ec..000000000 Binary files a/images/machine-learning-ml-gs-data-metric.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-duration.png b/images/machine-learning-ml-gs-duration.png deleted file mode 100644 index 17117109f..000000000 Binary files a/images/machine-learning-ml-gs-duration.png and /dev/null differ diff --git a/images/machine-learning-ml-gs-forecast-actual.png b/images/machine-learning-ml-gs-forecast-actual.png deleted file mode 100644 index 3f4e3fc93..000000000 Binary files a/images/machine-learning-ml-gs-forecast-actual.png and /dev/null differ diff --git a/images/machine-learning-ml-gs-forecast-results.png b/images/machine-learning-ml-gs-forecast-results.png deleted file mode 100644 index c0997cf7f..000000000 Binary files a/images/machine-learning-ml-gs-forecast-results.png and /dev/null differ diff --git a/images/machine-learning-ml-gs-forecast.png b/images/machine-learning-ml-gs-forecast.png deleted file mode 100644 index 27363a951..000000000 Binary files a/images/machine-learning-ml-gs-forecast.png and /dev/null differ diff --git a/images/machine-learning-ml-gs-job1-analysis.jpg b/images/machine-learning-ml-gs-job1-analysis.jpg deleted file mode 100644 index 1ed0b5c1c..000000000 Binary files a/images/machine-learning-ml-gs-job1-analysis.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-job1-anomalies.jpg b/images/machine-learning-ml-gs-job1-anomalies.jpg deleted file mode 100644 index ce87c69cf..000000000 Binary files a/images/machine-learning-ml-gs-job1-anomalies.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-job2-explorer-anomaly.jpg b/images/machine-learning-ml-gs-job2-explorer-anomaly.jpg deleted file mode 100644 index 65548e573..000000000 Binary files a/images/machine-learning-ml-gs-job2-explorer-anomaly.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-job2-explorer-table.jpg b/images/machine-learning-ml-gs-job2-explorer-table.jpg deleted file mode 100644 index cf1dbbb86..000000000 Binary files a/images/machine-learning-ml-gs-job2-explorer-table.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-job2-explorer.jpg b/images/machine-learning-ml-gs-job2-explorer.jpg deleted file mode 100644 index 6dd1d3ae8..000000000 Binary files a/images/machine-learning-ml-gs-job2-explorer.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-job3-explorer.jpg b/images/machine-learning-ml-gs-job3-explorer.jpg deleted file mode 100644 index 1ab5aebab..000000000 Binary files a/images/machine-learning-ml-gs-job3-explorer.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-job4-explorer.jpg b/images/machine-learning-ml-gs-job4-explorer.jpg deleted file mode 100644 index 12e6bea07..000000000 Binary files a/images/machine-learning-ml-gs-job4-explorer.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-user-annotation.jpg b/images/machine-learning-ml-gs-user-annotation.jpg deleted file mode 100644 index ddf68091f..000000000 Binary files a/images/machine-learning-ml-gs-user-annotation.jpg and /dev/null differ diff --git a/images/machine-learning-ml-gs-web-results.jpg b/images/machine-learning-ml-gs-web-results.jpg deleted file mode 100644 index e8cd2e5ae..000000000 Binary files a/images/machine-learning-ml-gs-web-results.jpg and /dev/null differ diff --git a/images/machine-learning-ml-model-snapshots.png b/images/machine-learning-ml-model-snapshots.png deleted file mode 100644 index cfe45872f..000000000 Binary files a/images/machine-learning-ml-model-snapshots.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-bm25-elser-v2.png b/images/machine-learning-ml-nlp-bm25-elser-v2.png deleted file mode 100644 index c609b193d..000000000 Binary files a/images/machine-learning-ml-nlp-bm25-elser-v2.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-deploy-e5-es.png b/images/machine-learning-ml-nlp-deploy-e5-es.png deleted file mode 100644 index d3d53464c..000000000 Binary files a/images/machine-learning-ml-nlp-deploy-e5-es.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-deploy-elser-v2-es.png b/images/machine-learning-ml-nlp-deploy-elser-v2-es.png deleted file mode 100644 index e547b3f97..000000000 Binary files a/images/machine-learning-ml-nlp-deploy-elser-v2-es.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-deployment-id-e5.png b/images/machine-learning-ml-nlp-deployment-id-e5.png deleted file mode 100644 index 0a930142d..000000000 Binary files a/images/machine-learning-ml-nlp-deployment-id-e5.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-deployment-id-elser-v2.png b/images/machine-learning-ml-nlp-deployment-id-elser-v2.png deleted file mode 100644 index d549ea815..000000000 Binary files a/images/machine-learning-ml-nlp-deployment-id-elser-v2.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-discover-lang.png b/images/machine-learning-ml-nlp-discover-lang.png deleted file mode 100644 index 5dbc7ef90..000000000 Binary files a/images/machine-learning-ml-nlp-discover-lang.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-discover-ner.png b/images/machine-learning-ml-nlp-discover-ner.png deleted file mode 100644 index b21e976e4..000000000 Binary files a/images/machine-learning-ml-nlp-discover-ner.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-e5-download.png b/images/machine-learning-ml-nlp-e5-download.png deleted file mode 100644 index 373802cef..000000000 Binary files a/images/machine-learning-ml-nlp-e5-download.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-elser-bm-summary.png b/images/machine-learning-ml-nlp-elser-bm-summary.png deleted file mode 100644 index 52cce7d21..000000000 Binary files a/images/machine-learning-ml-nlp-elser-bm-summary.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-elser-v2-cp-bm-results.png b/images/machine-learning-ml-nlp-elser-v2-cp-bm-results.png deleted file mode 100644 index c0c6b3b1e..000000000 Binary files a/images/machine-learning-ml-nlp-elser-v2-cp-bm-results.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-elser-v2-download.png b/images/machine-learning-ml-nlp-elser-v2-download.png deleted file mode 100644 index 636adb6ff..000000000 Binary files a/images/machine-learning-ml-nlp-elser-v2-download.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-elser-v2-opt-bm-results.png b/images/machine-learning-ml-nlp-elser-v2-opt-bm-results.png deleted file mode 100644 index a7c97f238..000000000 Binary files a/images/machine-learning-ml-nlp-elser-v2-opt-bm-results.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-elser-v2-test.png b/images/machine-learning-ml-nlp-elser-v2-test.png deleted file mode 100644 index e0b1982b0..000000000 Binary files a/images/machine-learning-ml-nlp-elser-v2-test.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-ner-test.png b/images/machine-learning-ml-nlp-ner-test.png deleted file mode 100644 index 90aecc4ed..000000000 Binary files a/images/machine-learning-ml-nlp-ner-test.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-pipeline-lang.png b/images/machine-learning-ml-nlp-pipeline-lang.png deleted file mode 100644 index a475276ef..000000000 Binary files a/images/machine-learning-ml-nlp-pipeline-lang.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-start-e5-es.png b/images/machine-learning-ml-nlp-start-e5-es.png deleted file mode 100644 index 2187f8b78..000000000 Binary files a/images/machine-learning-ml-nlp-start-e5-es.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-start-elser-v2-es.png b/images/machine-learning-ml-nlp-start-elser-v2-es.png deleted file mode 100644 index 5d94354c7..000000000 Binary files a/images/machine-learning-ml-nlp-start-elser-v2-es.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-tag-cloud.png b/images/machine-learning-ml-nlp-tag-cloud.png deleted file mode 100644 index 461adfa3d..000000000 Binary files a/images/machine-learning-ml-nlp-tag-cloud.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-test-ner.png b/images/machine-learning-ml-nlp-test-ner.png deleted file mode 100644 index e0f187e68..000000000 Binary files a/images/machine-learning-ml-nlp-test-ner.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-text-emb-data.png b/images/machine-learning-ml-nlp-text-emb-data.png deleted file mode 100644 index a26ca4572..000000000 Binary files a/images/machine-learning-ml-nlp-text-emb-data.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-text-emb-reindex.png b/images/machine-learning-ml-nlp-text-emb-reindex.png deleted file mode 100644 index 975fc3b43..000000000 Binary files a/images/machine-learning-ml-nlp-text-emb-reindex.png and /dev/null differ diff --git a/images/machine-learning-ml-nlp-text-emb-test.png b/images/machine-learning-ml-nlp-text-emb-test.png deleted file mode 100644 index fc457b8c2..000000000 Binary files a/images/machine-learning-ml-nlp-text-emb-test.png and /dev/null differ diff --git a/images/machine-learning-ml-population-anomalies.png b/images/machine-learning-ml-population-anomalies.png deleted file mode 100644 index 8ff3c3996..000000000 Binary files a/images/machine-learning-ml-population-anomalies.png and /dev/null differ diff --git a/images/machine-learning-ml-population-anomaly.png b/images/machine-learning-ml-population-anomaly.png deleted file mode 100644 index da367f8d5..000000000 Binary files a/images/machine-learning-ml-population-anomaly.png and /dev/null differ diff --git a/images/machine-learning-ml-population-wizard.png b/images/machine-learning-ml-population-wizard.png deleted file mode 100644 index 14e86d686..000000000 Binary files a/images/machine-learning-ml-population-wizard.png and /dev/null differ diff --git a/images/machine-learning-ml-runtimefields.jpg b/images/machine-learning-ml-runtimefields.jpg deleted file mode 100644 index f1f85af52..000000000 Binary files a/images/machine-learning-ml-runtimefields.jpg and /dev/null differ diff --git a/images/machine-learning-multibucketanalysis.jpg b/images/machine-learning-multibucketanalysis.jpg deleted file mode 100644 index b9fbd0905..000000000 Binary files a/images/machine-learning-multibucketanalysis.jpg and /dev/null differ diff --git a/images/machine-learning-outliers-scatterplot.jpg b/images/machine-learning-outliers-scatterplot.jpg deleted file mode 100644 index 86b00be8c..000000000 Binary files a/images/machine-learning-outliers-scatterplot.jpg and /dev/null differ diff --git a/images/machine-learning-outliers.jpg b/images/machine-learning-outliers.jpg deleted file mode 100644 index de6ccc858..000000000 Binary files a/images/machine-learning-outliers.jpg and /dev/null differ diff --git a/images/machine-learning-overview-forecast.jpg b/images/machine-learning-overview-forecast.jpg deleted file mode 100644 index a9c929bae..000000000 Binary files a/images/machine-learning-overview-forecast.jpg and /dev/null differ diff --git a/images/machine-learning-renormalization-score-reduction.jpg b/images/machine-learning-renormalization-score-reduction.jpg deleted file mode 100644 index 4a4807e05..000000000 Binary files a/images/machine-learning-renormalization-score-reduction.jpg and /dev/null differ diff --git a/images/machine-learning-revert-model-snapshot.jpg b/images/machine-learning-revert-model-snapshot.jpg deleted file mode 100644 index 74e1cde31..000000000 Binary files a/images/machine-learning-revert-model-snapshot.jpg and /dev/null differ diff --git a/images/machine-learning-select-layer-for-job.jpg b/images/machine-learning-select-layer-for-job.jpg deleted file mode 100644 index 39ccb55bb..000000000 Binary files a/images/machine-learning-select-layer-for-job.jpg and /dev/null differ diff --git a/images/machine-learning-spaces.jpg b/images/machine-learning-spaces.jpg deleted file mode 100644 index f1f682068..000000000 Binary files a/images/machine-learning-spaces.jpg and /dev/null differ diff --git a/images/machine-learning-view-in-maps.jpg b/images/machine-learning-view-in-maps.jpg deleted file mode 100644 index 2f7f0fa16..000000000 Binary files a/images/machine-learning-view-in-maps.jpg and /dev/null differ diff --git a/images/machine-learning-weblog-outlier-job-1.jpg b/images/machine-learning-weblog-outlier-job-1.jpg deleted file mode 100644 index 2cad23d2b..000000000 Binary files a/images/machine-learning-weblog-outlier-job-1.jpg and /dev/null differ diff --git a/images/machine-learning-weblog-outlier-scatterplot.jpg b/images/machine-learning-weblog-outlier-scatterplot.jpg deleted file mode 100644 index 507b8180c..000000000 Binary files a/images/machine-learning-weblog-outlier-scatterplot.jpg and /dev/null differ diff --git a/images/machine-learning-weblogs-advanced-wizard-geopoint.jpg b/images/machine-learning-weblogs-advanced-wizard-geopoint.jpg deleted file mode 100644 index 7a7df858d..000000000 Binary files a/images/machine-learning-weblogs-advanced-wizard-geopoint.jpg and /dev/null differ diff --git a/images/machine-learning-weblogs-anomaly-explorer-geopoint.jpg b/images/machine-learning-weblogs-anomaly-explorer-geopoint.jpg deleted file mode 100644 index c49ae21c6..000000000 Binary files a/images/machine-learning-weblogs-anomaly-explorer-geopoint.jpg and /dev/null differ diff --git a/images/machine-learning-weblogs-anomaly-explorer-vectors.png b/images/machine-learning-weblogs-anomaly-explorer-vectors.png deleted file mode 100644 index 621e824d9..000000000 Binary files a/images/machine-learning-weblogs-anomaly-explorer-vectors.png and /dev/null differ diff --git a/images/machine-learning-weblogs-anomaly-map.jpg b/images/machine-learning-weblogs-anomaly-map.jpg deleted file mode 100644 index 7a762e633..000000000 Binary files a/images/machine-learning-weblogs-anomaly-map.jpg and /dev/null differ diff --git a/images/machine-learning-weblogs-data-visualizer-choropleth.png b/images/machine-learning-weblogs-data-visualizer-choropleth.png deleted file mode 100644 index 72efdbc69..000000000 Binary files a/images/machine-learning-weblogs-data-visualizer-choropleth.png and /dev/null differ diff --git a/images/machine-learning-weblogs-data-visualizer-geopoint.jpg b/images/machine-learning-weblogs-data-visualizer-geopoint.jpg deleted file mode 100644 index ab731b45a..000000000 Binary files a/images/machine-learning-weblogs-data-visualizer-geopoint.jpg and /dev/null differ diff --git a/images/machine-learning-weblogs-multimetric-wizard-vector.png b/images/machine-learning-weblogs-multimetric-wizard-vector.png deleted file mode 100644 index 85acb6d58..000000000 Binary files a/images/machine-learning-weblogs-multimetric-wizard-vector.png and /dev/null differ diff --git a/images/observability-EC2-instances.png b/images/observability-EC2-instances.png deleted file mode 100644 index 1fb32cbd0..000000000 Binary files a/images/observability-EC2-instances.png and /dev/null differ diff --git a/images/observability-S3-Server-Access-Logs.png b/images/observability-S3-Server-Access-Logs.png deleted file mode 100644 index aa274470d..000000000 Binary files a/images/observability-S3-Server-Access-Logs.png and /dev/null differ diff --git a/images/observability-Server-Access-Logging.png b/images/observability-Server-Access-Logging.png deleted file mode 100644 index d7a60918a..000000000 Binary files a/images/observability-Server-Access-Logging.png and /dev/null differ diff --git a/images/observability-action-alert-summary.png b/images/observability-action-alert-summary.png deleted file mode 100644 index 89157d662..000000000 Binary files a/images/observability-action-alert-summary.png and /dev/null differ diff --git a/images/observability-active-alert-service.png b/images/observability-active-alert-service.png deleted file mode 100644 index 7d7deaf07..000000000 Binary files a/images/observability-active-alert-service.png and /dev/null differ diff --git a/images/observability-add-custom-metric.png b/images/observability-add-custom-metric.png deleted file mode 100644 index c807ab2f7..000000000 Binary files a/images/observability-add-custom-metric.png and /dev/null differ diff --git a/images/observability-add-field-processor.png b/images/observability-add-field-processor.png deleted file mode 100644 index fc580c22d..000000000 Binary files a/images/observability-add-field-processor.png and /dev/null differ diff --git a/images/observability-add-fleet-server.png b/images/observability-add-fleet-server.png deleted file mode 100644 index fd0bc971b..000000000 Binary files a/images/observability-add-fleet-server.png and /dev/null differ diff --git a/images/observability-addFilter.svg b/images/observability-addFilter.svg deleted file mode 100644 index 5da375f4e..000000000 --- a/images/observability-addFilter.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/images/observability-advanced-arch-observability.png b/images/observability-advanced-arch-observability.png deleted file mode 100644 index 9a4b0dd22..000000000 Binary files a/images/observability-advanced-arch-observability.png and /dev/null differ diff --git a/images/observability-advanced-discover.png b/images/observability-advanced-discover.png deleted file mode 100644 index 529152678..000000000 Binary files a/images/observability-advanced-discover.png and /dev/null differ diff --git a/images/observability-agent-settings-migration.png b/images/observability-agent-settings-migration.png deleted file mode 100644 index a1f1c12c1..000000000 Binary files a/images/observability-agent-settings-migration.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-activity-log-settings.png b/images/observability-agent-tut-azure-activity-log-settings.png deleted file mode 100644 index 1e15371cb..000000000 Binary files a/images/observability-agent-tut-azure-activity-log-settings.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-activity-logs-dashboard.png b/images/observability-agent-tut-azure-activity-logs-dashboard.png deleted file mode 100644 index 0975bf294..000000000 Binary files a/images/observability-agent-tut-azure-activity-logs-dashboard.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-add-role-assignment.png b/images/observability-agent-tut-azure-add-role-assignment.png deleted file mode 100644 index 60892db7d..000000000 Binary files a/images/observability-agent-tut-azure-add-role-assignment.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-billing-dashboard.png b/images/observability-agent-tut-azure-billing-dashboard.png deleted file mode 100644 index 18db8a819..000000000 Binary files a/images/observability-agent-tut-azure-billing-dashboard.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-click-client-secret.png b/images/observability-agent-tut-azure-click-client-secret.png deleted file mode 100644 index 819c3045a..000000000 Binary files a/images/observability-agent-tut-azure-click-client-secret.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-create-eventhub.png b/images/observability-agent-tut-azure-create-eventhub.png deleted file mode 100644 index 5d0bd026c..000000000 Binary files a/images/observability-agent-tut-azure-create-eventhub.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-event-hub-diagram.png b/images/observability-agent-tut-azure-event-hub-diagram.png deleted file mode 100644 index 9c6aba4b2..000000000 Binary files a/images/observability-agent-tut-azure-event-hub-diagram.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-integration-settings.png b/images/observability-agent-tut-azure-integration-settings.png deleted file mode 100644 index ff420d81f..000000000 Binary files a/images/observability-agent-tut-azure-integration-settings.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-log-categories.png b/images/observability-agent-tut-azure-log-categories.png deleted file mode 100644 index d9805cae1..000000000 Binary files a/images/observability-agent-tut-azure-log-categories.png and /dev/null differ diff --git a/images/observability-agent-tut-azure-register-app.png b/images/observability-agent-tut-azure-register-app.png deleted file mode 100644 index 0aae6180a..000000000 Binary files a/images/observability-agent-tut-azure-register-app.png and /dev/null differ diff --git a/images/observability-agent-tut-billing-dashboard.png b/images/observability-agent-tut-billing-dashboard.png deleted file mode 100644 index 363369a1d..000000000 Binary files a/images/observability-agent-tut-billing-dashboard.png and /dev/null differ diff --git a/images/observability-agent-tut-ec2-metrics-discover.png b/images/observability-agent-tut-ec2-metrics-discover.png deleted file mode 100644 index 3ae90d886..000000000 Binary files a/images/observability-agent-tut-ec2-metrics-discover.png and /dev/null differ diff --git a/images/observability-agent-tut-ec2-overview-dashboard.png b/images/observability-agent-tut-ec2-overview-dashboard.png deleted file mode 100644 index 754aabf9e..000000000 Binary files a/images/observability-agent-tut-ec2-overview-dashboard.png and /dev/null differ diff --git a/images/observability-agent-tut-one-bucket-archi.png b/images/observability-agent-tut-one-bucket-archi.png deleted file mode 100644 index b388181c5..000000000 Binary files a/images/observability-agent-tut-one-bucket-archi.png and /dev/null differ diff --git a/images/observability-agent-tut-s3accesslog-dashboard.png b/images/observability-agent-tut-s3accesslog-dashboard.png deleted file mode 100644 index 1a2b8147f..000000000 Binary files a/images/observability-agent-tut-s3accesslog-dashboard.png and /dev/null differ diff --git a/images/observability-agent-tut-two-buckets-archi.png b/images/observability-agent-tut-two-buckets-archi.png deleted file mode 100644 index 3f877b453..000000000 Binary files a/images/observability-agent-tut-two-buckets-archi.png and /dev/null differ diff --git a/images/observability-agent-tut-vpcflowlog-dashboard.png b/images/observability-agent-tut-vpcflowlog-dashboard.png deleted file mode 100644 index 6ddbb2729..000000000 Binary files a/images/observability-agent-tut-vpcflowlog-dashboard.png and /dev/null differ diff --git a/images/observability-ai-assistant-icon.png b/images/observability-ai-assistant-icon.png deleted file mode 100644 index b49276dd4..000000000 Binary files a/images/observability-ai-assistant-icon.png and /dev/null differ diff --git a/images/observability-alert-connector.png b/images/observability-alert-connector.png deleted file mode 100644 index 147d72129..000000000 Binary files a/images/observability-alert-connector.png and /dev/null differ diff --git a/images/observability-alert-table-toolbar-buttons.png b/images/observability-alert-table-toolbar-buttons.png deleted file mode 100644 index 2e8b47738..000000000 Binary files a/images/observability-alert-table-toolbar-buttons.png and /dev/null differ diff --git a/images/observability-alerts-overview.png b/images/observability-alerts-overview.png deleted file mode 100644 index 93d640f21..000000000 Binary files a/images/observability-alerts-overview.png and /dev/null differ diff --git a/images/observability-alerts-page.png b/images/observability-alerts-page.png deleted file mode 100644 index 38948b484..000000000 Binary files a/images/observability-alerts-page.png and /dev/null differ diff --git a/images/observability-all-instances.png b/images/observability-all-instances.png deleted file mode 100644 index 70028b5a9..000000000 Binary files a/images/observability-all-instances.png and /dev/null differ diff --git a/images/observability-anomalies-chart.png b/images/observability-anomalies-chart.png deleted file mode 100644 index 003e06fc5..000000000 Binary files a/images/observability-anomalies-chart.png and /dev/null differ diff --git a/images/observability-anomalies-overlay.png b/images/observability-anomalies-overlay.png deleted file mode 100644 index 5f4c28720..000000000 Binary files a/images/observability-anomalies-overlay.png and /dev/null differ diff --git a/images/observability-ansible-automation-apm-endpoint.png b/images/observability-ansible-automation-apm-endpoint.png deleted file mode 100644 index d78de09e5..000000000 Binary files a/images/observability-ansible-automation-apm-endpoint.png and /dev/null differ diff --git a/images/observability-ansible-automation-apm-service-details.png b/images/observability-ansible-automation-apm-service-details.png deleted file mode 100644 index ade4641f1..000000000 Binary files a/images/observability-ansible-automation-apm-service-details.png and /dev/null differ diff --git a/images/observability-ansible-service-map.png b/images/observability-ansible-service-map.png deleted file mode 100644 index 7ab6ffb69..000000000 Binary files a/images/observability-ansible-service-map.png and /dev/null differ diff --git a/images/observability-apm-agent-configuration.png b/images/observability-apm-agent-configuration.png deleted file mode 100644 index 22fd9d75c..000000000 Binary files a/images/observability-apm-agent-configuration.png and /dev/null differ diff --git a/images/observability-apm-agent-explorer-flyout.png b/images/observability-apm-agent-explorer-flyout.png deleted file mode 100644 index 9792a93a7..000000000 Binary files a/images/observability-apm-agent-explorer-flyout.png and /dev/null differ diff --git a/images/observability-apm-agent-explorer.png b/images/observability-apm-agent-explorer.png deleted file mode 100644 index c6fb7d031..000000000 Binary files a/images/observability-apm-agent-explorer.png and /dev/null differ diff --git a/images/observability-apm-agent-policy-1.png b/images/observability-apm-agent-policy-1.png deleted file mode 100644 index af1f67bb8..000000000 Binary files a/images/observability-apm-agent-policy-1.png and /dev/null differ diff --git a/images/observability-apm-anomaly-alert.png b/images/observability-apm-anomaly-alert.png deleted file mode 100644 index 35ce9a229..000000000 Binary files a/images/observability-apm-anomaly-alert.png and /dev/null differ diff --git a/images/observability-apm-anomaly-rule-action-variables.png b/images/observability-apm-anomaly-rule-action-variables.png deleted file mode 100644 index 2d8bf2661..000000000 Binary files a/images/observability-apm-anomaly-rule-action-variables.png and /dev/null differ diff --git a/images/observability-apm-anomaly-rule-filters-conditions.png b/images/observability-apm-anomaly-rule-filters-conditions.png deleted file mode 100644 index 746733806..000000000 Binary files a/images/observability-apm-anomaly-rule-filters-conditions.png and /dev/null differ diff --git a/images/observability-apm-api-key-beats.png b/images/observability-apm-api-key-beats.png deleted file mode 100644 index 8b7a76952..000000000 Binary files a/images/observability-apm-api-key-beats.png and /dev/null differ diff --git a/images/observability-apm-app-kubernetes-filter.png b/images/observability-apm-app-kubernetes-filter.png deleted file mode 100644 index de782e846..000000000 Binary files a/images/observability-apm-app-kubernetes-filter.png and /dev/null differ diff --git a/images/observability-apm-architecture-diy.png b/images/observability-apm-architecture-diy.png deleted file mode 100644 index d4e964660..000000000 Binary files a/images/observability-apm-architecture-diy.png and /dev/null differ diff --git a/images/observability-apm-distributed-tracing.png b/images/observability-apm-distributed-tracing.png deleted file mode 100644 index 7d51e273f..000000000 Binary files a/images/observability-apm-distributed-tracing.png and /dev/null differ diff --git a/images/observability-apm-error-count-rule-action-variables.png b/images/observability-apm-error-count-rule-action-variables.png deleted file mode 100644 index dab4c66bf..000000000 Binary files a/images/observability-apm-error-count-rule-action-variables.png and /dev/null differ diff --git a/images/observability-apm-error-count-rule-filters-conditions.png b/images/observability-apm-error-count-rule-filters-conditions.png deleted file mode 100644 index 5e2ee0b22..000000000 Binary files a/images/observability-apm-error-count-rule-filters-conditions.png and /dev/null differ diff --git a/images/observability-apm-error-group.png b/images/observability-apm-error-group.png deleted file mode 100644 index 22bceb9d8..000000000 Binary files a/images/observability-apm-error-group.png and /dev/null differ diff --git a/images/observability-apm-errors-overview.png b/images/observability-apm-errors-overview.png deleted file mode 100644 index c390b7ddc..000000000 Binary files a/images/observability-apm-errors-overview.png and /dev/null differ diff --git a/images/observability-apm-failed-transaction-rate-threshold-rule-action-variables.png b/images/observability-apm-failed-transaction-rate-threshold-rule-action-variables.png deleted file mode 100644 index f55548534..000000000 Binary files a/images/observability-apm-failed-transaction-rate-threshold-rule-action-variables.png and /dev/null differ diff --git a/images/observability-apm-failed-transaction-rate-threshold-rule-filters-conditions.png b/images/observability-apm-failed-transaction-rate-threshold-rule-filters-conditions.png deleted file mode 100644 index f31912063..000000000 Binary files a/images/observability-apm-failed-transaction-rate-threshold-rule-filters-conditions.png and /dev/null differ diff --git a/images/observability-apm-geo-ui.png b/images/observability-apm-geo-ui.png deleted file mode 100644 index 69c1390a2..000000000 Binary files a/images/observability-apm-geo-ui.png and /dev/null differ diff --git a/images/observability-apm-help-me-decide.svg b/images/observability-apm-help-me-decide.svg deleted file mode 100644 index dfd0c7fe7..000000000 --- a/images/observability-apm-help-me-decide.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/observability-apm-latency-threshold-rule-action-variables.png b/images/observability-apm-latency-threshold-rule-action-variables.png deleted file mode 100644 index fdef43438..000000000 Binary files a/images/observability-apm-latency-threshold-rule-action-variables.png and /dev/null differ diff --git a/images/observability-apm-latency-threshold-rule-filters-conditions.png b/images/observability-apm-latency-threshold-rule-filters-conditions.png deleted file mode 100644 index 81595fc65..000000000 Binary files a/images/observability-apm-latency-threshold-rule-filters-conditions.png and /dev/null differ diff --git a/images/observability-apm-logs-tab.png b/images/observability-apm-logs-tab.png deleted file mode 100644 index c79be8b5e..000000000 Binary files a/images/observability-apm-logs-tab.png and /dev/null differ diff --git a/images/observability-apm-metrics.png b/images/observability-apm-metrics.png deleted file mode 100644 index c2d609c7c..000000000 Binary files a/images/observability-apm-metrics.png and /dev/null differ diff --git a/images/observability-apm-ml-integration.png b/images/observability-apm-ml-integration.png deleted file mode 100644 index e95dae5a4..000000000 Binary files a/images/observability-apm-ml-integration.png and /dev/null differ diff --git a/images/observability-apm-otel-api-sdk-collector.png b/images/observability-apm-otel-api-sdk-collector.png deleted file mode 100644 index 5167fc40a..000000000 Binary files a/images/observability-apm-otel-api-sdk-collector.png and /dev/null differ diff --git a/images/observability-apm-otel-api-sdk-elastic-agent.png b/images/observability-apm-otel-api-sdk-elastic-agent.png deleted file mode 100644 index a47b6b2a2..000000000 Binary files a/images/observability-apm-otel-api-sdk-elastic-agent.png and /dev/null differ diff --git a/images/observability-apm-otel-distro.png b/images/observability-apm-otel-distro.png deleted file mode 100644 index b6e3652c6..000000000 Binary files a/images/observability-apm-otel-distro.png and /dev/null differ diff --git a/images/observability-apm-query-bar.png b/images/observability-apm-query-bar.png deleted file mode 100644 index 457573f48..000000000 Binary files a/images/observability-apm-query-bar.png and /dev/null differ diff --git a/images/observability-apm-roles-config.png b/images/observability-apm-roles-config.png deleted file mode 100644 index ebd992abe..000000000 Binary files a/images/observability-apm-roles-config.png and /dev/null differ diff --git a/images/observability-apm-service-group.png b/images/observability-apm-service-group.png deleted file mode 100644 index 44a019141..000000000 Binary files a/images/observability-apm-service-group.png and /dev/null differ diff --git a/images/observability-apm-service-map-anomaly.png b/images/observability-apm-service-map-anomaly.png deleted file mode 100644 index cd59f8669..000000000 Binary files a/images/observability-apm-service-map-anomaly.png and /dev/null differ diff --git a/images/observability-apm-services-overview.png b/images/observability-apm-services-overview.png deleted file mode 100644 index 0badeea3b..000000000 Binary files a/images/observability-apm-services-overview.png and /dev/null differ diff --git a/images/observability-apm-services-trace.png b/images/observability-apm-services-trace.png deleted file mode 100644 index 083c69318..000000000 Binary files a/images/observability-apm-services-trace.png and /dev/null differ diff --git a/images/observability-apm-span-detail.png b/images/observability-apm-span-detail.png deleted file mode 100644 index d0b6a4de3..000000000 Binary files a/images/observability-apm-span-detail.png and /dev/null differ diff --git a/images/observability-apm-traces.png b/images/observability-apm-traces.png deleted file mode 100644 index c8b8d40b0..000000000 Binary files a/images/observability-apm-traces.png and /dev/null differ diff --git a/images/observability-apm-transaction-annotation.png b/images/observability-apm-transaction-annotation.png deleted file mode 100644 index b9360db2f..000000000 Binary files a/images/observability-apm-transaction-annotation.png and /dev/null differ diff --git a/images/observability-apm-transaction-duration-dist.png b/images/observability-apm-transaction-duration-dist.png deleted file mode 100644 index 9c7ab5dd6..000000000 Binary files a/images/observability-apm-transaction-duration-dist.png and /dev/null differ diff --git a/images/observability-apm-transaction-sample.png b/images/observability-apm-transaction-sample.png deleted file mode 100644 index a9490fc20..000000000 Binary files a/images/observability-apm-transaction-sample.png and /dev/null differ diff --git a/images/observability-apm-transactions-overview.png b/images/observability-apm-transactions-overview.png deleted file mode 100644 index 34cd0219b..000000000 Binary files a/images/observability-apm-transactions-overview.png and /dev/null differ diff --git a/images/observability-apm-transactions-table.png b/images/observability-apm-transactions-table.png deleted file mode 100644 index 8a3415bc9..000000000 Binary files a/images/observability-apm-transactions-table.png and /dev/null differ diff --git a/images/observability-apm-ui-api-key.png b/images/observability-apm-ui-api-key.png deleted file mode 100644 index b110e4e87..000000000 Binary files a/images/observability-apm-ui-api-key.png and /dev/null differ diff --git a/images/observability-apm.png b/images/observability-apm.png deleted file mode 100644 index 3a22c299e..000000000 Binary files a/images/observability-apm.png and /dev/null differ diff --git a/images/observability-apmTrace-icon.png b/images/observability-apmTrace-icon.png deleted file mode 100644 index 2c026d189..000000000 Binary files a/images/observability-apmTrace-icon.png and /dev/null differ diff --git a/images/observability-apmTrace.svg b/images/observability-apmTrace.svg deleted file mode 100644 index 800b8e51a..000000000 --- a/images/observability-apmTrace.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-apps.svg b/images/observability-apps.svg deleted file mode 100644 index ad6f7baf1..000000000 --- a/images/observability-apps.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-arrowLeft.svg b/images/observability-arrowLeft.svg deleted file mode 100644 index d5956d01b..000000000 --- a/images/observability-arrowLeft.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-arrowRight.svg b/images/observability-arrowRight.svg deleted file mode 100644 index b2d76bddc..000000000 --- a/images/observability-arrowRight.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-aws-billing.png b/images/observability-aws-billing.png deleted file mode 100644 index 32e8ed35d..000000000 Binary files a/images/observability-aws-billing.png and /dev/null differ diff --git a/images/observability-azure-open-ai-data-selector.png b/images/observability-azure-open-ai-data-selector.png deleted file mode 100644 index 8a02f87b4..000000000 Binary files a/images/observability-azure-open-ai-data-selector.png and /dev/null differ diff --git a/images/observability-azure-openai-apm-dashboard.png b/images/observability-azure-openai-apm-dashboard.png deleted file mode 100644 index 0a23d7d74..000000000 Binary files a/images/observability-azure-openai-apm-dashboard.png and /dev/null differ diff --git a/images/observability-azure-openai-apm-discover.png b/images/observability-azure-openai-apm-discover.png deleted file mode 100644 index 96991ad43..000000000 Binary files a/images/observability-azure-openai-apm-discover.png and /dev/null differ diff --git a/images/observability-azure-openai-dashboard.png b/images/observability-azure-openai-dashboard.png deleted file mode 100644 index 247d117ff..000000000 Binary files a/images/observability-azure-openai-dashboard.png and /dev/null differ diff --git a/images/observability-azure-openai-discover.png b/images/observability-azure-openai-discover.png deleted file mode 100644 index 539a7eade..000000000 Binary files a/images/observability-azure-openai-discover.png and /dev/null differ diff --git a/images/observability-beaker.svg b/images/observability-beaker.svg deleted file mode 100644 index 05eb97809..000000000 --- a/images/observability-beaker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-bin-ov.png b/images/observability-bin-ov.png deleted file mode 100644 index 848294ab8..000000000 Binary files a/images/observability-bin-ov.png and /dev/null differ diff --git a/images/observability-binary-yes-fm-no.svg b/images/observability-binary-yes-fm-no.svg deleted file mode 100644 index db26e2fc3..000000000 --- a/images/observability-binary-yes-fm-no.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/images/observability-binary-yes-fm-yes.svg b/images/observability-binary-yes-fm-yes.svg deleted file mode 100644 index 07c0a2705..000000000 --- a/images/observability-binary-yes-fm-yes.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/images/observability-boxesHorizontal.svg b/images/observability-boxesHorizontal.svg deleted file mode 100644 index d845a6b9d..000000000 --- a/images/observability-boxesHorizontal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-boxesVertical.svg b/images/observability-boxesVertical.svg deleted file mode 100644 index aed10b0d8..000000000 --- a/images/observability-boxesVertical.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-calendar.svg b/images/observability-calendar.svg deleted file mode 100644 index ed311de10..000000000 --- a/images/observability-calendar.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-case-files.png b/images/observability-case-files.png deleted file mode 100644 index ee08b7337..000000000 Binary files a/images/observability-case-files.png and /dev/null differ diff --git a/images/observability-cases-add-custom-field.png b/images/observability-cases-add-custom-field.png deleted file mode 100644 index 9cc46ef84..000000000 Binary files a/images/observability-cases-add-custom-field.png and /dev/null differ diff --git a/images/observability-cases-privileges.png b/images/observability-cases-privileges.png deleted file mode 100644 index aeca46cbf..000000000 Binary files a/images/observability-cases-privileges.png and /dev/null differ diff --git a/images/observability-cases-settings.png b/images/observability-cases-settings.png deleted file mode 100644 index 0ad1b3db6..000000000 Binary files a/images/observability-cases-settings.png and /dev/null differ diff --git a/images/observability-cases.png b/images/observability-cases.png deleted file mode 100644 index 2c4478c18..000000000 Binary files a/images/observability-cases.png and /dev/null differ diff --git a/images/observability-cert-expiry-settings.png b/images/observability-cert-expiry-settings.png deleted file mode 100644 index dbcfc79b8..000000000 Binary files a/images/observability-cert-expiry-settings.png and /dev/null differ diff --git a/images/observability-ci-cd-canary-deployment-pipeline.png b/images/observability-ci-cd-canary-deployment-pipeline.png deleted file mode 100644 index 6cdc4711b..000000000 Binary files a/images/observability-ci-cd-canary-deployment-pipeline.png and /dev/null differ diff --git a/images/observability-ci-cd-overview.png b/images/observability-ci-cd-overview.png deleted file mode 100644 index 617c61e20..000000000 Binary files a/images/observability-ci-cd-overview.png and /dev/null differ diff --git a/images/observability-ci-cd-visualize-logs-kibana-and-jenkins-architecture.png b/images/observability-ci-cd-visualize-logs-kibana-and-jenkins-architecture.png deleted file mode 100644 index f5cfc52f6..000000000 Binary files a/images/observability-ci-cd-visualize-logs-kibana-and-jenkins-architecture.png and /dev/null differ diff --git a/images/observability-ci-cd-visualize-logs-kibana-and-jenkins-console.png b/images/observability-ci-cd-visualize-logs-kibana-and-jenkins-console.png deleted file mode 100644 index afd404a25..000000000 Binary files a/images/observability-ci-cd-visualize-logs-kibana-and-jenkins-console.png and /dev/null differ diff --git a/images/observability-ci-cd-visualize-logs-kibana-architecture.png b/images/observability-ci-cd-visualize-logs-kibana-architecture.png deleted file mode 100644 index cff1c6f83..000000000 Binary files a/images/observability-ci-cd-visualize-logs-kibana-architecture.png and /dev/null differ diff --git a/images/observability-ci-cd-visualize-logs-kibana-console.png b/images/observability-ci-cd-visualize-logs-kibana-console.png deleted file mode 100644 index e65c94642..000000000 Binary files a/images/observability-ci-cd-visualize-logs-kibana-console.png and /dev/null differ diff --git a/images/observability-concourse-ci-traces.png b/images/observability-concourse-ci-traces.png deleted file mode 100644 index 349b94b1e..000000000 Binary files a/images/observability-concourse-ci-traces.png and /dev/null differ diff --git a/images/observability-conditional-alerts.png b/images/observability-conditional-alerts.png deleted file mode 100644 index 7e9d32fd2..000000000 Binary files a/images/observability-conditional-alerts.png and /dev/null differ diff --git a/images/observability-configure-event-notification.png b/images/observability-configure-event-notification.png deleted file mode 100644 index 451564fd9..000000000 Binary files a/images/observability-configure-event-notification.png and /dev/null differ diff --git a/images/observability-configure-notification-output.png b/images/observability-configure-notification-output.png deleted file mode 100644 index c9128ec6b..000000000 Binary files a/images/observability-configure-notification-output.png and /dev/null differ diff --git a/images/observability-configure-otel-plugin.png b/images/observability-configure-otel-plugin.png deleted file mode 100644 index 5aabfc510..000000000 Binary files a/images/observability-configure-otel-plugin.png and /dev/null differ diff --git a/images/observability-contextual-logs.png b/images/observability-contextual-logs.png deleted file mode 100644 index 446da630f..000000000 Binary files a/images/observability-contextual-logs.png and /dev/null differ diff --git a/images/observability-correlations-failed-transactions.png b/images/observability-correlations-failed-transactions.png deleted file mode 100644 index 19221e751..000000000 Binary files a/images/observability-correlations-failed-transactions.png and /dev/null differ diff --git a/images/observability-correlations-hover.png b/images/observability-correlations-hover.png deleted file mode 100644 index 9731517b3..000000000 Binary files a/images/observability-correlations-hover.png and /dev/null differ diff --git a/images/observability-create-alerts-manage-rules.png b/images/observability-create-alerts-manage-rules.png deleted file mode 100644 index 235c60c56..000000000 Binary files a/images/observability-create-alerts-manage-rules.png and /dev/null differ diff --git a/images/observability-create-alerts-rules-details.png b/images/observability-create-alerts-rules-details.png deleted file mode 100644 index 481656485..000000000 Binary files a/images/observability-create-alerts-rules-details.png and /dev/null differ diff --git a/images/observability-create-component-template.png b/images/observability-create-component-template.png deleted file mode 100644 index cd9c18a19..000000000 Binary files a/images/observability-create-component-template.png and /dev/null differ diff --git a/images/observability-create-github-issue.png b/images/observability-create-github-issue.png deleted file mode 100644 index 81ea4e5e7..000000000 Binary files a/images/observability-create-github-issue.png and /dev/null differ diff --git a/images/observability-create-jira-issue.png b/images/observability-create-jira-issue.png deleted file mode 100644 index 962c98df3..000000000 Binary files a/images/observability-create-jira-issue.png and /dev/null differ diff --git a/images/observability-create-new-alert-rule-menu.png b/images/observability-create-new-alert-rule-menu.png deleted file mode 100644 index 9febe21a5..000000000 Binary files a/images/observability-create-new-alert-rule-menu.png and /dev/null differ diff --git a/images/observability-creating-a-queue.png b/images/observability-creating-a-queue.png deleted file mode 100644 index de1fb5d1a..000000000 Binary files a/images/observability-creating-a-queue.png and /dev/null differ diff --git a/images/observability-creating-a-s3-bucket.png b/images/observability-creating-a-s3-bucket.png deleted file mode 100644 index a52da7fed..000000000 Binary files a/images/observability-creating-a-s3-bucket.png and /dev/null differ diff --git a/images/observability-cross.svg b/images/observability-cross.svg deleted file mode 100644 index 82df3e03d..000000000 --- a/images/observability-cross.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-custom-index-template-mapped-fields.png b/images/observability-custom-index-template-mapped-fields.png deleted file mode 100644 index cfd92d217..000000000 Binary files a/images/observability-custom-index-template-mapped-fields.png and /dev/null differ diff --git a/images/observability-custom-index-template-runtime-fields.png b/images/observability-custom-index-template-runtime-fields.png deleted file mode 100644 index a792bcc16..000000000 Binary files a/images/observability-custom-index-template-runtime-fields.png and /dev/null differ diff --git a/images/observability-custom-threshold-preview-chart.png b/images/observability-custom-threshold-preview-chart.png deleted file mode 100644 index ab1ed1987..000000000 Binary files a/images/observability-custom-threshold-preview-chart.png and /dev/null differ diff --git a/images/observability-custom-threshold-rule.png b/images/observability-custom-threshold-rule.png deleted file mode 100644 index e1a7bddfc..000000000 Binary files a/images/observability-custom-threshold-rule.png and /dev/null differ diff --git a/images/observability-custom-threshold-run-when.png b/images/observability-custom-threshold-run-when.png deleted file mode 100644 index 6fee51ccf..000000000 Binary files a/images/observability-custom-threshold-run-when.png and /dev/null differ diff --git a/images/observability-data-set-quality-overview.png b/images/observability-data-set-quality-overview.png deleted file mode 100644 index 1673d3b56..000000000 Binary files a/images/observability-data-set-quality-overview.png and /dev/null differ diff --git a/images/observability-data-stream-overview.png b/images/observability-data-stream-overview.png deleted file mode 100644 index 503661862..000000000 Binary files a/images/observability-data-stream-overview.png and /dev/null differ diff --git a/images/observability-dependencies-drilldown.png b/images/observability-dependencies-drilldown.png deleted file mode 100644 index af82ee3d9..000000000 Binary files a/images/observability-dependencies-drilldown.png and /dev/null differ diff --git a/images/observability-dependencies.png b/images/observability-dependencies.png deleted file mode 100644 index 260025d31..000000000 Binary files a/images/observability-dependencies.png and /dev/null differ diff --git a/images/observability-discover-data-view-menu.png b/images/observability-discover-data-view-menu.png deleted file mode 100644 index 2fce33fcc..000000000 Binary files a/images/observability-discover-data-view-menu.png and /dev/null differ diff --git a/images/observability-discover-destination-port.png b/images/observability-discover-destination-port.png deleted file mode 100644 index 57104b89c..000000000 Binary files a/images/observability-discover-destination-port.png and /dev/null differ diff --git a/images/observability-discover-ip-addresses.png b/images/observability-discover-ip-addresses.png deleted file mode 100644 index d26d4230a..000000000 Binary files a/images/observability-discover-ip-addresses.png and /dev/null differ diff --git a/images/observability-discover-visualize-chart.png b/images/observability-discover-visualize-chart.png deleted file mode 100644 index 67890da67..000000000 Binary files a/images/observability-discover-visualize-chart.png and /dev/null differ diff --git a/images/observability-distributed-traces.png b/images/observability-distributed-traces.png deleted file mode 100644 index 14c32a7e0..000000000 Binary files a/images/observability-distributed-traces.png and /dev/null differ diff --git a/images/observability-dt-sampling-continuation-strategy-restart.png b/images/observability-dt-sampling-continuation-strategy-restart.png deleted file mode 100644 index e68e43caf..000000000 Binary files a/images/observability-dt-sampling-continuation-strategy-restart.png and /dev/null differ diff --git a/images/observability-dt-sampling-continuation-strategy-restart_external.png b/images/observability-dt-sampling-continuation-strategy-restart_external.png deleted file mode 100644 index 68b19dfc1..000000000 Binary files a/images/observability-dt-sampling-continuation-strategy-restart_external.png and /dev/null differ diff --git a/images/observability-dt-sampling-example-1.png b/images/observability-dt-sampling-example-1.png deleted file mode 100644 index 07ff3fc0d..000000000 Binary files a/images/observability-dt-sampling-example-1.png and /dev/null differ diff --git a/images/observability-dt-sampling-example-2.png b/images/observability-dt-sampling-example-2.png deleted file mode 100644 index b6fd4d341..000000000 Binary files a/images/observability-dt-sampling-example-2.png and /dev/null differ diff --git a/images/observability-dt-sampling-example-3.png b/images/observability-dt-sampling-example-3.png deleted file mode 100644 index bd795b378..000000000 Binary files a/images/observability-dt-sampling-example-3.png and /dev/null differ diff --git a/images/observability-dt-trace-ex1.png b/images/observability-dt-trace-ex1.png deleted file mode 100644 index ca97955ee..000000000 Binary files a/images/observability-dt-trace-ex1.png and /dev/null differ diff --git a/images/observability-dt-trace-ex2.png b/images/observability-dt-trace-ex2.png deleted file mode 100644 index 3df0827f5..000000000 Binary files a/images/observability-dt-trace-ex2.png and /dev/null differ diff --git a/images/observability-dt-trace-ex3.png b/images/observability-dt-trace-ex3.png deleted file mode 100644 index 1bb666b03..000000000 Binary files a/images/observability-dt-trace-ex3.png and /dev/null differ diff --git a/images/observability-duration-anomaly-alert-default-message.png b/images/observability-duration-anomaly-alert-default-message.png deleted file mode 100644 index 219193fbb..000000000 Binary files a/images/observability-duration-anomaly-alert-default-message.png and /dev/null differ diff --git a/images/observability-duration-anomaly-alert-recovery.png b/images/observability-duration-anomaly-alert-recovery.png deleted file mode 100644 index 3365e0c47..000000000 Binary files a/images/observability-duration-anomaly-alert-recovery.png and /dev/null differ diff --git a/images/observability-duration-anomaly-alert-summary.png b/images/observability-duration-anomaly-alert-summary.png deleted file mode 100644 index 7708ef0d8..000000000 Binary files a/images/observability-duration-anomaly-alert-summary.png and /dev/null differ diff --git a/images/observability-duration-anomaly-run-when-selection.png b/images/observability-duration-anomaly-run-when-selection.png deleted file mode 100644 index 0aacb7790..000000000 Binary files a/images/observability-duration-anomaly-run-when-selection.png and /dev/null differ diff --git a/images/observability-dynamic-config.svg b/images/observability-dynamic-config.svg deleted file mode 100644 index df62a3c84..000000000 --- a/images/observability-dynamic-config.svg +++ /dev/null @@ -1 +0,0 @@ - DynamicDynamic \ No newline at end of file diff --git a/images/observability-ec2-dashboard.png b/images/observability-ec2-dashboard.png deleted file mode 100644 index cf74a789e..000000000 Binary files a/images/observability-ec2-dashboard.png and /dev/null differ diff --git a/images/observability-ec2-overview-dashboard.png b/images/observability-ec2-overview-dashboard.png deleted file mode 100644 index 6b41e7856..000000000 Binary files a/images/observability-ec2-overview-dashboard.png and /dev/null differ diff --git a/images/observability-elastic-agent-splunk.png b/images/observability-elastic-agent-splunk.png deleted file mode 100644 index 0c596820d..000000000 Binary files a/images/observability-elastic-agent-splunk.png and /dev/null differ diff --git a/images/observability-error-rate.png b/images/observability-error-rate.png deleted file mode 100644 index 845fa2af0..000000000 Binary files a/images/observability-error-rate.png and /dev/null differ diff --git a/images/observability-example-metadata.png b/images/observability-example-metadata.png deleted file mode 100644 index 2a5bda7f0..000000000 Binary files a/images/observability-example-metadata.png and /dev/null differ diff --git a/images/observability-expand-icon.png b/images/observability-expand-icon.png deleted file mode 100644 index e79472ccd..000000000 Binary files a/images/observability-expand-icon.png and /dev/null differ diff --git a/images/observability-exploratory-view-uptime.png b/images/observability-exploratory-view-uptime.png deleted file mode 100644 index 60d7039d6..000000000 Binary files a/images/observability-exploratory-view-uptime.png and /dev/null differ diff --git a/images/observability-exploratory-view-ux-page-load-time.png b/images/observability-exploratory-view-ux-page-load-time.png deleted file mode 100644 index c1e7e62c5..000000000 Binary files a/images/observability-exploratory-view-ux-page-load-time.png and /dev/null differ diff --git a/images/observability-exploratory-view.png b/images/observability-exploratory-view.png deleted file mode 100644 index 75f6db489..000000000 Binary files a/images/observability-exploratory-view.png and /dev/null differ diff --git a/images/observability-eye.svg b/images/observability-eye.svg deleted file mode 100644 index 0e576f21d..000000000 --- a/images/observability-eye.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-filter.png b/images/observability-filter.png deleted file mode 100644 index f1f6b588c..000000000 Binary files a/images/observability-filter.png and /dev/null differ diff --git a/images/observability-firehose-cloudtrail-cloudwatch.png b/images/observability-firehose-cloudtrail-cloudwatch.png deleted file mode 100644 index 56a801096..000000000 Binary files a/images/observability-firehose-cloudtrail-cloudwatch.png and /dev/null differ diff --git a/images/observability-firehose-cloudtrail-dashboard.png b/images/observability-firehose-cloudtrail-dashboard.png deleted file mode 100644 index 0e6b4f5d3..000000000 Binary files a/images/observability-firehose-cloudtrail-dashboard.png and /dev/null differ diff --git a/images/observability-firehose-cloudtrail-discover.png b/images/observability-firehose-cloudtrail-discover.png deleted file mode 100644 index fae79c122..000000000 Binary files a/images/observability-firehose-cloudtrail-discover.png and /dev/null differ diff --git a/images/observability-firehose-cloudtrail-logsexplorer.png b/images/observability-firehose-cloudtrail-logsexplorer.png deleted file mode 100644 index de90d652b..000000000 Binary files a/images/observability-firehose-cloudtrail-logsexplorer.png and /dev/null differ diff --git a/images/observability-firehose-cloudwatch-data-stream.png b/images/observability-firehose-cloudwatch-data-stream.png deleted file mode 100644 index e70670e4f..000000000 Binary files a/images/observability-firehose-cloudwatch-data-stream.png and /dev/null differ diff --git a/images/observability-firehose-cloudwatch-destination-errors.png b/images/observability-firehose-cloudwatch-destination-errors.png deleted file mode 100644 index 471fa9fbb..000000000 Binary files a/images/observability-firehose-cloudwatch-destination-errors.png and /dev/null differ diff --git a/images/observability-firehose-cloudwatch-firehose-stream.png b/images/observability-firehose-cloudwatch-firehose-stream.png deleted file mode 100644 index b81f0b7f6..000000000 Binary files a/images/observability-firehose-cloudwatch-firehose-stream.png and /dev/null differ diff --git a/images/observability-firehose-cloudwatch-log-group.png b/images/observability-firehose-cloudwatch-log-group.png deleted file mode 100644 index 44cb5e2dd..000000000 Binary files a/images/observability-firehose-cloudwatch-log-group.png and /dev/null differ diff --git a/images/observability-firehose-cloudwatch-sample-logs.png b/images/observability-firehose-cloudwatch-sample-logs.png deleted file mode 100644 index 4d6a8df61..000000000 Binary files a/images/observability-firehose-cloudwatch-sample-logs.png and /dev/null differ diff --git a/images/observability-firehose-cloudwatch-subscription-filter.png b/images/observability-firehose-cloudwatch-subscription-filter.png deleted file mode 100644 index 2f7293d37..000000000 Binary files a/images/observability-firehose-cloudwatch-subscription-filter.png and /dev/null differ diff --git a/images/observability-firehose-cloudwatch-verify-discover.png b/images/observability-firehose-cloudwatch-verify-discover.png deleted file mode 100644 index bb95b164a..000000000 Binary files a/images/observability-firehose-cloudwatch-verify-discover.png and /dev/null differ diff --git a/images/observability-firehose-delivery-stream.png b/images/observability-firehose-delivery-stream.png deleted file mode 100644 index bf4226ec2..000000000 Binary files a/images/observability-firehose-delivery-stream.png and /dev/null differ diff --git a/images/observability-firehose-failed-delivery-stream.png b/images/observability-firehose-failed-delivery-stream.png deleted file mode 100644 index c68e73f9c..000000000 Binary files a/images/observability-firehose-failed-delivery-stream.png and /dev/null differ diff --git a/images/observability-firehose-monitor-cloudtrail-logs.png b/images/observability-firehose-monitor-cloudtrail-logs.png deleted file mode 100644 index 2b2f48dbe..000000000 Binary files a/images/observability-firehose-monitor-cloudtrail-logs.png and /dev/null differ diff --git a/images/observability-firehose-networkfirewall-data-stream.png b/images/observability-firehose-networkfirewall-data-stream.png deleted file mode 100644 index 14da07e99..000000000 Binary files a/images/observability-firehose-networkfirewall-data-stream.png and /dev/null differ diff --git a/images/observability-firehose-networkfirewall-discover.png b/images/observability-firehose-networkfirewall-discover.png deleted file mode 100644 index 0a3342e5e..000000000 Binary files a/images/observability-firehose-networkfirewall-discover.png and /dev/null differ diff --git a/images/observability-firehose-networkfirewall-firewall.png b/images/observability-firehose-networkfirewall-firewall.png deleted file mode 100644 index 31a6c39e8..000000000 Binary files a/images/observability-firehose-networkfirewall-firewall.png and /dev/null differ diff --git a/images/observability-firehose-networkfirewall-logging.png b/images/observability-firehose-networkfirewall-logging.png deleted file mode 100644 index acc61d35d..000000000 Binary files a/images/observability-firehose-networkfirewall-logging.png and /dev/null differ diff --git a/images/observability-firehose-networkfirewall-stream.png b/images/observability-firehose-networkfirewall-stream.png deleted file mode 100644 index 93b71ba65..000000000 Binary files a/images/observability-firehose-networkfirewall-stream.png and /dev/null differ diff --git a/images/observability-firehose-subscription-filter.png b/images/observability-firehose-subscription-filter.png deleted file mode 100644 index 858a67c4f..000000000 Binary files a/images/observability-firehose-subscription-filter.png and /dev/null differ diff --git a/images/observability-firehose-verify-events-cloudwatch.png b/images/observability-firehose-verify-events-cloudwatch.png deleted file mode 100644 index c4e33e980..000000000 Binary files a/images/observability-firehose-verify-events-cloudwatch.png and /dev/null differ diff --git a/images/observability-firehose-waf-logs.png b/images/observability-firehose-waf-logs.png deleted file mode 100644 index 0e05f6fa5..000000000 Binary files a/images/observability-firehose-waf-logs.png and /dev/null differ diff --git a/images/observability-flow-log-dashboard.png b/images/observability-flow-log-dashboard.png deleted file mode 100644 index 4767e8047..000000000 Binary files a/images/observability-flow-log-dashboard.png and /dev/null differ diff --git a/images/observability-fm-ov.png b/images/observability-fm-ov.png deleted file mode 100644 index 7aace8b28..000000000 Binary files a/images/observability-fm-ov.png and /dev/null differ diff --git a/images/observability-get-started.svg b/images/observability-get-started.svg deleted file mode 100644 index 487355b2f..000000000 --- a/images/observability-get-started.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/images/observability-global-filters.png b/images/observability-global-filters.png deleted file mode 100644 index f93a5214c..000000000 Binary files a/images/observability-global-filters.png and /dev/null differ diff --git a/images/observability-green-dot-icon.png b/images/observability-green-dot-icon.png deleted file mode 100644 index 05643e0a3..000000000 Binary files a/images/observability-green-dot-icon.png and /dev/null differ diff --git a/images/observability-green-service.png b/images/observability-green-service.png deleted file mode 100644 index bbc00a354..000000000 Binary files a/images/observability-green-service.png and /dev/null differ diff --git a/images/observability-heartbeat-indices.png b/images/observability-heartbeat-indices.png deleted file mode 100644 index a1ccb1937..000000000 Binary files a/images/observability-heartbeat-indices.png and /dev/null differ diff --git a/images/observability-help-icon copy.png b/images/observability-help-icon copy.png deleted file mode 100644 index 49eefac61..000000000 Binary files a/images/observability-help-icon copy.png and /dev/null differ diff --git a/images/observability-help-icon.png b/images/observability-help-icon.png deleted file mode 100644 index 49eefac61..000000000 Binary files a/images/observability-help-icon.png and /dev/null differ diff --git a/images/observability-host-metrics2.png b/images/observability-host-metrics2.png deleted file mode 100644 index 5a8c26fb5..000000000 Binary files a/images/observability-host-metrics2.png and /dev/null differ diff --git a/images/observability-hosts-dashed-and-missing.png b/images/observability-hosts-dashed-and-missing.png deleted file mode 100644 index 856e50e4b..000000000 Binary files a/images/observability-hosts-dashed-and-missing.png and /dev/null differ diff --git a/images/observability-hosts-dashed.png b/images/observability-hosts-dashed.png deleted file mode 100644 index 5034d23d0..000000000 Binary files a/images/observability-hosts-dashed.png and /dev/null differ diff --git a/images/observability-hosts-logs.png b/images/observability-hosts-logs.png deleted file mode 100644 index 3d846415b..000000000 Binary files a/images/observability-hosts-logs.png and /dev/null differ diff --git a/images/observability-hosts-missing-data.png b/images/observability-hosts-missing-data.png deleted file mode 100644 index a57be2d66..000000000 Binary files a/images/observability-hosts-missing-data.png and /dev/null differ diff --git a/images/observability-hosts-open-in-lens.png b/images/observability-hosts-open-in-lens.png deleted file mode 100644 index dbadc02bb..000000000 Binary files a/images/observability-hosts-open-in-lens.png and /dev/null differ diff --git a/images/observability-hosts-view-alerts.png b/images/observability-hosts-view-alerts.png deleted file mode 100644 index 3b3e18eab..000000000 Binary files a/images/observability-hosts-view-alerts.png and /dev/null differ diff --git a/images/observability-hosts.png b/images/observability-hosts.png deleted file mode 100644 index 479ba3212..000000000 Binary files a/images/observability-hosts.png and /dev/null differ diff --git a/images/observability-infra.png b/images/observability-infra.png deleted file mode 100644 index e13901227..000000000 Binary files a/images/observability-infra.png and /dev/null differ diff --git a/images/observability-infrastructure-threshold-alert-default-message.png b/images/observability-infrastructure-threshold-alert-default-message.png deleted file mode 100644 index e5b3c3f09..000000000 Binary files a/images/observability-infrastructure-threshold-alert-default-message.png and /dev/null differ diff --git a/images/observability-infrastructure-threshold-run-when-selection.png b/images/observability-infrastructure-threshold-run-when-selection.png deleted file mode 100644 index f9cfa2c85..000000000 Binary files a/images/observability-infrastructure-threshold-run-when-selection.png and /dev/null differ diff --git a/images/observability-ingest-options-overview.png b/images/observability-ingest-options-overview.png deleted file mode 100644 index a6c207cd0..000000000 Binary files a/images/observability-ingest-options-overview.png and /dev/null differ diff --git a/images/observability-inspect-enable.png b/images/observability-inspect-enable.png deleted file mode 100644 index c85c0a9b6..000000000 Binary files a/images/observability-inspect-enable.png and /dev/null differ diff --git a/images/observability-inspect-flyout-dropdown.png b/images/observability-inspect-flyout-dropdown.png deleted file mode 100644 index 28f0b01b7..000000000 Binary files a/images/observability-inspect-flyout-dropdown.png and /dev/null differ diff --git a/images/observability-inspect-flyout-request.png b/images/observability-inspect-flyout-request.png deleted file mode 100644 index 52d6fac84..000000000 Binary files a/images/observability-inspect-flyout-request.png and /dev/null differ diff --git a/images/observability-inspect-flyout-response.png b/images/observability-inspect-flyout-response.png deleted file mode 100644 index 62bba8804..000000000 Binary files a/images/observability-inspect-flyout-response.png and /dev/null differ diff --git a/images/observability-inspect-flyout-statistics.png b/images/observability-inspect-flyout-statistics.png deleted file mode 100644 index 58ba8e480..000000000 Binary files a/images/observability-inspect-flyout-statistics.png and /dev/null differ diff --git a/images/observability-inspect-flyout.png b/images/observability-inspect-flyout.png deleted file mode 100644 index badb67807..000000000 Binary files a/images/observability-inspect-flyout.png and /dev/null differ diff --git a/images/observability-inspect-uptime-duration-anomalies.png b/images/observability-inspect-uptime-duration-anomalies.png deleted file mode 100644 index 9a015dabd..000000000 Binary files a/images/observability-inspect-uptime-duration-anomalies.png and /dev/null differ diff --git a/images/observability-inspect.svg b/images/observability-inspect.svg deleted file mode 100644 index 43374b4aa..000000000 --- a/images/observability-inspect.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-inventory-alert.png b/images/observability-inventory-alert.png deleted file mode 100644 index 07dd30edd..000000000 Binary files a/images/observability-inventory-alert.png and /dev/null differ diff --git a/images/observability-inventory-catalog.png b/images/observability-inventory-catalog.png deleted file mode 100644 index 71fe1c484..000000000 Binary files a/images/observability-inventory-catalog.png and /dev/null differ diff --git a/images/observability-inventory-entity-detailed-view.png b/images/observability-inventory-entity-detailed-view.png deleted file mode 100644 index 030b5fa97..000000000 Binary files a/images/observability-inventory-entity-detailed-view.png and /dev/null differ diff --git a/images/observability-jenkins-ansible-pipeline.png b/images/observability-jenkins-ansible-pipeline.png deleted file mode 100644 index f9f4d039e..000000000 Binary files a/images/observability-jenkins-ansible-pipeline.png and /dev/null differ diff --git a/images/observability-jenkins-concourse.png b/images/observability-jenkins-concourse.png deleted file mode 100644 index 3aa2a8f62..000000000 Binary files a/images/observability-jenkins-concourse.png and /dev/null differ diff --git a/images/observability-jenkins-dashboard-import.png b/images/observability-jenkins-dashboard-import.png deleted file mode 100644 index 1ec61255a..000000000 Binary files a/images/observability-jenkins-dashboard-import.png and /dev/null differ diff --git a/images/observability-jenkins-dashboard-ready.png b/images/observability-jenkins-dashboard-ready.png deleted file mode 100644 index 551c7691a..000000000 Binary files a/images/observability-jenkins-dashboard-ready.png and /dev/null differ diff --git a/images/observability-jenkins-dashboard.png b/images/observability-jenkins-dashboard.png deleted file mode 100644 index c245580d6..000000000 Binary files a/images/observability-jenkins-dashboard.png and /dev/null differ diff --git a/images/observability-jenkins-jvm-indicators.png b/images/observability-jenkins-jvm-indicators.png deleted file mode 100644 index cec6fd953..000000000 Binary files a/images/observability-jenkins-jvm-indicators.png and /dev/null differ diff --git a/images/observability-jenkins-kpis.png b/images/observability-jenkins-kpis.png deleted file mode 100644 index a381fdcbe..000000000 Binary files a/images/observability-jenkins-kpis.png and /dev/null differ diff --git a/images/observability-jenkins-makefile.png b/images/observability-jenkins-makefile.png deleted file mode 100644 index 806348db5..000000000 Binary files a/images/observability-jenkins-makefile.png and /dev/null differ diff --git a/images/observability-jenkins-maven-pipeline.png b/images/observability-jenkins-maven-pipeline.png deleted file mode 100644 index e672db501..000000000 Binary files a/images/observability-jenkins-maven-pipeline.png and /dev/null differ diff --git a/images/observability-jenkins-pipeline-build.png b/images/observability-jenkins-pipeline-build.png deleted file mode 100644 index c44b321c1..000000000 Binary files a/images/observability-jenkins-pipeline-build.png and /dev/null differ diff --git a/images/observability-jenkins-pipeline-context.png b/images/observability-jenkins-pipeline-context.png deleted file mode 100644 index a884f0439..000000000 Binary files a/images/observability-jenkins-pipeline-context.png and /dev/null differ diff --git a/images/observability-jenkins-pipeline-errors.png b/images/observability-jenkins-pipeline-errors.png deleted file mode 100644 index ee126c03d..000000000 Binary files a/images/observability-jenkins-pipeline-errors.png and /dev/null differ diff --git a/images/observability-jenkins-pipeline-overview.png b/images/observability-jenkins-pipeline-overview.png deleted file mode 100644 index 11c6e4f2a..000000000 Binary files a/images/observability-jenkins-pipeline-overview.png and /dev/null differ diff --git a/images/observability-jenkins-pipeline-trace.png b/images/observability-jenkins-pipeline-trace.png deleted file mode 100644 index eee24441e..000000000 Binary files a/images/observability-jenkins-pipeline-trace.png and /dev/null differ diff --git a/images/observability-jenkins-plugin-manager.png b/images/observability-jenkins-plugin-manager.png deleted file mode 100644 index 6dc30dc7b..000000000 Binary files a/images/observability-jenkins-plugin-manager.png and /dev/null differ diff --git a/images/observability-jenkins-server.png b/images/observability-jenkins-server.png deleted file mode 100644 index 3a1ec43b8..000000000 Binary files a/images/observability-jenkins-server.png and /dev/null differ diff --git a/images/observability-jenkins-servers.png b/images/observability-jenkins-servers.png deleted file mode 100644 index 0e6716d8d..000000000 Binary files a/images/observability-jenkins-servers.png and /dev/null differ diff --git a/images/observability-jenkins-service-map.png b/images/observability-jenkins-service-map.png deleted file mode 100644 index a01877fa0..000000000 Binary files a/images/observability-jenkins-service-map.png and /dev/null differ diff --git a/images/observability-js-errors.png b/images/observability-js-errors.png deleted file mode 100644 index 224b22fab..000000000 Binary files a/images/observability-js-errors.png and /dev/null differ diff --git a/images/observability-jvm-metrics-overview.png b/images/observability-jvm-metrics-overview.png deleted file mode 100644 index c6f28f7bd..000000000 Binary files a/images/observability-jvm-metrics-overview.png and /dev/null differ diff --git a/images/observability-jvm-metrics.png b/images/observability-jvm-metrics.png deleted file mode 100644 index 70f7965b7..000000000 Binary files a/images/observability-jvm-metrics.png and /dev/null differ diff --git a/images/observability-k8s-monitoring-architecture.png b/images/observability-k8s-monitoring-architecture.png deleted file mode 100644 index c1d6db61e..000000000 Binary files a/images/observability-k8s-monitoring-architecture.png and /dev/null differ diff --git a/images/observability-kibana-agent-add-log-path.png b/images/observability-kibana-agent-add-log-path.png deleted file mode 100644 index d65240d27..000000000 Binary files a/images/observability-kibana-agent-add-log-path.png and /dev/null differ diff --git a/images/observability-kibana-agent-confirm-data.png b/images/observability-kibana-agent-confirm-data.png deleted file mode 100644 index 03632183a..000000000 Binary files a/images/observability-kibana-agent-confirm-data.png and /dev/null differ diff --git a/images/observability-kibana-agent-flyout.png b/images/observability-kibana-agent-flyout.png deleted file mode 100644 index 979ae1727..000000000 Binary files a/images/observability-kibana-agent-flyout.png and /dev/null differ diff --git a/images/observability-kibana-agent-system-integration-visualizations.png b/images/observability-kibana-agent-system-integration-visualizations.png deleted file mode 100644 index e8e433b3c..000000000 Binary files a/images/observability-kibana-agent-system-integration-visualizations.png and /dev/null differ diff --git a/images/observability-kibana-apm-sample-data.png b/images/observability-kibana-apm-sample-data.png deleted file mode 100644 index 7aeb5f1ac..000000000 Binary files a/images/observability-kibana-apm-sample-data.png and /dev/null differ diff --git a/images/observability-kibana-fleet-integrations-apm-overview.png b/images/observability-kibana-fleet-integrations-apm-overview.png deleted file mode 100644 index 9de2b9fe9..000000000 Binary files a/images/observability-kibana-fleet-integrations-apm-overview.png and /dev/null differ diff --git a/images/observability-kibana-fleet-integrations-apm.png b/images/observability-kibana-fleet-integrations-apm.png deleted file mode 100644 index 69622df9d..000000000 Binary files a/images/observability-kibana-fleet-integrations-apm.png and /dev/null differ diff --git a/images/observability-kibana-fleet-policies-default-with-nginx.png b/images/observability-kibana-fleet-policies-default-with-nginx.png deleted file mode 100644 index 508e2f930..000000000 Binary files a/images/observability-kibana-fleet-policies-default-with-nginx.png and /dev/null differ diff --git a/images/observability-kibana-fleet-third-party-rest-api.png b/images/observability-kibana-fleet-third-party-rest-api.png deleted file mode 100644 index 6a1e3dd06..000000000 Binary files a/images/observability-kibana-fleet-third-party-rest-api.png and /dev/null differ diff --git a/images/observability-kibana-fleet-third-party-rest-dataset-settings.png b/images/observability-kibana-fleet-third-party-rest-dataset-settings.png deleted file mode 100644 index a973b4949..000000000 Binary files a/images/observability-kibana-fleet-third-party-rest-dataset-settings.png and /dev/null differ diff --git a/images/observability-kibana-fleet-third-party-rest-settings.png b/images/observability-kibana-fleet-third-party-rest-settings.png deleted file mode 100644 index b496947f6..000000000 Binary files a/images/observability-kibana-fleet-third-party-rest-settings.png and /dev/null differ diff --git a/images/observability-kibana-system-policy.png b/images/observability-kibana-system-policy.png deleted file mode 100644 index f97fcb555..000000000 Binary files a/images/observability-kibana-system-policy.png and /dev/null differ diff --git a/images/observability-kibana-url.png b/images/observability-kibana-url.png deleted file mode 100644 index 70fb3cd0c..000000000 Binary files a/images/observability-kibana-url.png and /dev/null differ diff --git a/images/observability-kinesis-dashboard.png b/images/observability-kinesis-dashboard.png deleted file mode 100644 index b62051aa1..000000000 Binary files a/images/observability-kinesis-dashboard.png and /dev/null differ diff --git a/images/observability-kubernetes-filter.png b/images/observability-kubernetes-filter.png deleted file mode 100644 index d8b04c9d9..000000000 Binary files a/images/observability-kubernetes-filter.png and /dev/null differ diff --git a/images/observability-lambda-cold-start-trace.png b/images/observability-lambda-cold-start-trace.png deleted file mode 100644 index c6f6efd05..000000000 Binary files a/images/observability-lambda-cold-start-trace.png and /dev/null differ diff --git a/images/observability-lambda-correlations.png b/images/observability-lambda-correlations.png deleted file mode 100644 index c1a72ccb2..000000000 Binary files a/images/observability-lambda-correlations.png and /dev/null differ diff --git a/images/observability-lambda-overview.png b/images/observability-lambda-overview.png deleted file mode 100644 index 9d0558949..000000000 Binary files a/images/observability-lambda-overview.png and /dev/null differ diff --git a/images/observability-latency.png b/images/observability-latency.png deleted file mode 100644 index 1c220c1a4..000000000 Binary files a/images/observability-latency.png and /dev/null differ diff --git a/images/observability-list.svg b/images/observability-list.svg deleted file mode 100644 index 52e8e7acd..000000000 --- a/images/observability-list.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-listAdd.png b/images/observability-listAdd.png deleted file mode 100644 index d6283548a..000000000 Binary files a/images/observability-listAdd.png and /dev/null differ diff --git a/images/observability-log-categories.jpg b/images/observability-log-categories.jpg deleted file mode 100644 index 74fd17acc..000000000 Binary files a/images/observability-log-categories.jpg and /dev/null differ diff --git a/images/observability-log-event-details.png b/images/observability-log-event-details.png deleted file mode 100644 index 5ce712a6b..000000000 Binary files a/images/observability-log-event-details.png and /dev/null differ diff --git a/images/observability-log-explorer.png b/images/observability-log-explorer.png deleted file mode 100644 index 9d7e3950a..000000000 Binary files a/images/observability-log-explorer.png and /dev/null differ diff --git a/images/observability-log-menu.png b/images/observability-log-menu.png deleted file mode 100644 index 07b9412bd..000000000 Binary files a/images/observability-log-menu.png and /dev/null differ diff --git a/images/observability-log-opened.png b/images/observability-log-opened.png deleted file mode 100644 index 33e07a84c..000000000 Binary files a/images/observability-log-opened.png and /dev/null differ diff --git a/images/observability-log-rate.png b/images/observability-log-rate.png deleted file mode 100644 index d90c9f6e2..000000000 Binary files a/images/observability-log-rate.png and /dev/null differ diff --git a/images/observability-log-threshold-alert-chart-previews.png b/images/observability-log-threshold-alert-chart-previews.png deleted file mode 100644 index 96bc147e0..000000000 Binary files a/images/observability-log-threshold-alert-chart-previews.png and /dev/null differ diff --git a/images/observability-log-threshold-alert-es-query-grouped.png b/images/observability-log-threshold-alert-es-query-grouped.png deleted file mode 100644 index 37a39f82d..000000000 Binary files a/images/observability-log-threshold-alert-es-query-grouped.png and /dev/null differ diff --git a/images/observability-log-threshold-alert-es-query-ungrouped.png b/images/observability-log-threshold-alert-es-query-ungrouped.png deleted file mode 100644 index a9e34b9ed..000000000 Binary files a/images/observability-log-threshold-alert-es-query-ungrouped.png and /dev/null differ diff --git a/images/observability-log-threshold-alert-group-by.png b/images/observability-log-threshold-alert-group-by.png deleted file mode 100644 index 7a46ac7eb..000000000 Binary files a/images/observability-log-threshold-alert-group-by.png and /dev/null differ diff --git a/images/observability-log-threshold-alert-ratio.png b/images/observability-log-threshold-alert-ratio.png deleted file mode 100644 index 1a9adfb49..000000000 Binary files a/images/observability-log-threshold-alert-ratio.png and /dev/null differ diff --git a/images/observability-log-threshold-alert.png b/images/observability-log-threshold-alert.png deleted file mode 100644 index 8af5c4d4b..000000000 Binary files a/images/observability-log-threshold-alert.png and /dev/null differ diff --git a/images/observability-log-threshold-breach-alert-history-chart.png b/images/observability-log-threshold-breach-alert-history-chart.png deleted file mode 100644 index bc9f274d8..000000000 Binary files a/images/observability-log-threshold-breach-alert-history-chart.png and /dev/null differ diff --git a/images/observability-log-threshold-breach-condition-chart.png b/images/observability-log-threshold-breach-condition-chart.png deleted file mode 100644 index ff4c26849..000000000 Binary files a/images/observability-log-threshold-breach-condition-chart.png and /dev/null differ diff --git a/images/observability-log-threshold-breach-log-rate-analysis.png b/images/observability-log-threshold-breach-log-rate-analysis.png deleted file mode 100644 index 2854f11f1..000000000 Binary files a/images/observability-log-threshold-breach-log-rate-analysis.png and /dev/null differ diff --git a/images/observability-log-threshold-run-when-selection.png b/images/observability-log-threshold-run-when-selection.png deleted file mode 100644 index 9b21a12ad..000000000 Binary files a/images/observability-log-threshold-run-when-selection.png and /dev/null differ diff --git a/images/observability-logs-end-date.png b/images/observability-logs-end-date.png deleted file mode 100644 index 1d2932cd0..000000000 Binary files a/images/observability-logs-end-date.png and /dev/null differ diff --git a/images/observability-logs-explorer-applications.png b/images/observability-logs-explorer-applications.png deleted file mode 100644 index fae860721..000000000 Binary files a/images/observability-logs-explorer-applications.png and /dev/null differ diff --git a/images/observability-logs-kql-filter.png b/images/observability-logs-kql-filter.png deleted file mode 100644 index 4208a868f..000000000 Binary files a/images/observability-logs-kql-filter.png and /dev/null differ diff --git a/images/observability-logs-overlay-containers.png b/images/observability-logs-overlay-containers.png deleted file mode 100644 index 1364f296e..000000000 Binary files a/images/observability-logs-overlay-containers.png and /dev/null differ diff --git a/images/observability-logs-overlay.png b/images/observability-logs-overlay.png deleted file mode 100644 index 002656477..000000000 Binary files a/images/observability-logs-overlay.png and /dev/null differ diff --git a/images/observability-logs-start-date.png b/images/observability-logs-start-date.png deleted file mode 100644 index 6d8f8c6dd..000000000 Binary files a/images/observability-logs-start-date.png and /dev/null differ diff --git a/images/observability-logs-threshold-alert-default-message.png b/images/observability-logs-threshold-alert-default-message.png deleted file mode 100644 index beee888d7..000000000 Binary files a/images/observability-logs-threshold-alert-default-message.png and /dev/null differ diff --git a/images/observability-logs-threshold-conditional-alert.png b/images/observability-logs-threshold-conditional-alert.png deleted file mode 100644 index 73f6bfc5b..000000000 Binary files a/images/observability-logs-threshold-conditional-alert.png and /dev/null differ diff --git a/images/observability-logs.png b/images/observability-logs.png deleted file mode 100644 index 94d77b474..000000000 Binary files a/images/observability-logs.png and /dev/null differ diff --git a/images/observability-metadata-icons.png b/images/observability-metadata-icons.png deleted file mode 100644 index 402c0ed07..000000000 Binary files a/images/observability-metadata-icons.png and /dev/null differ diff --git a/images/observability-metadata-overlay-containers.png b/images/observability-metadata-overlay-containers.png deleted file mode 100644 index 33b70cba4..000000000 Binary files a/images/observability-metadata-overlay-containers.png and /dev/null differ diff --git a/images/observability-metadata-overlay.png b/images/observability-metadata-overlay.png deleted file mode 100644 index 0ab8c9495..000000000 Binary files a/images/observability-metadata-overlay.png and /dev/null differ diff --git a/images/observability-metadata-processors.png b/images/observability-metadata-processors.png deleted file mode 100644 index fae6ee6a1..000000000 Binary files a/images/observability-metadata-processors.png and /dev/null differ diff --git a/images/observability-metric-threshold-conditional-alerts.png b/images/observability-metric-threshold-conditional-alerts.png deleted file mode 100644 index 44beb268f..000000000 Binary files a/images/observability-metric-threshold-conditional-alerts.png and /dev/null differ diff --git a/images/observability-metrics-alert-filters-and-group.png b/images/observability-metrics-alert-filters-and-group.png deleted file mode 100644 index 07b421e78..000000000 Binary files a/images/observability-metrics-alert-filters-and-group.png and /dev/null differ diff --git a/images/observability-metrics-alert.png b/images/observability-metrics-alert.png deleted file mode 100644 index ae9de5d61..000000000 Binary files a/images/observability-metrics-alert.png and /dev/null differ diff --git a/images/observability-metrics-app.png b/images/observability-metrics-app.png deleted file mode 100644 index c7ad82851..000000000 Binary files a/images/observability-metrics-app.png and /dev/null differ diff --git a/images/observability-metrics-explorer-filter.png b/images/observability-metrics-explorer-filter.png deleted file mode 100644 index 6b074c5da..000000000 Binary files a/images/observability-metrics-explorer-filter.png and /dev/null differ diff --git a/images/observability-metrics-explorer.png b/images/observability-metrics-explorer.png deleted file mode 100644 index a26251df1..000000000 Binary files a/images/observability-metrics-explorer.png and /dev/null differ diff --git a/images/observability-metrics-history-chart.png b/images/observability-metrics-history-chart.png deleted file mode 100644 index cc62326f9..000000000 Binary files a/images/observability-metrics-history-chart.png and /dev/null differ diff --git a/images/observability-metrics-inventory.png b/images/observability-metrics-inventory.png deleted file mode 100644 index 478888190..000000000 Binary files a/images/observability-metrics-inventory.png and /dev/null differ diff --git a/images/observability-metrics-ml-jobs.png b/images/observability-metrics-ml-jobs.png deleted file mode 100644 index 052984f98..000000000 Binary files a/images/observability-metrics-ml-jobs.png and /dev/null differ diff --git a/images/observability-metrics-overlay-containers.png b/images/observability-metrics-overlay-containers.png deleted file mode 100644 index bed3b15e9..000000000 Binary files a/images/observability-metrics-overlay-containers.png and /dev/null differ diff --git a/images/observability-metrics-overlay.png b/images/observability-metrics-overlay.png deleted file mode 100644 index 5bfcb5230..000000000 Binary files a/images/observability-metrics-overlay.png and /dev/null differ diff --git a/images/observability-metrics-summary.png b/images/observability-metrics-summary.png deleted file mode 100644 index 97bc13cb9..000000000 Binary files a/images/observability-metrics-summary.png and /dev/null differ diff --git a/images/observability-metrics-threshold-alert-default-message.png b/images/observability-metrics-threshold-alert-default-message.png deleted file mode 100644 index 96ade02db..000000000 Binary files a/images/observability-metrics-threshold-alert-default-message.png and /dev/null differ diff --git a/images/observability-metrics-threshold-run-when-selection.png b/images/observability-metrics-threshold-run-when-selection.png deleted file mode 100644 index 720242526..000000000 Binary files a/images/observability-metrics-threshold-run-when-selection.png and /dev/null differ diff --git a/images/observability-metrics-time-series.png b/images/observability-metrics-time-series.png deleted file mode 100644 index 9911f7cde..000000000 Binary files a/images/observability-metrics-time-series.png and /dev/null differ diff --git a/images/observability-minus.svg b/images/observability-minus.svg deleted file mode 100644 index 763922a91..000000000 --- a/images/observability-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-minusInCircle.png b/images/observability-minusInCircle.png deleted file mode 100644 index d8253e8a5..000000000 Binary files a/images/observability-minusInCircle.png and /dev/null differ diff --git a/images/observability-ml-anomalies-detection.png b/images/observability-ml-anomalies-detection.png deleted file mode 100644 index 5b27f0fb0..000000000 Binary files a/images/observability-ml-anomalies-detection.png and /dev/null differ diff --git a/images/observability-ml-anomalies-explorer.png b/images/observability-ml-anomalies-explorer.png deleted file mode 100644 index 05f6bbf3e..000000000 Binary files a/images/observability-ml-anomalies-explorer.png and /dev/null differ diff --git a/images/observability-ml-anomalies-results.png b/images/observability-ml-anomalies-results.png deleted file mode 100644 index f7ab628c7..000000000 Binary files a/images/observability-ml-anomalies-results.png and /dev/null differ diff --git a/images/observability-ml-spike.png b/images/observability-ml-spike.png deleted file mode 100644 index e346a72ec..000000000 Binary files a/images/observability-ml-spike.png and /dev/null differ diff --git a/images/observability-mobile-location.png b/images/observability-mobile-location.png deleted file mode 100644 index 35b0d91a2..000000000 Binary files a/images/observability-mobile-location.png and /dev/null differ diff --git a/images/observability-mobile-most-used.png b/images/observability-mobile-most-used.png deleted file mode 100644 index 24b29f95d..000000000 Binary files a/images/observability-mobile-most-used.png and /dev/null differ diff --git a/images/observability-mobile-session-error-details.png b/images/observability-mobile-session-error-details.png deleted file mode 100644 index 41c0bf509..000000000 Binary files a/images/observability-mobile-session-error-details.png and /dev/null differ diff --git a/images/observability-mobile-session-explorer-apm.png b/images/observability-mobile-session-explorer-apm.png deleted file mode 100644 index 55fbc8579..000000000 Binary files a/images/observability-mobile-session-explorer-apm.png and /dev/null differ diff --git a/images/observability-mobile-session-explorer-nav.png b/images/observability-mobile-session-explorer-nav.png deleted file mode 100644 index d208f4091..000000000 Binary files a/images/observability-mobile-session-explorer-nav.png and /dev/null differ diff --git a/images/observability-mobile-session-filter-discover.png b/images/observability-mobile-session-filter-discover.png deleted file mode 100644 index 989284ba2..000000000 Binary files a/images/observability-mobile-session-filter-discover.png and /dev/null differ diff --git a/images/observability-mobile-tp.png b/images/observability-mobile-tp.png deleted file mode 100644 index 81ce267fb..000000000 Binary files a/images/observability-mobile-tp.png and /dev/null differ diff --git a/images/observability-monitor-azure-add-role-assignment.png b/images/observability-monitor-azure-add-role-assignment.png deleted file mode 100644 index 18832c4fb..000000000 Binary files a/images/observability-monitor-azure-add-role-assignment.png and /dev/null differ diff --git a/images/observability-monitor-azure-billing-overview-dashboard.png b/images/observability-monitor-azure-billing-overview-dashboard.png deleted file mode 100644 index e23c7a8cd..000000000 Binary files a/images/observability-monitor-azure-billing-overview-dashboard.png and /dev/null differ diff --git a/images/observability-monitor-azure-click-app-registration.png b/images/observability-monitor-azure-click-app-registration.png deleted file mode 100644 index 93bca3b54..000000000 Binary files a/images/observability-monitor-azure-click-app-registration.png and /dev/null differ diff --git a/images/observability-monitor-azure-click-client-secret.png b/images/observability-monitor-azure-click-client-secret.png deleted file mode 100644 index 8553ac85a..000000000 Binary files a/images/observability-monitor-azure-click-client-secret.png and /dev/null differ diff --git a/images/observability-monitor-azure-create-elastic-resource.png b/images/observability-monitor-azure-create-elastic-resource.png deleted file mode 100644 index d5bdddbcd..000000000 Binary files a/images/observability-monitor-azure-create-elastic-resource.png and /dev/null differ diff --git a/images/observability-monitor-azure-elastic-click-ingest-logs.png b/images/observability-monitor-azure-elastic-click-ingest-logs.png deleted file mode 100644 index 59f9e1b0c..000000000 Binary files a/images/observability-monitor-azure-elastic-click-ingest-logs.png and /dev/null differ diff --git a/images/observability-monitor-azure-elastic-config-logs-metrics.png b/images/observability-monitor-azure-elastic-config-logs-metrics.png deleted file mode 100644 index 91ee90b16..000000000 Binary files a/images/observability-monitor-azure-elastic-config-logs-metrics.png and /dev/null differ diff --git a/images/observability-monitor-azure-elastic-deployment.png b/images/observability-monitor-azure-elastic-deployment.png deleted file mode 100644 index 59f9e1b0c..000000000 Binary files a/images/observability-monitor-azure-elastic-deployment.png and /dev/null differ diff --git a/images/observability-monitor-azure-elastic-vms.png b/images/observability-monitor-azure-elastic-vms.png deleted file mode 100644 index 35b54500f..000000000 Binary files a/images/observability-monitor-azure-elastic-vms.png and /dev/null differ diff --git a/images/observability-monitor-azure-kibana-deployment.png b/images/observability-monitor-azure-kibana-deployment.png deleted file mode 100644 index b2740a30b..000000000 Binary files a/images/observability-monitor-azure-kibana-deployment.png and /dev/null differ diff --git a/images/observability-monitor-azure-kibana-observability-page-empty.png b/images/observability-monitor-azure-kibana-observability-page-empty.png deleted file mode 100644 index a495cd586..000000000 Binary files a/images/observability-monitor-azure-kibana-observability-page-empty.png and /dev/null differ diff --git a/images/observability-monitor-azure-kibana-security.png b/images/observability-monitor-azure-kibana-security.png deleted file mode 100644 index 3462c5b14..000000000 Binary files a/images/observability-monitor-azure-kibana-security.png and /dev/null differ diff --git a/images/observability-monitor-azure-native-create-elastic-resource.png b/images/observability-monitor-azure-native-create-elastic-resource.png deleted file mode 100644 index c1e719a82..000000000 Binary files a/images/observability-monitor-azure-native-create-elastic-resource.png and /dev/null differ diff --git a/images/observability-monitor-azure-native-elastic-config-logs-metrics.png b/images/observability-monitor-azure-native-elastic-config-logs-metrics.png deleted file mode 100644 index 576a54e14..000000000 Binary files a/images/observability-monitor-azure-native-elastic-config-logs-metrics.png and /dev/null differ diff --git a/images/observability-monitor-azure-native-elastic-deployment.png b/images/observability-monitor-azure-native-elastic-deployment.png deleted file mode 100644 index efefa5635..000000000 Binary files a/images/observability-monitor-azure-native-elastic-deployment.png and /dev/null differ diff --git a/images/observability-monitor-azure-native-elastic-vms.png b/images/observability-monitor-azure-native-elastic-vms.png deleted file mode 100644 index cab36818c..000000000 Binary files a/images/observability-monitor-azure-native-elastic-vms.png and /dev/null differ diff --git a/images/observability-monitor-azure-register-app.png b/images/observability-monitor-azure-register-app.png deleted file mode 100644 index a9cd6b4fb..000000000 Binary files a/images/observability-monitor-azure-register-app.png and /dev/null differ diff --git a/images/observability-monitor-azure-search-active-directory.png b/images/observability-monitor-azure-search-active-directory.png deleted file mode 100644 index 8234bb5e3..000000000 Binary files a/images/observability-monitor-azure-search-active-directory.png and /dev/null differ diff --git a/images/observability-monitor-azure-search-subscriptions.png b/images/observability-monitor-azure-search-subscriptions.png deleted file mode 100644 index f798247c4..000000000 Binary files a/images/observability-monitor-azure-search-subscriptions.png and /dev/null differ diff --git a/images/observability-monitor-duration-chart.png b/images/observability-monitor-duration-chart.png deleted file mode 100644 index bebd16272..000000000 Binary files a/images/observability-monitor-duration-chart.png and /dev/null differ diff --git a/images/observability-monitor-gcp-audit-overview-dashboard.png b/images/observability-monitor-gcp-audit-overview-dashboard.png deleted file mode 100644 index 2cf738db0..000000000 Binary files a/images/observability-monitor-gcp-audit-overview-dashboard.png and /dev/null differ diff --git a/images/observability-monitor-gcp-cloud-id.png b/images/observability-monitor-gcp-cloud-id.png deleted file mode 100644 index a44fc2efb..000000000 Binary files a/images/observability-monitor-gcp-cloud-id.png and /dev/null differ diff --git a/images/observability-monitor-gcp-compute-overview-dashboard.png b/images/observability-monitor-gcp-compute-overview-dashboard.png deleted file mode 100644 index 9821a3358..000000000 Binary files a/images/observability-monitor-gcp-compute-overview-dashboard.png and /dev/null differ diff --git a/images/observability-monitor-gcp-create-pubsub-topic.png b/images/observability-monitor-gcp-create-pubsub-topic.png deleted file mode 100644 index c26157598..000000000 Binary files a/images/observability-monitor-gcp-create-pubsub-topic.png and /dev/null differ diff --git a/images/observability-monitor-gcp-create-sink.png b/images/observability-monitor-gcp-create-sink.png deleted file mode 100644 index 37708defd..000000000 Binary files a/images/observability-monitor-gcp-create-sink.png and /dev/null differ diff --git a/images/observability-monitor-gcp-dataflow-audit-dashboard.png b/images/observability-monitor-gcp-dataflow-audit-dashboard.png deleted file mode 100644 index d5679f735..000000000 Binary files a/images/observability-monitor-gcp-dataflow-audit-dashboard.png and /dev/null differ diff --git a/images/observability-monitor-gcp-dataflow-jobs.png b/images/observability-monitor-gcp-dataflow-jobs.png deleted file mode 100644 index 073c81f7f..000000000 Binary files a/images/observability-monitor-gcp-dataflow-jobs.png and /dev/null differ diff --git a/images/observability-monitor-gcp-dataflow-optional-parameters.png b/images/observability-monitor-gcp-dataflow-optional-parameters.png deleted file mode 100644 index 3169a318e..000000000 Binary files a/images/observability-monitor-gcp-dataflow-optional-parameters.png and /dev/null differ diff --git a/images/observability-monitor-gcp-dataflow-pub-sub-elasticsearch.png b/images/observability-monitor-gcp-dataflow-pub-sub-elasticsearch.png deleted file mode 100644 index b592c3512..000000000 Binary files a/images/observability-monitor-gcp-dataflow-pub-sub-elasticsearch.png and /dev/null differ diff --git a/images/observability-monitor-gcp-dataflow-required-parameters.png b/images/observability-monitor-gcp-dataflow-required-parameters.png deleted file mode 100644 index c88a0ecf7..000000000 Binary files a/images/observability-monitor-gcp-dataflow-required-parameters.png and /dev/null differ diff --git a/images/observability-monitor-gcp-integration.png b/images/observability-monitor-gcp-integration.png deleted file mode 100644 index dc2dfee24..000000000 Binary files a/images/observability-monitor-gcp-integration.png and /dev/null differ diff --git a/images/observability-monitor-gcp-kibana-integrations.png b/images/observability-monitor-gcp-kibana-integrations.png deleted file mode 100644 index b7953b72f..000000000 Binary files a/images/observability-monitor-gcp-kibana-integrations.png and /dev/null differ diff --git a/images/observability-monitor-gcp-navigate-logs-router.png b/images/observability-monitor-gcp-navigate-logs-router.png deleted file mode 100644 index 3799e260e..000000000 Binary files a/images/observability-monitor-gcp-navigate-logs-router.png and /dev/null differ diff --git a/images/observability-monitor-gcp-pub-sub-create-subscription.png b/images/observability-monitor-gcp-pub-sub-create-subscription.png deleted file mode 100644 index ca8369e75..000000000 Binary files a/images/observability-monitor-gcp-pub-sub-create-subscription.png and /dev/null differ diff --git a/images/observability-monitor-gcp-pub-sub-subscription-id.png b/images/observability-monitor-gcp-pub-sub-subscription-id.png deleted file mode 100644 index 3f7bb5f80..000000000 Binary files a/images/observability-monitor-gcp-pub-sub-subscription-id.png and /dev/null differ diff --git a/images/observability-monitor-gcp-pub-sub.png b/images/observability-monitor-gcp-pub-sub.png deleted file mode 100644 index 043f8b1af..000000000 Binary files a/images/observability-monitor-gcp-pub-sub.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-create-key.png b/images/observability-monitor-gcp-service-account-create-key.png deleted file mode 100644 index 6c8dddd66..000000000 Binary files a/images/observability-monitor-gcp-service-account-create-key.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-manage-keys.png b/images/observability-monitor-gcp-service-account-manage-keys.png deleted file mode 100644 index 8f480e4b3..000000000 Binary files a/images/observability-monitor-gcp-service-account-manage-keys.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-menu.png b/images/observability-monitor-gcp-service-account-menu.png deleted file mode 100644 index 1795cd0af..000000000 Binary files a/images/observability-monitor-gcp-service-account-menu.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-name.png b/images/observability-monitor-gcp-service-account-name.png deleted file mode 100644 index e12cf51ff..000000000 Binary files a/images/observability-monitor-gcp-service-account-name.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-roles-compute-viewer.png b/images/observability-monitor-gcp-service-account-roles-compute-viewer.png deleted file mode 100644 index 764e7e156..000000000 Binary files a/images/observability-monitor-gcp-service-account-roles-compute-viewer.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-roles-final.png b/images/observability-monitor-gcp-service-account-roles-final.png deleted file mode 100644 index 113a47120..000000000 Binary files a/images/observability-monitor-gcp-service-account-roles-final.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-roles-monitoring-viewer.png b/images/observability-monitor-gcp-service-account-roles-monitoring-viewer.png deleted file mode 100644 index 40a784503..000000000 Binary files a/images/observability-monitor-gcp-service-account-roles-monitoring-viewer.png and /dev/null differ diff --git a/images/observability-monitor-gcp-service-account-roles-pubsub-subscriber.png b/images/observability-monitor-gcp-service-account-roles-pubsub-subscriber.png deleted file mode 100644 index c3a3bd3ca..000000000 Binary files a/images/observability-monitor-gcp-service-account-roles-pubsub-subscriber.png and /dev/null differ diff --git a/images/observability-monitor-java-app-apm-transactions.png b/images/observability-monitor-java-app-apm-transactions.png deleted file mode 100644 index 8c3ecfab1..000000000 Binary files a/images/observability-monitor-java-app-apm-transactions.png and /dev/null differ diff --git a/images/observability-monitor-java-app-apm-ui-javalin-app.png b/images/observability-monitor-java-app-apm-ui-javalin-app.png deleted file mode 100644 index d8b293caf..000000000 Binary files a/images/observability-monitor-java-app-apm-ui-javalin-app.png and /dev/null differ diff --git a/images/observability-monitor-java-app-apm-ui-javalin-with-transaction-names.png b/images/observability-monitor-java-app-apm-ui-javalin-with-transaction-names.png deleted file mode 100644 index 8b5968034..000000000 Binary files a/images/observability-monitor-java-app-apm-ui-javalin-with-transaction-names.png and /dev/null differ diff --git a/images/observability-monitor-java-app-apm-ui-javalin-wttr-1.png b/images/observability-monitor-java-app-apm-ui-javalin-wttr-1.png deleted file mode 100644 index 8655cbf0e..000000000 Binary files a/images/observability-monitor-java-app-apm-ui-javalin-wttr-1.png and /dev/null differ diff --git a/images/observability-monitor-java-app-apm-ui-javalin-wttr-2.png b/images/observability-monitor-java-app-apm-ui-javalin-wttr-2.png deleted file mode 100644 index 09928e9a3..000000000 Binary files a/images/observability-monitor-java-app-apm-ui-javalin-wttr-2.png and /dev/null differ diff --git a/images/observability-monitor-java-app-apm-ui-logging-trace.png b/images/observability-monitor-java-app-apm-ui-logging-trace.png deleted file mode 100644 index f06aaeec4..000000000 Binary files a/images/observability-monitor-java-app-apm-ui-logging-trace.png and /dev/null differ diff --git a/images/observability-monitor-java-app-kibana-single-document.png b/images/observability-monitor-java-app-kibana-single-document.png deleted file mode 100644 index be8cf767d..000000000 Binary files a/images/observability-monitor-java-app-kibana-single-document.png and /dev/null differ diff --git a/images/observability-monitor-java-app-kibana-streaming.png b/images/observability-monitor-java-app-kibana-streaming.png deleted file mode 100644 index 3def600d7..000000000 Binary files a/images/observability-monitor-java-app-kibana-streaming.png and /dev/null differ diff --git a/images/observability-monitor-java-app-metrics-kibana-create-visualization-log-rate.png b/images/observability-monitor-java-app-metrics-kibana-create-visualization-log-rate.png deleted file mode 100644 index 5363fb959..000000000 Binary files a/images/observability-monitor-java-app-metrics-kibana-create-visualization-log-rate.png and /dev/null differ diff --git a/images/observability-monitor-java-app-metrics-kibana-create-visualization-open-files.png b/images/observability-monitor-java-app-metrics-kibana-create-visualization-open-files.png deleted file mode 100644 index 32038da0b..000000000 Binary files a/images/observability-monitor-java-app-metrics-kibana-create-visualization-open-files.png and /dev/null differ diff --git a/images/observability-monitor-java-app-metrics-ui-prometheus-event-counter.png b/images/observability-monitor-java-app-metrics-ui-prometheus-event-counter.png deleted file mode 100644 index d3e512109..000000000 Binary files a/images/observability-monitor-java-app-metrics-ui-prometheus-event-counter.png and /dev/null differ diff --git a/images/observability-monitor-java-app-uptime-overview.png b/images/observability-monitor-java-app-uptime-overview.png deleted file mode 100644 index a4aa7568e..000000000 Binary files a/images/observability-monitor-java-app-uptime-overview.png and /dev/null differ diff --git a/images/observability-monitor-k8s-metrics-explorer.png b/images/observability-monitor-k8s-metrics-explorer.png deleted file mode 100644 index 494a8802a..000000000 Binary files a/images/observability-monitor-k8s-metrics-explorer.png and /dev/null differ diff --git a/images/observability-monitor-status-alert-default-message.png b/images/observability-monitor-status-alert-default-message.png deleted file mode 100644 index f3e304009..000000000 Binary files a/images/observability-monitor-status-alert-default-message.png and /dev/null differ diff --git a/images/observability-monitor-status-alert-recovery.png b/images/observability-monitor-status-alert-recovery.png deleted file mode 100644 index 613ba2ee5..000000000 Binary files a/images/observability-monitor-status-alert-recovery.png and /dev/null differ diff --git a/images/observability-monitor-status-alert.png b/images/observability-monitor-status-alert.png deleted file mode 100644 index 24bd328b3..000000000 Binary files a/images/observability-monitor-status-alert.png and /dev/null differ diff --git a/images/observability-monitors-chart.png b/images/observability-monitors-chart.png deleted file mode 100644 index 97e57ffe4..000000000 Binary files a/images/observability-monitors-chart.png and /dev/null differ diff --git a/images/observability-monitors-list.png b/images/observability-monitors-list.png deleted file mode 100644 index e4a1b62a6..000000000 Binary files a/images/observability-monitors-list.png and /dev/null differ diff --git a/images/observability-nginx-data-selector.png b/images/observability-nginx-data-selector.png deleted file mode 100644 index 055d90697..000000000 Binary files a/images/observability-nginx-data-selector.png and /dev/null differ diff --git a/images/observability-nginx-logs-access-error-dashboard.png b/images/observability-nginx-logs-access-error-dashboard.png deleted file mode 100644 index f7964bdce..000000000 Binary files a/images/observability-nginx-logs-access-error-dashboard.png and /dev/null differ diff --git a/images/observability-nginx-logs-explorer.png b/images/observability-nginx-logs-explorer.png deleted file mode 100644 index 701eee80f..000000000 Binary files a/images/observability-nginx-logs-explorer.png and /dev/null differ diff --git a/images/observability-nginx-logs-overview-dashboard.png b/images/observability-nginx-logs-overview-dashboard.png deleted file mode 100644 index d87ef65f2..000000000 Binary files a/images/observability-nginx-logs-overview-dashboard.png and /dev/null differ diff --git a/images/observability-nginx-metrics-dashboard.png b/images/observability-nginx-metrics-dashboard.png deleted file mode 100644 index 3f73a3c89..000000000 Binary files a/images/observability-nginx-metrics-dashboard.png and /dev/null differ diff --git a/images/observability-obs-ai-assistant-action-high-cpu.png b/images/observability-obs-ai-assistant-action-high-cpu.png deleted file mode 100644 index d8d2c686b..000000000 Binary files a/images/observability-obs-ai-assistant-action-high-cpu.png and /dev/null differ diff --git a/images/observability-obs-ai-assistant-output.png b/images/observability-obs-ai-assistant-output.png deleted file mode 100644 index 5f371f9bc..000000000 Binary files a/images/observability-obs-ai-assistant-output.png and /dev/null differ diff --git a/images/observability-obs-ai-assistant-slack-message.png b/images/observability-obs-ai-assistant-slack-message.png deleted file mode 100644 index c2cd871fa..000000000 Binary files a/images/observability-obs-ai-assistant-slack-message.png and /dev/null differ diff --git a/images/observability-obs-ai-chat.png b/images/observability-obs-ai-chat.png deleted file mode 100644 index 2a5f2b353..000000000 Binary files a/images/observability-obs-ai-chat.png and /dev/null differ diff --git a/images/observability-obs-ai-logs-prompts.png b/images/observability-obs-ai-logs-prompts.png deleted file mode 100644 index a7b262fcd..000000000 Binary files a/images/observability-obs-ai-logs-prompts.png and /dev/null differ diff --git a/images/observability-obs-ai-logs.gif b/images/observability-obs-ai-logs.gif deleted file mode 100644 index bdcfd0af1..000000000 Binary files a/images/observability-obs-ai-logs.gif and /dev/null differ diff --git a/images/observability-obs-assistant2.gif b/images/observability-obs-assistant2.gif deleted file mode 100644 index 3b302141d..000000000 Binary files a/images/observability-obs-assistant2.gif and /dev/null differ diff --git a/images/observability-obs-overview-ue.png b/images/observability-obs-overview-ue.png deleted file mode 100644 index 5cf18ae63..000000000 Binary files a/images/observability-obs-overview-ue.png and /dev/null differ diff --git a/images/observability-one-bucket-archi.png b/images/observability-one-bucket-archi.png deleted file mode 100644 index 57e8945b8..000000000 Binary files a/images/observability-one-bucket-archi.png and /dev/null differ diff --git a/images/observability-operations-detail.png b/images/observability-operations-detail.png deleted file mode 100644 index 64a1c6550..000000000 Binary files a/images/observability-operations-detail.png and /dev/null differ diff --git a/images/observability-operations.png b/images/observability-operations.png deleted file mode 100644 index 119f8bdf9..000000000 Binary files a/images/observability-operations.png and /dev/null differ diff --git a/images/observability-osquery-overlay.png b/images/observability-osquery-overlay.png deleted file mode 100644 index 98f7fa607..000000000 Binary files a/images/observability-osquery-overlay.png and /dev/null differ diff --git a/images/observability-overview-overlay-containers.png b/images/observability-overview-overlay-containers.png deleted file mode 100644 index 63dded9a7..000000000 Binary files a/images/observability-overview-overlay-containers.png and /dev/null differ diff --git a/images/observability-overview-overlay.png b/images/observability-overview-overlay.png deleted file mode 100644 index ae501da1e..000000000 Binary files a/images/observability-overview-overlay.png and /dev/null differ diff --git a/images/observability-page-load-duration.png b/images/observability-page-load-duration.png deleted file mode 100644 index e0595189b..000000000 Binary files a/images/observability-page-load-duration.png and /dev/null differ diff --git a/images/observability-pagesSelect-icon.png b/images/observability-pagesSelect-icon.png deleted file mode 100644 index 4f624abf2..000000000 Binary files a/images/observability-pagesSelect-icon.png and /dev/null differ diff --git a/images/observability-pencil.svg b/images/observability-pencil.svg deleted file mode 100644 index cb16b5d2f..000000000 --- a/images/observability-pencil.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-pings-over-time.png b/images/observability-pings-over-time.png deleted file mode 100644 index 5efaad639..000000000 Binary files a/images/observability-pings-over-time.png and /dev/null differ diff --git a/images/observability-plusInCircle.png b/images/observability-plusInCircle.png deleted file mode 100644 index 45e19e79e..000000000 Binary files a/images/observability-plusInCircle.png and /dev/null differ diff --git a/images/observability-pod-metrics.png b/images/observability-pod-metrics.png deleted file mode 100644 index 3dc367a5a..000000000 Binary files a/images/observability-pod-metrics.png and /dev/null differ diff --git a/images/observability-popout.svg b/images/observability-popout.svg deleted file mode 100644 index 875bf6662..000000000 --- a/images/observability-popout.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-private-locations-monitor-locations.png b/images/observability-private-locations-monitor-locations.png deleted file mode 100644 index fc4dad941..000000000 Binary files a/images/observability-private-locations-monitor-locations.png and /dev/null differ diff --git a/images/observability-processes-overlay.png b/images/observability-processes-overlay.png deleted file mode 100644 index eefb05439..000000000 Binary files a/images/observability-processes-overlay.png and /dev/null differ diff --git a/images/observability-profililing-elastic-agent-creds.png b/images/observability-profililing-elastic-agent-creds.png deleted file mode 100644 index c0074b5b6..000000000 Binary files a/images/observability-profililing-elastic-agent-creds.png and /dev/null differ diff --git a/images/observability-profiling-create-component-template.png b/images/observability-profiling-create-component-template.png deleted file mode 100644 index 9f4bd9709..000000000 Binary files a/images/observability-profiling-create-component-template.png and /dev/null differ diff --git a/images/observability-profiling-elastic-agent.png b/images/observability-profiling-elastic-agent.png deleted file mode 100644 index 2134e1b35..000000000 Binary files a/images/observability-profiling-elastic-agent.png and /dev/null differ diff --git a/images/observability-profiling-flamegraph-detailed-view.png b/images/observability-profiling-flamegraph-detailed-view.png deleted file mode 100644 index 3a6dac74b..000000000 Binary files a/images/observability-profiling-flamegraph-detailed-view.png and /dev/null differ diff --git a/images/observability-profiling-flamegraph-differential-view.png b/images/observability-profiling-flamegraph-differential-view.png deleted file mode 100644 index 77b614e93..000000000 Binary files a/images/observability-profiling-flamegraph-differential-view.png and /dev/null differ diff --git a/images/observability-profiling-flamegraph-view.png b/images/observability-profiling-flamegraph-view.png deleted file mode 100644 index 474d8133c..000000000 Binary files a/images/observability-profiling-flamegraph-view.png and /dev/null differ diff --git a/images/observability-profiling-functions-default-view.png b/images/observability-profiling-functions-default-view.png deleted file mode 100644 index 7c8ae01f3..000000000 Binary files a/images/observability-profiling-functions-default-view.png and /dev/null differ diff --git a/images/observability-profiling-functions-differential-view.png b/images/observability-profiling-functions-differential-view.png deleted file mode 100644 index 344b46561..000000000 Binary files a/images/observability-profiling-functions-differential-view.png and /dev/null differ diff --git a/images/observability-profiling-k8s-hostagent.png b/images/observability-profiling-k8s-hostagent.png deleted file mode 100644 index 2c51e3a61..000000000 Binary files a/images/observability-profiling-k8s-hostagent.png and /dev/null differ diff --git a/images/observability-profiling-self-managed-ingestion-architecture.png b/images/observability-profiling-self-managed-ingestion-architecture.png deleted file mode 100644 index 573d105ac..000000000 Binary files a/images/observability-profiling-self-managed-ingestion-architecture.png and /dev/null differ diff --git a/images/observability-profiling-setup-popup.png b/images/observability-profiling-setup-popup.png deleted file mode 100644 index 55e95d467..000000000 Binary files a/images/observability-profiling-setup-popup.png and /dev/null differ diff --git a/images/observability-profiling-stacktraces-default-view.png b/images/observability-profiling-stacktraces-default-view.png deleted file mode 100644 index e5fb82b53..000000000 Binary files a/images/observability-profiling-stacktraces-default-view.png and /dev/null differ diff --git a/images/observability-profiling-stacktraces-show-more.png b/images/observability-profiling-stacktraces-show-more.png deleted file mode 100644 index 2dc82bd7d..000000000 Binary files a/images/observability-profiling-stacktraces-show-more.png and /dev/null differ diff --git a/images/observability-profiling-stacktraces-smaller-graphs.png b/images/observability-profiling-stacktraces-smaller-graphs.png deleted file mode 100644 index 29941942b..000000000 Binary files a/images/observability-profiling-stacktraces-smaller-graphs.png and /dev/null differ diff --git a/images/observability-profiling-stacktraces-unsymbolized.png b/images/observability-profiling-stacktraces-unsymbolized.png deleted file mode 100644 index f5a2058a5..000000000 Binary files a/images/observability-profiling-stacktraces-unsymbolized.png and /dev/null differ diff --git a/images/observability-profiling-symbolizer-url.png b/images/observability-profiling-symbolizer-url.png deleted file mode 100644 index 1f3d7b366..000000000 Binary files a/images/observability-profiling-symbolizer-url.png and /dev/null differ diff --git a/images/observability-pytest-otel-pipeline.png b/images/observability-pytest-otel-pipeline.png deleted file mode 100644 index d0dc2e85d..000000000 Binary files a/images/observability-pytest-otel-pipeline.png and /dev/null differ diff --git a/images/observability-questionInCircle.svg b/images/observability-questionInCircle.svg deleted file mode 100644 index b715f289a..000000000 --- a/images/observability-questionInCircle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-quickstart-aws-firehose-dashboards.png b/images/observability-quickstart-aws-firehose-dashboards.png deleted file mode 100644 index cd7b9132d..000000000 Binary files a/images/observability-quickstart-aws-firehose-dashboards.png and /dev/null differ diff --git a/images/observability-quickstart-aws-firehose-entry-point.png b/images/observability-quickstart-aws-firehose-entry-point.png deleted file mode 100644 index 6a0bbe339..000000000 Binary files a/images/observability-quickstart-aws-firehose-entry-point.png and /dev/null differ diff --git a/images/observability-quickstart-aws-firehose-vpc-flow.png b/images/observability-quickstart-aws-firehose-vpc-flow.png deleted file mode 100644 index 7bf577aa9..000000000 Binary files a/images/observability-quickstart-aws-firehose-vpc-flow.png and /dev/null differ diff --git a/images/observability-quickstart-host-overview.png b/images/observability-quickstart-host-overview.png deleted file mode 100644 index bf94de5fe..000000000 Binary files a/images/observability-quickstart-host-overview.png and /dev/null differ diff --git a/images/observability-quickstart-k8s-entry-point.png b/images/observability-quickstart-k8s-entry-point.png deleted file mode 100644 index e558f8105..000000000 Binary files a/images/observability-quickstart-k8s-entry-point.png and /dev/null differ diff --git a/images/observability-quickstart-k8s-otel-dashboard.png b/images/observability-quickstart-k8s-otel-dashboard.png deleted file mode 100644 index 0e6013f99..000000000 Binary files a/images/observability-quickstart-k8s-otel-dashboard.png and /dev/null differ diff --git a/images/observability-quickstart-k8s-otel-entry-point.png b/images/observability-quickstart-k8s-otel-entry-point.png deleted file mode 100644 index 739832bac..000000000 Binary files a/images/observability-quickstart-k8s-otel-entry-point.png and /dev/null differ diff --git a/images/observability-quickstart-k8s-overview.png b/images/observability-quickstart-k8s-overview.png deleted file mode 100644 index a9df91c81..000000000 Binary files a/images/observability-quickstart-k8s-overview.png and /dev/null differ diff --git a/images/observability-quickstart-monitor-hosts-entry-point.png b/images/observability-quickstart-monitor-hosts-entry-point.png deleted file mode 100644 index d59756fa2..000000000 Binary files a/images/observability-quickstart-monitor-hosts-entry-point.png and /dev/null differ diff --git a/images/observability-quickstart-monitor-hosts-otel-entry-point.png b/images/observability-quickstart-monitor-hosts-otel-entry-point.png deleted file mode 100644 index fc5a000c9..000000000 Binary files a/images/observability-quickstart-monitor-hosts-otel-entry-point.png and /dev/null differ diff --git a/images/observability-red-dot-icon.png b/images/observability-red-dot-icon.png deleted file mode 100644 index 799035b8c..000000000 Binary files a/images/observability-red-dot-icon.png and /dev/null differ diff --git a/images/observability-red-service.png b/images/observability-red-service.png deleted file mode 100644 index be7a62b17..000000000 Binary files a/images/observability-red-service.png and /dev/null differ diff --git a/images/observability-refresh.svg b/images/observability-refresh.svg deleted file mode 100644 index 58662be4a..000000000 --- a/images/observability-refresh.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-response-durations-alert.png b/images/observability-response-durations-alert.png deleted file mode 100644 index 4926699b5..000000000 Binary files a/images/observability-response-durations-alert.png and /dev/null differ diff --git a/images/observability-run-standalone-option.png b/images/observability-run-standalone-option.png deleted file mode 100644 index 0b63f0676..000000000 Binary files a/images/observability-run-standalone-option.png and /dev/null differ diff --git a/images/observability-s3-dashboard.png b/images/observability-s3-dashboard.png deleted file mode 100644 index 0a37d71a2..000000000 Binary files a/images/observability-s3-dashboard.png and /dev/null differ diff --git a/images/observability-scale-apm.png b/images/observability-scale-apm.png deleted file mode 100644 index 5792ba468..000000000 Binary files a/images/observability-scale-apm.png and /dev/null differ diff --git a/images/observability-schema-agent.png b/images/observability-schema-agent.png deleted file mode 100644 index 8e65de97c..000000000 Binary files a/images/observability-schema-agent.png and /dev/null differ diff --git a/images/observability-server-api-key-create.png b/images/observability-server-api-key-create.png deleted file mode 100644 index d21c440b1..000000000 Binary files a/images/observability-server-api-key-create.png and /dev/null differ diff --git a/images/observability-service-maps-java.png b/images/observability-service-maps-java.png deleted file mode 100644 index aa8e5dc50..000000000 Binary files a/images/observability-service-maps-java.png and /dev/null differ diff --git a/images/observability-service-maps.png b/images/observability-service-maps.png deleted file mode 100644 index 3d8d48bd9..000000000 Binary files a/images/observability-service-maps.png and /dev/null differ diff --git a/images/observability-service-quick-health.png b/images/observability-service-quick-health.png deleted file mode 100644 index aab133251..000000000 Binary files a/images/observability-service-quick-health.png and /dev/null differ diff --git a/images/observability-simple-arch-observability.png b/images/observability-simple-arch-observability.png deleted file mode 100644 index 91f61c653..000000000 Binary files a/images/observability-simple-arch-observability.png and /dev/null differ diff --git a/images/observability-slo-action-frequency.png b/images/observability-slo-action-frequency.png deleted file mode 100644 index cef8d4307..000000000 Binary files a/images/observability-slo-action-frequency.png and /dev/null differ diff --git a/images/observability-slo-action-variables.png b/images/observability-slo-action-variables.png deleted file mode 100644 index 5441c5cc5..000000000 Binary files a/images/observability-slo-action-variables.png and /dev/null differ diff --git a/images/observability-slo-burn-rate-breach.png b/images/observability-slo-burn-rate-breach.png deleted file mode 100644 index e8332751a..000000000 Binary files a/images/observability-slo-burn-rate-breach.png and /dev/null differ diff --git a/images/observability-slo-dashboard-panel.png b/images/observability-slo-dashboard-panel.png deleted file mode 100644 index 87c330d10..000000000 Binary files a/images/observability-slo-dashboard-panel.png and /dev/null differ diff --git a/images/observability-slo-dashboard.png b/images/observability-slo-dashboard.png deleted file mode 100644 index 6c08697da..000000000 Binary files a/images/observability-slo-dashboard.png and /dev/null differ diff --git a/images/observability-slo-detailed-view.png b/images/observability-slo-detailed-view.png deleted file mode 100644 index 31b4ec05e..000000000 Binary files a/images/observability-slo-detailed-view.png and /dev/null differ diff --git a/images/observability-slo-es-priv-editor.png b/images/observability-slo-es-priv-editor.png deleted file mode 100644 index 1304c99cc..000000000 Binary files a/images/observability-slo-es-priv-editor.png and /dev/null differ diff --git a/images/observability-slo-es-priv-viewer.png b/images/observability-slo-es-priv-viewer.png deleted file mode 100644 index 23508ef8b..000000000 Binary files a/images/observability-slo-es-priv-viewer.png and /dev/null differ diff --git a/images/observability-slo-filtering-options.png b/images/observability-slo-filtering-options.png deleted file mode 100644 index a4580a933..000000000 Binary files a/images/observability-slo-filtering-options.png and /dev/null differ diff --git a/images/observability-slo-group-by.png b/images/observability-slo-group-by.png deleted file mode 100644 index d13fdb9a4..000000000 Binary files a/images/observability-slo-group-by.png and /dev/null differ diff --git a/images/observability-slo-kibana-priv-all.png b/images/observability-slo-kibana-priv-all.png deleted file mode 100644 index 860b0afb3..000000000 Binary files a/images/observability-slo-kibana-priv-all.png and /dev/null differ diff --git a/images/observability-slo-kibana-priv-read.png b/images/observability-slo-kibana-priv-read.png deleted file mode 100644 index a35a888f6..000000000 Binary files a/images/observability-slo-kibana-priv-read.png and /dev/null differ diff --git a/images/observability-slo-overview-embeddable-widget.png b/images/observability-slo-overview-embeddable-widget.png deleted file mode 100644 index 79c4d46b6..000000000 Binary files a/images/observability-slo-overview-embeddable-widget.png and /dev/null differ diff --git a/images/observability-sortDown.svg b/images/observability-sortDown.svg deleted file mode 100644 index 7efa30e91..000000000 --- a/images/observability-sortDown.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-sortUp.svg b/images/observability-sortUp.svg deleted file mode 100644 index c5d0f004a..000000000 --- a/images/observability-sortUp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-source-map-after.png b/images/observability-source-map-after.png deleted file mode 100644 index feec9e7c2..000000000 Binary files a/images/observability-source-map-after.png and /dev/null differ diff --git a/images/observability-source-map-before.png b/images/observability-source-map-before.png deleted file mode 100644 index a92baef14..000000000 Binary files a/images/observability-source-map-before.png and /dev/null differ diff --git a/images/observability-spans-dependencies.png b/images/observability-spans-dependencies.png deleted file mode 100644 index 558099dd4..000000000 Binary files a/images/observability-spans-dependencies.png and /dev/null differ diff --git a/images/observability-spans-transactions-and-traces.png b/images/observability-spans-transactions-and-traces.png deleted file mode 100644 index 06badc445..000000000 Binary files a/images/observability-spans-transactions-and-traces.png and /dev/null differ diff --git a/images/observability-specific-transaction-search.png b/images/observability-specific-transaction-search.png deleted file mode 100644 index 4ed548f01..000000000 Binary files a/images/observability-specific-transaction-search.png and /dev/null differ diff --git a/images/observability-specific-transaction.png b/images/observability-specific-transaction.png deleted file mode 100644 index 52073bf76..000000000 Binary files a/images/observability-specific-transaction.png and /dev/null differ diff --git a/images/observability-sqs-dashboard.png b/images/observability-sqs-dashboard.png deleted file mode 100644 index ddfe150d9..000000000 Binary files a/images/observability-sqs-dashboard.png and /dev/null differ diff --git a/images/observability-storage-explorer-expanded.png b/images/observability-storage-explorer-expanded.png deleted file mode 100644 index 844f07b6f..000000000 Binary files a/images/observability-storage-explorer-expanded.png and /dev/null differ diff --git a/images/observability-storage-explorer-overview.png b/images/observability-storage-explorer-overview.png deleted file mode 100644 index d3fcccca5..000000000 Binary files a/images/observability-storage-explorer-overview.png and /dev/null differ diff --git a/images/observability-synthetic-monitor-action-types-each-alert.png b/images/observability-synthetic-monitor-action-types-each-alert.png deleted file mode 100644 index 460df7f65..000000000 Binary files a/images/observability-synthetic-monitor-action-types-each-alert.png and /dev/null differ diff --git a/images/observability-synthetic-monitor-action-types-more-options.png b/images/observability-synthetic-monitor-action-types-more-options.png deleted file mode 100644 index c457d2f76..000000000 Binary files a/images/observability-synthetic-monitor-action-types-more-options.png and /dev/null differ diff --git a/images/observability-synthetic-monitor-action-types-summary.png b/images/observability-synthetic-monitor-action-types-summary.png deleted file mode 100644 index f51d3c5c8..000000000 Binary files a/images/observability-synthetic-monitor-action-types-summary.png and /dev/null differ diff --git a/images/observability-synthetic-monitor-action-variables.png b/images/observability-synthetic-monitor-action-variables.png deleted file mode 100644 index 78a1ce095..000000000 Binary files a/images/observability-synthetic-monitor-action-variables.png and /dev/null differ diff --git a/images/observability-synthetic-monitor-conditions.png b/images/observability-synthetic-monitor-conditions.png deleted file mode 100644 index 01fb43448..000000000 Binary files a/images/observability-synthetic-monitor-conditions.png and /dev/null differ diff --git a/images/observability-synthetic-monitor-filters.png b/images/observability-synthetic-monitor-filters.png deleted file mode 100644 index ddaad8cbb..000000000 Binary files a/images/observability-synthetic-monitor-filters.png and /dev/null differ diff --git a/images/observability-synthetic-monitor-lifecycle.png b/images/observability-synthetic-monitor-lifecycle.png deleted file mode 100644 index 711fb1a6f..000000000 Binary files a/images/observability-synthetic-monitor-lifecycle.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-individual-monitor-details.png b/images/observability-synthetics-analyze-individual-monitor-details.png deleted file mode 100644 index 1e7c38013..000000000 Binary files a/images/observability-synthetics-analyze-individual-monitor-details.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-individual-monitor-errors.png b/images/observability-synthetics-analyze-individual-monitor-errors.png deleted file mode 100644 index a478f3408..000000000 Binary files a/images/observability-synthetics-analyze-individual-monitor-errors.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-individual-monitor-header.png b/images/observability-synthetics-analyze-individual-monitor-header.png deleted file mode 100644 index 0e8d3a6d8..000000000 Binary files a/images/observability-synthetics-analyze-individual-monitor-header.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-individual-monitor-history.png b/images/observability-synthetics-analyze-individual-monitor-history.png deleted file mode 100644 index bf3d325b3..000000000 Binary files a/images/observability-synthetics-analyze-individual-monitor-history.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-journeys-over-time.png b/images/observability-synthetics-analyze-journeys-over-time.png deleted file mode 100644 index b9acdffd2..000000000 Binary files a/images/observability-synthetics-analyze-journeys-over-time.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-one-run-code-executed.png b/images/observability-synthetics-analyze-one-run-code-executed.png deleted file mode 100644 index f65f26934..000000000 Binary files a/images/observability-synthetics-analyze-one-run-code-executed.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-one-run-compare-steps.png b/images/observability-synthetics-analyze-one-run-compare-steps.png deleted file mode 100644 index 28a663c74..000000000 Binary files a/images/observability-synthetics-analyze-one-run-compare-steps.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-one-step-metrics.png b/images/observability-synthetics-analyze-one-step-metrics.png deleted file mode 100644 index d9d0d1bc8..000000000 Binary files a/images/observability-synthetics-analyze-one-step-metrics.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-one-step-network.png b/images/observability-synthetics-analyze-one-step-network.png deleted file mode 100644 index b448e474b..000000000 Binary files a/images/observability-synthetics-analyze-one-step-network.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-one-step-object.png b/images/observability-synthetics-analyze-one-step-object.png deleted file mode 100644 index 484699208..000000000 Binary files a/images/observability-synthetics-analyze-one-step-object.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-one-step-screenshot.png b/images/observability-synthetics-analyze-one-step-screenshot.png deleted file mode 100644 index 97a687d6f..000000000 Binary files a/images/observability-synthetics-analyze-one-step-screenshot.png and /dev/null differ diff --git a/images/observability-synthetics-analyze-one-step-timing.png b/images/observability-synthetics-analyze-one-step-timing.png deleted file mode 100644 index 0bd844384..000000000 Binary files a/images/observability-synthetics-analyze-one-step-timing.png and /dev/null differ diff --git a/images/observability-synthetics-create-test-script-recorder.png b/images/observability-synthetics-create-test-script-recorder.png deleted file mode 100644 index 6d488b827..000000000 Binary files a/images/observability-synthetics-create-test-script-recorder.png and /dev/null differ diff --git a/images/observability-synthetics-get-started-heartbeat.png b/images/observability-synthetics-get-started-heartbeat.png deleted file mode 100644 index 7049966ff..000000000 Binary files a/images/observability-synthetics-get-started-heartbeat.png and /dev/null differ diff --git a/images/observability-synthetics-get-started-projects.png b/images/observability-synthetics-get-started-projects.png deleted file mode 100644 index fff617555..000000000 Binary files a/images/observability-synthetics-get-started-projects.png and /dev/null differ diff --git a/images/observability-synthetics-get-started-ui-lightweight.png b/images/observability-synthetics-get-started-ui-lightweight.png deleted file mode 100644 index 9e68d3343..000000000 Binary files a/images/observability-synthetics-get-started-ui-lightweight.png and /dev/null differ diff --git a/images/observability-synthetics-get-started-ui.png b/images/observability-synthetics-get-started-ui.png deleted file mode 100644 index 3be1e0278..000000000 Binary files a/images/observability-synthetics-get-started-ui.png and /dev/null differ diff --git a/images/observability-synthetics-monitor-management-api-key.png b/images/observability-synthetics-monitor-management-api-key.png deleted file mode 100644 index 63828e99d..000000000 Binary files a/images/observability-synthetics-monitor-management-api-key.png and /dev/null differ diff --git a/images/observability-synthetics-monitor-page.png b/images/observability-synthetics-monitor-page.png deleted file mode 100644 index e5a79c1d6..000000000 Binary files a/images/observability-synthetics-monitor-page.png and /dev/null differ diff --git a/images/observability-synthetics-params-secrets-kibana-define.png b/images/observability-synthetics-params-secrets-kibana-define.png deleted file mode 100644 index e07aa4806..000000000 Binary files a/images/observability-synthetics-params-secrets-kibana-define.png and /dev/null differ diff --git a/images/observability-synthetics-params-secrets-kibana-use-browser.png b/images/observability-synthetics-params-secrets-kibana-use-browser.png deleted file mode 100644 index 2755e7b47..000000000 Binary files a/images/observability-synthetics-params-secrets-kibana-use-browser.png and /dev/null differ diff --git a/images/observability-synthetics-params-secrets-kibana-use-lightweight.png b/images/observability-synthetics-params-secrets-kibana-use-lightweight.png deleted file mode 100644 index 52fb70312..000000000 Binary files a/images/observability-synthetics-params-secrets-kibana-use-lightweight.png and /dev/null differ diff --git a/images/observability-synthetics-retest.png b/images/observability-synthetics-retest.png deleted file mode 100644 index b55b96615..000000000 Binary files a/images/observability-synthetics-retest.png and /dev/null differ diff --git a/images/observability-synthetics-settings-alerting.png b/images/observability-synthetics-settings-alerting.png deleted file mode 100644 index ed22aaa52..000000000 Binary files a/images/observability-synthetics-settings-alerting.png and /dev/null differ diff --git a/images/observability-synthetics-settings-api-keys.png b/images/observability-synthetics-settings-api-keys.png deleted file mode 100644 index 8b102a7d0..000000000 Binary files a/images/observability-synthetics-settings-api-keys.png and /dev/null differ diff --git a/images/observability-synthetics-settings-data-retention.png b/images/observability-synthetics-settings-data-retention.png deleted file mode 100644 index 74ac7d727..000000000 Binary files a/images/observability-synthetics-settings-data-retention.png and /dev/null differ diff --git a/images/observability-synthetics-settings-disable-default-rules.png b/images/observability-synthetics-settings-disable-default-rules.png deleted file mode 100644 index 68feec575..000000000 Binary files a/images/observability-synthetics-settings-disable-default-rules.png and /dev/null differ diff --git a/images/observability-synthetics-settings-global-parameters.png b/images/observability-synthetics-settings-global-parameters.png deleted file mode 100644 index ce0ef86eb..000000000 Binary files a/images/observability-synthetics-settings-global-parameters.png and /dev/null differ diff --git a/images/observability-synthetics-settings-private-locations.png b/images/observability-synthetics-settings-private-locations.png deleted file mode 100644 index 17571d3a9..000000000 Binary files a/images/observability-synthetics-settings-private-locations.png and /dev/null differ diff --git a/images/observability-synthetics-traffic-filters-create-filter.png b/images/observability-synthetics-traffic-filters-create-filter.png deleted file mode 100644 index d5380e414..000000000 Binary files a/images/observability-synthetics-traffic-filters-create-filter.png and /dev/null differ diff --git a/images/observability-synthetics-ui-inline-script.png b/images/observability-synthetics-ui-inline-script.png deleted file mode 100644 index fcfccc930..000000000 Binary files a/images/observability-synthetics-ui-inline-script.png and /dev/null differ diff --git a/images/observability-table-view-icon.png b/images/observability-table-view-icon.png deleted file mode 100644 index c761abfb3..000000000 Binary files a/images/observability-table-view-icon.png and /dev/null differ diff --git a/images/observability-tableDensityCompact.svg b/images/observability-tableDensityCompact.svg deleted file mode 100644 index 9eabb5fe8..000000000 --- a/images/observability-tableDensityCompact.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/observability-time-series-expected-bounds-comparison.png b/images/observability-time-series-expected-bounds-comparison.png deleted file mode 100644 index 6e705064e..000000000 Binary files a/images/observability-time-series-expected-bounds-comparison.png and /dev/null differ diff --git a/images/observability-tls-certificates.png b/images/observability-tls-certificates.png deleted file mode 100644 index 1fe565d5d..000000000 Binary files a/images/observability-tls-certificates.png and /dev/null differ diff --git a/images/observability-tls-rule-synthetics-action-types-each-alert.png b/images/observability-tls-rule-synthetics-action-types-each-alert.png deleted file mode 100644 index 681755ac0..000000000 Binary files a/images/observability-tls-rule-synthetics-action-types-each-alert.png and /dev/null differ diff --git a/images/observability-tls-rule-synthetics-action-types-more-options.png b/images/observability-tls-rule-synthetics-action-types-more-options.png deleted file mode 100644 index 0bc12004e..000000000 Binary files a/images/observability-tls-rule-synthetics-action-types-more-options.png and /dev/null differ diff --git a/images/observability-tls-rule-synthetics-action-types-summary.png b/images/observability-tls-rule-synthetics-action-types-summary.png deleted file mode 100644 index c448efbda..000000000 Binary files a/images/observability-tls-rule-synthetics-action-types-summary.png and /dev/null differ diff --git a/images/observability-tls-rule-synthetics-action-variables.png b/images/observability-tls-rule-synthetics-action-variables.png deleted file mode 100644 index 04fbbc323..000000000 Binary files a/images/observability-tls-rule-synthetics-action-variables.png and /dev/null differ diff --git a/images/observability-tls-rule-synthetics-conditions.png b/images/observability-tls-rule-synthetics-conditions.png deleted file mode 100644 index d83c5385b..000000000 Binary files a/images/observability-tls-rule-synthetics-conditions.png and /dev/null differ diff --git a/images/observability-tls-rule-uptime-action-types-each-alert.png b/images/observability-tls-rule-uptime-action-types-each-alert.png deleted file mode 100644 index ceff2e718..000000000 Binary files a/images/observability-tls-rule-uptime-action-types-each-alert.png and /dev/null differ diff --git a/images/observability-tls-rule-uptime-action-types-more-options.png b/images/observability-tls-rule-uptime-action-types-more-options.png deleted file mode 100644 index b82f0b185..000000000 Binary files a/images/observability-tls-rule-uptime-action-types-more-options.png and /dev/null differ diff --git a/images/observability-tls-rule-uptime-action-types-summary.png b/images/observability-tls-rule-uptime-action-types-summary.png deleted file mode 100644 index 2552f0d54..000000000 Binary files a/images/observability-tls-rule-uptime-action-types-summary.png and /dev/null differ diff --git a/images/observability-tls-rule-uptime-conditions.png b/images/observability-tls-rule-uptime-conditions.png deleted file mode 100644 index f4fba73b4..000000000 Binary files a/images/observability-tls-rule-uptime-conditions.png and /dev/null differ diff --git a/images/observability-tls-rule-uptime-default-message.png b/images/observability-tls-rule-uptime-default-message.png deleted file mode 100644 index 4112e68b2..000000000 Binary files a/images/observability-tls-rule-uptime-default-message.png and /dev/null differ diff --git a/images/observability-trace-explorer.png b/images/observability-trace-explorer.png deleted file mode 100644 index 70c13f650..000000000 Binary files a/images/observability-trace-explorer.png and /dev/null differ diff --git a/images/observability-traffic-transactions.png b/images/observability-traffic-transactions.png deleted file mode 100644 index 05e66dfaa..000000000 Binary files a/images/observability-traffic-transactions.png and /dev/null differ diff --git a/images/observability-transaction-icon.png b/images/observability-transaction-icon.png deleted file mode 100644 index 3534e6915..000000000 Binary files a/images/observability-transaction-icon.png and /dev/null differ diff --git a/images/observability-turn-on-system-metrics copy.png b/images/observability-turn-on-system-metrics copy.png deleted file mode 100644 index 8393970b3..000000000 Binary files a/images/observability-turn-on-system-metrics copy.png and /dev/null differ diff --git a/images/observability-turn-on-system-metrics.png b/images/observability-turn-on-system-metrics.png deleted file mode 100644 index 8393970b3..000000000 Binary files a/images/observability-turn-on-system-metrics.png and /dev/null differ diff --git a/images/observability-two-buckets-archi.png b/images/observability-two-buckets-archi.png deleted file mode 100644 index ad139ad62..000000000 Binary files a/images/observability-two-buckets-archi.png and /dev/null differ diff --git a/images/observability-universal-profiling-overlay.png b/images/observability-universal-profiling-overlay.png deleted file mode 100644 index 94c0e05ca..000000000 Binary files a/images/observability-universal-profiling-overlay.png and /dev/null differ diff --git a/images/observability-uptime-alert-connectors.png b/images/observability-uptime-alert-connectors.png deleted file mode 100644 index 820bc7eee..000000000 Binary files a/images/observability-uptime-alert-connectors.png and /dev/null differ diff --git a/images/observability-uptime-app.png b/images/observability-uptime-app.png deleted file mode 100644 index f3514310d..000000000 Binary files a/images/observability-uptime-app.png and /dev/null differ diff --git a/images/observability-uptime-filter-bar.png b/images/observability-uptime-filter-bar.png deleted file mode 100644 index 2eacdc490..000000000 Binary files a/images/observability-uptime-filter-bar.png and /dev/null differ diff --git a/images/observability-uptime-history.png b/images/observability-uptime-history.png deleted file mode 100644 index e6e0e7ba9..000000000 Binary files a/images/observability-uptime-history.png and /dev/null differ diff --git a/images/observability-uptime-run-when-selection.png b/images/observability-uptime-run-when-selection.png deleted file mode 100644 index da408351e..000000000 Binary files a/images/observability-uptime-run-when-selection.png and /dev/null differ diff --git a/images/observability-uptime-status-panel.png b/images/observability-uptime-status-panel.png deleted file mode 100644 index 4a27c9305..000000000 Binary files a/images/observability-uptime-status-panel.png and /dev/null differ diff --git a/images/observability-user-exp-metrics.png b/images/observability-user-exp-metrics.png deleted file mode 100644 index e19619896..000000000 Binary files a/images/observability-user-exp-metrics.png and /dev/null differ diff --git a/images/observability-user-experience-tab.png b/images/observability-user-experience-tab.png deleted file mode 100644 index a525db7c3..000000000 Binary files a/images/observability-user-experience-tab.png and /dev/null differ diff --git a/images/observability-view-alert-details.png b/images/observability-view-alert-details.png deleted file mode 100644 index 8c47657f5..000000000 Binary files a/images/observability-view-alert-details.png and /dev/null differ diff --git a/images/observability-visitor-breakdown.png b/images/observability-visitor-breakdown.png deleted file mode 100644 index 0648fef19..000000000 Binary files a/images/observability-visitor-breakdown.png and /dev/null differ diff --git a/images/observability-what-is-observability.svg b/images/observability-what-is-observability.svg deleted file mode 100644 index b92a7b491..000000000 --- a/images/observability-what-is-observability.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/observability-yellow-dot-icon.png b/images/observability-yellow-dot-icon.png deleted file mode 100644 index 71216ffa3..000000000 Binary files a/images/observability-yellow-dot-icon.png and /dev/null differ diff --git a/images/observability-yellow-service.png b/images/observability-yellow-service.png deleted file mode 100644 index 43afd6250..000000000 Binary files a/images/observability-yellow-service.png and /dev/null differ diff --git a/images/reference-architectures-frozen.png b/images/reference-architectures-frozen.png deleted file mode 100644 index 5e7d53bff..000000000 Binary files a/images/reference-architectures-frozen.png and /dev/null differ diff --git a/images/reference-architectures-hot-frozen.png b/images/reference-architectures-hot-frozen.png deleted file mode 100644 index 1e12b4b25..000000000 Binary files a/images/reference-architectures-hot-frozen.png and /dev/null differ diff --git a/images/reference-architectures-hot.png b/images/reference-architectures-hot.png deleted file mode 100644 index ebfab3925..000000000 Binary files a/images/reference-architectures-hot.png and /dev/null differ diff --git a/images/reference-architectures-kibana.png b/images/reference-architectures-kibana.png deleted file mode 100644 index 78a39ae74..000000000 Binary files a/images/reference-architectures-kibana.png and /dev/null differ diff --git a/images/reference-architectures-machine-learning.png b/images/reference-architectures-machine-learning.png deleted file mode 100644 index 3508f0478..000000000 Binary files a/images/reference-architectures-machine-learning.png and /dev/null differ diff --git a/images/reference-architectures-master.png b/images/reference-architectures-master.png deleted file mode 100644 index 9de92464c..000000000 Binary files a/images/reference-architectures-master.png and /dev/null differ diff --git a/images/sample-data-sets.png b/images/sample-data-sets.png deleted file mode 100644 index 48dfb0c5d..000000000 Binary files a/images/sample-data-sets.png and /dev/null differ diff --git a/images/sample-upload-a-file.png b/images/sample-upload-a-file.png deleted file mode 100644 index 5c95b3607..000000000 Binary files a/images/sample-upload-a-file.png and /dev/null differ diff --git a/images/search-ui-api-key-view.jpeg b/images/search-ui-api-key-view.jpeg deleted file mode 100644 index 1ab205db7..000000000 Binary files a/images/search-ui-api-key-view.jpeg and /dev/null differ diff --git a/images/search-ui-api-keys.jpeg b/images/search-ui-api-keys.jpeg deleted file mode 100644 index 6f33532c4..000000000 Binary files a/images/search-ui-api-keys.jpeg and /dev/null differ diff --git a/images/search-ui-authorize.png b/images/search-ui-authorize.png deleted file mode 100644 index f06755055..000000000 Binary files a/images/search-ui-authorize.png and /dev/null differ diff --git a/images/search-ui-carousel.png b/images/search-ui-carousel.png deleted file mode 100644 index 6c26f8439..000000000 Binary files a/images/search-ui-carousel.png and /dev/null differ diff --git a/images/search-ui-category-page.png b/images/search-ui-category-page.png deleted file mode 100644 index 921ff1b53..000000000 Binary files a/images/search-ui-category-page.png and /dev/null differ diff --git a/images/search-ui-completed-ui.png b/images/search-ui-completed-ui.png deleted file mode 100644 index 84ee956fd..000000000 Binary files a/images/search-ui-completed-ui.png and /dev/null differ diff --git a/images/search-ui-configure-schema.png b/images/search-ui-configure-schema.png deleted file mode 100644 index ac97c1245..000000000 Binary files a/images/search-ui-configure-schema.png and /dev/null differ diff --git a/images/search-ui-copy-cloud-id.jpg b/images/search-ui-copy-cloud-id.jpg deleted file mode 100644 index 0b36bc164..000000000 Binary files a/images/search-ui-copy-cloud-id.jpg and /dev/null differ diff --git a/images/search-ui-cors-settings.png b/images/search-ui-cors-settings.png deleted file mode 100644 index 137847951..000000000 Binary files a/images/search-ui-cors-settings.png and /dev/null differ diff --git a/images/search-ui-create-engine.png b/images/search-ui-create-engine.png deleted file mode 100644 index fd92c4181..000000000 Binary files a/images/search-ui-create-engine.png and /dev/null differ diff --git a/images/search-ui-create-index.jpeg b/images/search-ui-create-index.jpeg deleted file mode 100644 index 3e0df8054..000000000 Binary files a/images/search-ui-create-index.jpeg and /dev/null differ diff --git a/images/search-ui-credentials.png b/images/search-ui-credentials.png deleted file mode 100644 index 3af078893..000000000 Binary files a/images/search-ui-credentials.png and /dev/null differ diff --git a/images/search-ui-cross-sell-recommendations.png b/images/search-ui-cross-sell-recommendations.png deleted file mode 100644 index 2f35f801d..000000000 Binary files a/images/search-ui-cross-sell-recommendations.png and /dev/null differ diff --git a/images/search-ui-dashboard.png b/images/search-ui-dashboard.png deleted file mode 100644 index 1f6efc3ac..000000000 Binary files a/images/search-ui-dashboard.png and /dev/null differ diff --git a/images/search-ui-edit-settings.png b/images/search-ui-edit-settings.png deleted file mode 100644 index 79de97ac0..000000000 Binary files a/images/search-ui-edit-settings.png and /dev/null differ diff --git a/images/search-ui-endpoints.png b/images/search-ui-endpoints.png deleted file mode 100644 index d065199c6..000000000 Binary files a/images/search-ui-endpoints.png and /dev/null differ diff --git a/images/search-ui-ent-search-home.png b/images/search-ui-ent-search-home.png deleted file mode 100644 index 604078de4..000000000 Binary files a/images/search-ui-ent-search-home.png and /dev/null differ diff --git a/images/search-ui-events-request.png b/images/search-ui-events-request.png deleted file mode 100644 index 797558029..000000000 Binary files a/images/search-ui-events-request.png and /dev/null differ diff --git a/images/search-ui-facet-views.png b/images/search-ui-facet-views.png deleted file mode 100644 index 03f1108b6..000000000 Binary files a/images/search-ui-facet-views.png and /dev/null differ diff --git a/images/search-ui-facets.png b/images/search-ui-facets.png deleted file mode 100644 index e91438ea0..000000000 Binary files a/images/search-ui-facets.png and /dev/null differ diff --git a/images/search-ui-federated-search-products.png b/images/search-ui-federated-search-products.png deleted file mode 100644 index eb4c3bd38..000000000 Binary files a/images/search-ui-federated-search-products.png and /dev/null differ diff --git a/images/search-ui-initial-cra.png b/images/search-ui-initial-cra.png deleted file mode 100644 index 9d2b55d9a..000000000 Binary files a/images/search-ui-initial-cra.png and /dev/null differ diff --git a/images/search-ui-integrations-server.png b/images/search-ui-integrations-server.png deleted file mode 100644 index 9bb989faf..000000000 Binary files a/images/search-ui-integrations-server.png and /dev/null differ diff --git a/images/search-ui-kibana-home.png b/images/search-ui-kibana-home.png deleted file mode 100644 index 52e7aad99..000000000 Binary files a/images/search-ui-kibana-home.png and /dev/null differ diff --git a/images/search-ui-oauth-application.png b/images/search-ui-oauth-application.png deleted file mode 100644 index 5f178dcab..000000000 Binary files a/images/search-ui-oauth-application.png and /dev/null differ diff --git a/images/search-ui-product-detail-page.png b/images/search-ui-product-detail-page.png deleted file mode 100644 index eb03ca337..000000000 Binary files a/images/search-ui-product-detail-page.png and /dev/null differ diff --git a/images/search-ui-query-results-es-shop.png b/images/search-ui-query-results-es-shop.png deleted file mode 100644 index 74257773e..000000000 Binary files a/images/search-ui-query-results-es-shop.png and /dev/null differ diff --git a/images/search-ui-query-suggestions-amazon.png b/images/search-ui-query-suggestions-amazon.png deleted file mode 100644 index 9909b211f..000000000 Binary files a/images/search-ui-query-suggestions-amazon.png and /dev/null differ diff --git a/images/search-ui-query-suggestions-es-shop.png b/images/search-ui-query-suggestions-es-shop.png deleted file mode 100644 index c02485044..000000000 Binary files a/images/search-ui-query-suggestions-es-shop.png and /dev/null differ diff --git a/images/search-ui-query-suggestions-multiple-sources.png b/images/search-ui-query-suggestions-multiple-sources.png deleted file mode 100644 index ba14101ee..000000000 Binary files a/images/search-ui-query-suggestions-multiple-sources.png and /dev/null differ diff --git a/images/search-ui-query-suggestions-popular-queries.png b/images/search-ui-query-suggestions-popular-queries.png deleted file mode 100644 index 041c2d20d..000000000 Binary files a/images/search-ui-query-suggestions-popular-queries.png and /dev/null differ diff --git a/images/search-ui-search-ui-results.png b/images/search-ui-search-ui-results.png deleted file mode 100644 index f04af3c15..000000000 Binary files a/images/search-ui-search-ui-results.png and /dev/null differ diff --git a/images/search-ui-search-ui.jpeg b/images/search-ui-search-ui.jpeg deleted file mode 100644 index 2b895ae34..000000000 Binary files a/images/search-ui-search-ui.jpeg and /dev/null differ diff --git a/images/search-ui-server-status.png b/images/search-ui-server-status.png deleted file mode 100644 index 8b3ca8d97..000000000 Binary files a/images/search-ui-server-status.png and /dev/null differ diff --git a/images/search-ui-sorting.png b/images/search-ui-sorting.png deleted file mode 100644 index 0be2da61d..000000000 Binary files a/images/search-ui-sorting.png and /dev/null differ diff --git a/images/search-ui-update-mapping.jpeg b/images/search-ui-update-mapping.jpeg deleted file mode 100644 index 41461dc1c..000000000 Binary files a/images/search-ui-update-mapping.jpeg and /dev/null differ diff --git a/images/security--host-details-insights-expanded.png b/images/security--host-details-insights-expanded.png deleted file mode 100644 index cba7af919..000000000 Binary files a/images/security--host-details-insights-expanded.png and /dev/null differ diff --git a/images/security-IP-detail-pg.png b/images/security-IP-detail-pg.png deleted file mode 100644 index cc18fd1d1..000000000 Binary files a/images/security-IP-detail-pg.png and /dev/null differ diff --git a/images/security-about-section-rp.png b/images/security-about-section-rp.png deleted file mode 100644 index 754cf1c0d..000000000 Binary files a/images/security-about-section-rp.png and /dev/null differ diff --git a/images/security-actions-exception-list.png b/images/security-actions-exception-list.png deleted file mode 100644 index 9a8c48bca..000000000 Binary files a/images/security-actions-exception-list.png and /dev/null differ diff --git a/images/security-add-alert-to-case.gif b/images/security-add-alert-to-case.gif deleted file mode 100644 index 5141258e0..000000000 Binary files a/images/security-add-alert-to-case.gif and /dev/null differ diff --git a/images/security-add-alert-to-existing-case.png b/images/security-add-alert-to-existing-case.png deleted file mode 100644 index 27b7eaa68..000000000 Binary files a/images/security-add-alert-to-existing-case.png and /dev/null differ diff --git a/images/security-add-alert-to-new-case.png b/images/security-add-alert-to-new-case.png deleted file mode 100644 index 9082c6a96..000000000 Binary files a/images/security-add-alert-to-new-case.png and /dev/null differ diff --git a/images/security-add-command-icon.png b/images/security-add-command-icon.png deleted file mode 100644 index 582b272a7..000000000 Binary files a/images/security-add-command-icon.png and /dev/null differ diff --git a/images/security-add-discovery-to-assistant.gif b/images/security-add-discovery-to-assistant.gif deleted file mode 100644 index e532c7ecc..000000000 Binary files a/images/security-add-discovery-to-assistant.gif and /dev/null differ diff --git a/images/security-add-exception-ui copy.png b/images/security-add-exception-ui copy.png deleted file mode 100644 index a8d23d0eb..000000000 Binary files a/images/security-add-exception-ui copy.png and /dev/null differ diff --git a/images/security-add-exception-ui.png b/images/security-add-exception-ui.png deleted file mode 100644 index a8d23d0eb..000000000 Binary files a/images/security-add-exception-ui.png and /dev/null differ diff --git a/images/security-add-field-button.png b/images/security-add-field-button.png deleted file mode 100644 index 42d1afe44..000000000 Binary files a/images/security-add-field-button.png and /dev/null differ diff --git a/images/security-add-filter-icon.png b/images/security-add-filter-icon.png deleted file mode 100644 index ca7b2e46f..000000000 Binary files a/images/security-add-filter-icon.png and /dev/null differ diff --git a/images/security-add-icon-blue.png b/images/security-add-icon-blue.png deleted file mode 100644 index 13300e376..000000000 Binary files a/images/security-add-icon-blue.png and /dev/null differ diff --git a/images/security-add-integrations.png b/images/security-add-integrations.png deleted file mode 100644 index c1ed72779..000000000 Binary files a/images/security-add-integrations.png and /dev/null differ diff --git a/images/security-add-new-timeline-button.png b/images/security-add-new-timeline-button.png deleted file mode 100644 index e854c2b52..000000000 Binary files a/images/security-add-new-timeline-button.png and /dev/null differ diff --git a/images/security-add-note-icon.png b/images/security-add-note-icon.png deleted file mode 100644 index e854c2b52..000000000 Binary files a/images/security-add-note-icon.png and /dev/null differ diff --git a/images/security-add-timeline-button.png b/images/security-add-timeline-button.png deleted file mode 100644 index 4062c9b5f..000000000 Binary files a/images/security-add-timeline-button.png and /dev/null differ diff --git a/images/security-add-vis-to-case.gif b/images/security-add-vis-to-case.gif deleted file mode 100644 index 874611704..000000000 Binary files a/images/security-add-vis-to-case.gif and /dev/null differ diff --git a/images/security-additional-filters.png b/images/security-additional-filters.png deleted file mode 100644 index af39ef8d4..000000000 Binary files a/images/security-additional-filters.png and /dev/null differ diff --git a/images/security-agent-tamper-protection.png b/images/security-agent-tamper-protection.png deleted file mode 100644 index 267d1dea2..000000000 Binary files a/images/security-agent-tamper-protection.png and /dev/null differ diff --git a/images/security-ai-assistant-button.png b/images/security-ai-assistant-button.png deleted file mode 100644 index e7349f977..000000000 Binary files a/images/security-ai-assistant-button.png and /dev/null differ diff --git a/images/security-ai-assistant-chat.png b/images/security-ai-assistant-chat.png deleted file mode 100644 index 2e5b9450a..000000000 Binary files a/images/security-ai-assistant-chat.png and /dev/null differ diff --git a/images/security-ai-triage-add-to-case.png b/images/security-ai-triage-add-to-case.png deleted file mode 100644 index 06aa13ca6..000000000 Binary files a/images/security-ai-triage-add-to-case.png and /dev/null differ diff --git a/images/security-alert-assigned-alerts copy.png b/images/security-alert-assigned-alerts copy.png deleted file mode 100644 index 1d63dccf5..000000000 Binary files a/images/security-alert-assigned-alerts copy.png and /dev/null differ diff --git a/images/security-alert-assigned-alerts.png b/images/security-alert-assigned-alerts.png deleted file mode 100644 index 1d63dccf5..000000000 Binary files a/images/security-alert-assigned-alerts.png and /dev/null differ diff --git a/images/security-alert-change-status copy.png b/images/security-alert-change-status copy.png deleted file mode 100644 index 333366d09..000000000 Binary files a/images/security-alert-change-status copy.png and /dev/null differ diff --git a/images/security-alert-change-status.png b/images/security-alert-change-status.png deleted file mode 100644 index 333366d09..000000000 Binary files a/images/security-alert-change-status.png and /dev/null differ diff --git a/images/security-alert-details-flyout-left-panel.png b/images/security-alert-details-flyout-left-panel.png deleted file mode 100644 index 08e5dfe55..000000000 Binary files a/images/security-alert-details-flyout-left-panel.png and /dev/null differ diff --git a/images/security-alert-details-flyout-preview-panel.gif b/images/security-alert-details-flyout-preview-panel.gif deleted file mode 100644 index 0e27cbf7d..000000000 Binary files a/images/security-alert-details-flyout-preview-panel.gif and /dev/null differ diff --git a/images/security-alert-details-flyout-right-panel.png b/images/security-alert-details-flyout-right-panel.png deleted file mode 100644 index e1072a26f..000000000 Binary files a/images/security-alert-details-flyout-right-panel.png and /dev/null differ diff --git a/images/security-alert-filter-assigned-alerts copy.png b/images/security-alert-filter-assigned-alerts copy.png deleted file mode 100644 index 98f083389..000000000 Binary files a/images/security-alert-filter-assigned-alerts copy.png and /dev/null differ diff --git a/images/security-alert-filter-assigned-alerts.png b/images/security-alert-filter-assigned-alerts.png deleted file mode 100644 index 98f083389..000000000 Binary files a/images/security-alert-filter-assigned-alerts.png and /dev/null differ diff --git a/images/security-alert-flyout-assignees copy.png b/images/security-alert-flyout-assignees copy.png deleted file mode 100644 index 423adfd6b..000000000 Binary files a/images/security-alert-flyout-assignees copy.png and /dev/null differ diff --git a/images/security-alert-flyout-assignees.png b/images/security-alert-flyout-assignees.png deleted file mode 100644 index 423adfd6b..000000000 Binary files a/images/security-alert-flyout-assignees.png and /dev/null differ diff --git a/images/security-alert-indices-ui.png b/images/security-alert-indices-ui.png deleted file mode 100644 index 8344624d7..000000000 Binary files a/images/security-alert-indices-ui.png and /dev/null differ diff --git a/images/security-alert-page copy.png b/images/security-alert-page copy.png deleted file mode 100644 index 23c577761..000000000 Binary files a/images/security-alert-page copy.png and /dev/null differ diff --git a/images/security-alert-page-dropdown-controls copy.png b/images/security-alert-page-dropdown-controls copy.png deleted file mode 100644 index fe7639fda..000000000 Binary files a/images/security-alert-page-dropdown-controls copy.png and /dev/null differ diff --git a/images/security-alert-page-dropdown-controls.png b/images/security-alert-page-dropdown-controls.png deleted file mode 100644 index fe7639fda..000000000 Binary files a/images/security-alert-page-dropdown-controls.png and /dev/null differ diff --git a/images/security-alert-page-visualizations.png b/images/security-alert-page-visualizations.png deleted file mode 100644 index 685a6233f..000000000 Binary files a/images/security-alert-page-visualizations.png and /dev/null differ diff --git a/images/security-alert-page-viz-collapsed.png b/images/security-alert-page-viz-collapsed.png deleted file mode 100644 index 286128dee..000000000 Binary files a/images/security-alert-page-viz-collapsed.png and /dev/null differ diff --git a/images/security-alert-page.png b/images/security-alert-page.png deleted file mode 100644 index 23c577761..000000000 Binary files a/images/security-alert-page.png and /dev/null differ diff --git a/images/security-alert-pill.png b/images/security-alert-pill.png deleted file mode 100644 index e96fc829f..000000000 Binary files a/images/security-alert-pill.png and /dev/null differ diff --git a/images/security-alert-suppression-options copy.png b/images/security-alert-suppression-options copy.png deleted file mode 100644 index 61678b5e0..000000000 Binary files a/images/security-alert-suppression-options copy.png and /dev/null differ diff --git a/images/security-alert-suppression-options.png b/images/security-alert-suppression-options.png deleted file mode 100644 index 61678b5e0..000000000 Binary files a/images/security-alert-suppression-options.png and /dev/null differ diff --git a/images/security-alert-table-toolbar-buttons copy.png b/images/security-alert-table-toolbar-buttons copy.png deleted file mode 100644 index 91211efad..000000000 Binary files a/images/security-alert-table-toolbar-buttons copy.png and /dev/null differ diff --git a/images/security-alert-table-toolbar-buttons.png b/images/security-alert-table-toolbar-buttons.png deleted file mode 100644 index 91211efad..000000000 Binary files a/images/security-alert-table-toolbar-buttons.png and /dev/null differ diff --git a/images/security-alerts-flyout-rs.png b/images/security-alerts-flyout-rs.png deleted file mode 100644 index 6da59af6b..000000000 Binary files a/images/security-alerts-flyout-rs.png and /dev/null differ diff --git a/images/security-alerts-table-rs.png b/images/security-alerts-table-rs.png deleted file mode 100644 index d572deafa..000000000 Binary files a/images/security-alerts-table-rs.png and /dev/null differ diff --git a/images/security-alerts-viz-counts.png b/images/security-alerts-viz-counts.png deleted file mode 100644 index 48176bb0b..000000000 Binary files a/images/security-alerts-viz-counts.png and /dev/null differ diff --git a/images/security-alerts-viz-summary.png b/images/security-alerts-viz-summary.png deleted file mode 100644 index d15a12b71..000000000 Binary files a/images/security-alerts-viz-summary.png and /dev/null differ diff --git a/images/security-alerts-viz-treemap.png b/images/security-alerts-viz-treemap.png deleted file mode 100644 index 5383244b8..000000000 Binary files a/images/security-alerts-viz-treemap.png and /dev/null differ diff --git a/images/security-alerts-viz-trend.png b/images/security-alerts-viz-trend.png deleted file mode 100644 index 4ee9d47e0..000000000 Binary files a/images/security-alerts-viz-trend.png and /dev/null differ diff --git a/images/security-all-actions-timeline-ui.png b/images/security-all-actions-timeline-ui.png deleted file mode 100644 index 6e2bea7e1..000000000 Binary files a/images/security-all-actions-timeline-ui.png and /dev/null differ diff --git a/images/security-all-rules copy.png b/images/security-all-rules copy.png deleted file mode 100644 index 5ad7137a5..000000000 Binary files a/images/security-all-rules copy.png and /dev/null differ diff --git a/images/security-all-rules.png b/images/security-all-rules.png deleted file mode 100644 index 5ad7137a5..000000000 Binary files a/images/security-all-rules.png and /dev/null differ diff --git a/images/security-allow-system-ext.png b/images/security-allow-system-ext.png deleted file mode 100644 index 50c64552d..000000000 Binary files a/images/security-allow-system-ext.png and /dev/null differ diff --git a/images/security-allow_fda_ven.png b/images/security-allow_fda_ven.png deleted file mode 100644 index 0ddc22422..000000000 Binary files a/images/security-allow_fda_ven.png and /dev/null differ diff --git a/images/security-allow_full_disk_access_notification_ven.png b/images/security-allow_full_disk_access_notification_ven.png deleted file mode 100644 index 8383df9f4..000000000 Binary files a/images/security-allow_full_disk_access_notification_ven.png and /dev/null differ diff --git a/images/security-allow_network_filter_ven.png b/images/security-allow_network_filter_ven.png deleted file mode 100644 index fc1fdd972..000000000 Binary files a/images/security-allow_network_filter_ven.png and /dev/null differ diff --git a/images/security-allow_system_extension_ven.png b/images/security-allow_system_extension_ven.png deleted file mode 100644 index b1499d887..000000000 Binary files a/images/security-allow_system_extension_ven.png and /dev/null differ diff --git a/images/security-analyze-event-button.png b/images/security-analyze-event-button.png deleted file mode 100644 index 4c4e122ef..000000000 Binary files a/images/security-analyze-event-button.png and /dev/null differ diff --git a/images/security-analyze-event-timeline.png b/images/security-analyze-event-timeline.png deleted file mode 100644 index 6aa6d31d5..000000000 Binary files a/images/security-analyze-event-timeline.png and /dev/null differ diff --git a/images/security-anomalies-table.png b/images/security-anomalies-table.png deleted file mode 100644 index a352bd597..000000000 Binary files a/images/security-anomalies-table.png and /dev/null differ diff --git a/images/security-asset-criticality-impact copy.png b/images/security-asset-criticality-impact copy.png deleted file mode 100644 index 23282c03c..000000000 Binary files a/images/security-asset-criticality-impact copy.png and /dev/null differ diff --git a/images/security-asset-criticality-impact.png b/images/security-asset-criticality-impact.png deleted file mode 100644 index 23282c03c..000000000 Binary files a/images/security-asset-criticality-impact.png and /dev/null differ diff --git a/images/security-assign-alert.png b/images/security-assign-alert.png deleted file mode 100644 index e854c2b52..000000000 Binary files a/images/security-assign-alert.png and /dev/null differ diff --git a/images/security-assign-asset-criticality-host-details copy.png b/images/security-assign-asset-criticality-host-details copy.png deleted file mode 100644 index c55e4b5e7..000000000 Binary files a/images/security-assign-asset-criticality-host-details copy.png and /dev/null differ diff --git a/images/security-assign-asset-criticality-host-details.png b/images/security-assign-asset-criticality-host-details.png deleted file mode 100644 index c55e4b5e7..000000000 Binary files a/images/security-assign-asset-criticality-host-details.png and /dev/null differ diff --git a/images/security-assign-asset-criticality-host-flyout copy.png b/images/security-assign-asset-criticality-host-flyout copy.png deleted file mode 100644 index cc3e8cd29..000000000 Binary files a/images/security-assign-asset-criticality-host-flyout copy.png and /dev/null differ diff --git a/images/security-assign-asset-criticality-host-flyout.png b/images/security-assign-asset-criticality-host-flyout.png deleted file mode 100644 index cc3e8cd29..000000000 Binary files a/images/security-assign-asset-criticality-host-flyout.png and /dev/null differ diff --git a/images/security-assign-asset-criticality-timeline copy.png b/images/security-assign-asset-criticality-timeline copy.png deleted file mode 100644 index b4ce0e00a..000000000 Binary files a/images/security-assign-asset-criticality-timeline copy.png and /dev/null differ diff --git a/images/security-assign-asset-criticality-timeline.png b/images/security-assign-asset-criticality-timeline.png deleted file mode 100644 index b4ce0e00a..000000000 Binary files a/images/security-assign-asset-criticality-timeline.png and /dev/null differ diff --git a/images/security-assistant-anonymization-menu.png b/images/security-assistant-anonymization-menu.png deleted file mode 100644 index de53cfdfc..000000000 Binary files a/images/security-assistant-anonymization-menu.png and /dev/null differ diff --git a/images/security-assistant-basic-view.png b/images/security-assistant-basic-view.png deleted file mode 100644 index 8e66aa8be..000000000 Binary files a/images/security-assistant-basic-view.png and /dev/null differ diff --git a/images/security-assistant-settings-system-prompts.png b/images/security-assistant-settings-system-prompts.png deleted file mode 100644 index b28456d8e..000000000 Binary files a/images/security-assistant-settings-system-prompts.png and /dev/null differ diff --git a/images/security-associated-shared-exception-list.png b/images/security-associated-shared-exception-list.png deleted file mode 100644 index e0bb062d1..000000000 Binary files a/images/security-associated-shared-exception-list.png and /dev/null differ diff --git a/images/security-attack-surface-reduction.png b/images/security-attack-surface-reduction.png deleted file mode 100644 index cff71ebf2..000000000 Binary files a/images/security-attack-surface-reduction.png and /dev/null differ diff --git a/images/security-attck-disc-11-alerts-disc copy.png b/images/security-attck-disc-11-alerts-disc copy.png deleted file mode 100644 index f36bf0424..000000000 Binary files a/images/security-attck-disc-11-alerts-disc copy.png and /dev/null differ diff --git a/images/security-attck-disc-11-alerts-disc.png b/images/security-attck-disc-11-alerts-disc.png deleted file mode 100644 index f36bf0424..000000000 Binary files a/images/security-attck-disc-11-alerts-disc.png and /dev/null differ diff --git a/images/security-attck-disc-alerts-number-menu copy.png b/images/security-attck-disc-alerts-number-menu copy.png deleted file mode 100644 index bcbb57ccc..000000000 Binary files a/images/security-attck-disc-alerts-number-menu copy.png and /dev/null differ diff --git a/images/security-attck-disc-alerts-number-menu.png b/images/security-attck-disc-alerts-number-menu.png deleted file mode 100644 index bcbb57ccc..000000000 Binary files a/images/security-attck-disc-alerts-number-menu.png and /dev/null differ diff --git a/images/security-attck-disc-esql-query-gen-example copy.png b/images/security-attck-disc-esql-query-gen-example copy.png deleted file mode 100644 index 2db023e78..000000000 Binary files a/images/security-attck-disc-esql-query-gen-example copy.png and /dev/null differ diff --git a/images/security-attck-disc-esql-query-gen-example.png b/images/security-attck-disc-esql-query-gen-example.png deleted file mode 100644 index 2db023e78..000000000 Binary files a/images/security-attck-disc-esql-query-gen-example.png and /dev/null differ diff --git a/images/security-attck-disc-example-disc copy.png b/images/security-attck-disc-example-disc copy.png deleted file mode 100644 index f36bf0424..000000000 Binary files a/images/security-attck-disc-example-disc copy.png and /dev/null differ diff --git a/images/security-attck-disc-example-disc.png b/images/security-attck-disc-example-disc.png deleted file mode 100644 index f36bf0424..000000000 Binary files a/images/security-attck-disc-example-disc.png and /dev/null differ diff --git a/images/security-attck-disc-rbac copy.png b/images/security-attck-disc-rbac copy.png deleted file mode 100644 index 36a3c27e4..000000000 Binary files a/images/security-attck-disc-rbac copy.png and /dev/null differ diff --git a/images/security-attck-disc-rbac.png b/images/security-attck-disc-rbac.png deleted file mode 100644 index 36a3c27e4..000000000 Binary files a/images/security-attck-disc-rbac.png and /dev/null differ diff --git a/images/security-attck-disc-remediate-threat copy.gif b/images/security-attck-disc-remediate-threat copy.gif deleted file mode 100644 index e31f84235..000000000 Binary files a/images/security-attck-disc-remediate-threat copy.gif and /dev/null differ diff --git a/images/security-attck-disc-remediate-threat.gif b/images/security-attck-disc-remediate-threat.gif deleted file mode 100644 index e31f84235..000000000 Binary files a/images/security-attck-disc-remediate-threat.gif and /dev/null differ diff --git a/images/security-attck-disc-select-model-empty copy.png b/images/security-attck-disc-select-model-empty copy.png deleted file mode 100644 index b1eb9488f..000000000 Binary files a/images/security-attck-disc-select-model-empty copy.png and /dev/null differ diff --git a/images/security-attck-disc-select-model-empty.png b/images/security-attck-disc-select-model-empty.png deleted file mode 100644 index b1eb9488f..000000000 Binary files a/images/security-attck-disc-select-model-empty.png and /dev/null differ diff --git a/images/security-attck-disc-translate-japanese copy.png b/images/security-attck-disc-translate-japanese copy.png deleted file mode 100644 index 320b3fd1a..000000000 Binary files a/images/security-attck-disc-translate-japanese copy.png and /dev/null differ diff --git a/images/security-attck-disc-translate-japanese.png b/images/security-attck-disc-translate-japanese.png deleted file mode 100644 index 320b3fd1a..000000000 Binary files a/images/security-attck-disc-translate-japanese.png and /dev/null differ diff --git a/images/security-auto-import-create-new-integration-button copy.png b/images/security-auto-import-create-new-integration-button copy.png deleted file mode 100644 index 976898beb..000000000 Binary files a/images/security-auto-import-create-new-integration-button copy.png and /dev/null differ diff --git a/images/security-auto-import-create-new-integration-button.png b/images/security-auto-import-create-new-integration-button.png deleted file mode 100644 index 976898beb..000000000 Binary files a/images/security-auto-import-create-new-integration-button.png and /dev/null differ diff --git a/images/security-auto-import-edit-pipeline copy.gif b/images/security-auto-import-edit-pipeline copy.gif deleted file mode 100644 index 1008fb345..000000000 Binary files a/images/security-auto-import-edit-pipeline copy.gif and /dev/null differ diff --git a/images/security-auto-import-edit-pipeline.gif b/images/security-auto-import-edit-pipeline.gif deleted file mode 100644 index 1008fb345..000000000 Binary files a/images/security-auto-import-edit-pipeline.gif and /dev/null differ diff --git a/images/security-auto-import-review-integration-page copy.png b/images/security-auto-import-review-integration-page copy.png deleted file mode 100644 index 97ea0ee83..000000000 Binary files a/images/security-auto-import-review-integration-page copy.png and /dev/null differ diff --git a/images/security-auto-import-review-integration-page.png b/images/security-auto-import-review-integration-page.png deleted file mode 100644 index 97ea0ee83..000000000 Binary files a/images/security-auto-import-review-integration-page.png and /dev/null differ diff --git a/images/security-auto-import-success-message copy.png b/images/security-auto-import-success-message copy.png deleted file mode 100644 index d7ef0a853..000000000 Binary files a/images/security-auto-import-success-message copy.png and /dev/null differ diff --git a/images/security-auto-import-success-message.png b/images/security-auto-import-success-message.png deleted file mode 100644 index d7ef0a853..000000000 Binary files a/images/security-auto-import-success-message.png and /dev/null differ diff --git a/images/security-available-response-actions-osquery.png b/images/security-available-response-actions-osquery.png deleted file mode 100644 index 1d4515bb6..000000000 Binary files a/images/security-available-response-actions-osquery.png and /dev/null differ diff --git a/images/security-aws-config-finding-logs.png b/images/security-aws-config-finding-logs.png deleted file mode 100644 index ad83affa7..000000000 Binary files a/images/security-aws-config-finding-logs.png and /dev/null differ diff --git a/images/security-behavior-protection.png b/images/security-behavior-protection.png deleted file mode 100644 index a9fa3d555..000000000 Binary files a/images/security-behavior-protection.png and /dev/null differ diff --git a/images/security-benchmark-rules copy.png b/images/security-benchmark-rules copy.png deleted file mode 100644 index 107ba0ca1..000000000 Binary files a/images/security-benchmark-rules copy.png and /dev/null differ diff --git a/images/security-benchmark-rules.png b/images/security-benchmark-rules.png deleted file mode 100644 index 107ba0ca1..000000000 Binary files a/images/security-benchmark-rules.png and /dev/null differ diff --git a/images/security-blocklist copy.png b/images/security-blocklist copy.png deleted file mode 100644 index f739e521c..000000000 Binary files a/images/security-blocklist copy.png and /dev/null differ diff --git a/images/security-blocklist.png b/images/security-blocklist.png deleted file mode 100644 index f739e521c..000000000 Binary files a/images/security-blocklist.png and /dev/null differ diff --git a/images/security-boxesVertical.svg b/images/security-boxesVertical.svg deleted file mode 100644 index aed10b0d8..000000000 --- a/images/security-boxesVertical.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/security-bulk-add-alerts-to-timeline copy.png b/images/security-bulk-add-alerts-to-timeline copy.png deleted file mode 100644 index bfcac3e40..000000000 Binary files a/images/security-bulk-add-alerts-to-timeline copy.png and /dev/null differ diff --git a/images/security-bulk-add-alerts-to-timeline.png b/images/security-bulk-add-alerts-to-timeline.png deleted file mode 100644 index bfcac3e40..000000000 Binary files a/images/security-bulk-add-alerts-to-timeline.png and /dev/null differ diff --git a/images/security-bulk-apply-alert-tag copy.png b/images/security-bulk-apply-alert-tag copy.png deleted file mode 100644 index c8c1d8211..000000000 Binary files a/images/security-bulk-apply-alert-tag copy.png and /dev/null differ diff --git a/images/security-bulk-apply-alert-tag.png b/images/security-bulk-apply-alert-tag.png deleted file mode 100644 index c8c1d8211..000000000 Binary files a/images/security-bulk-apply-alert-tag.png and /dev/null differ diff --git a/images/security-cancel-value-list-item-changes.png b/images/security-cancel-value-list-item-changes.png deleted file mode 100644 index cf03c456e..000000000 Binary files a/images/security-cancel-value-list-item-changes.png and /dev/null differ diff --git a/images/security-case-button-osquery.png b/images/security-case-button-osquery.png deleted file mode 100644 index 9fc908984..000000000 Binary files a/images/security-case-button-osquery.png and /dev/null differ diff --git a/images/security-cases-add-custom-field copy.png b/images/security-cases-add-custom-field copy.png deleted file mode 100644 index 134ea000a..000000000 Binary files a/images/security-cases-add-custom-field copy.png and /dev/null differ diff --git a/images/security-cases-add-custom-field.png b/images/security-cases-add-custom-field.png deleted file mode 100644 index 134ea000a..000000000 Binary files a/images/security-cases-add-custom-field.png and /dev/null differ diff --git a/images/security-cases-add-observables copy.png b/images/security-cases-add-observables copy.png deleted file mode 100644 index 659e0db86..000000000 Binary files a/images/security-cases-add-observables copy.png and /dev/null differ diff --git a/images/security-cases-add-observables.png b/images/security-cases-add-observables.png deleted file mode 100644 index 659e0db86..000000000 Binary files a/images/security-cases-add-observables.png and /dev/null differ diff --git a/images/security-cases-add-template copy.png b/images/security-cases-add-template copy.png deleted file mode 100644 index 5a7e36943..000000000 Binary files a/images/security-cases-add-template copy.png and /dev/null differ diff --git a/images/security-cases-add-template.png b/images/security-cases-add-template.png deleted file mode 100644 index 5a7e36943..000000000 Binary files a/images/security-cases-add-template.png and /dev/null differ diff --git a/images/security-cases-alert-tab copy.png b/images/security-cases-alert-tab copy.png deleted file mode 100644 index 211a079dc..000000000 Binary files a/images/security-cases-alert-tab copy.png and /dev/null differ diff --git a/images/security-cases-alert-tab.png b/images/security-cases-alert-tab.png deleted file mode 100644 index 211a079dc..000000000 Binary files a/images/security-cases-alert-tab.png and /dev/null differ diff --git a/images/security-cases-copy-case-id copy.png b/images/security-cases-copy-case-id copy.png deleted file mode 100644 index cb5e57fb3..000000000 Binary files a/images/security-cases-copy-case-id copy.png and /dev/null differ diff --git a/images/security-cases-copy-case-id.png b/images/security-cases-copy-case-id.png deleted file mode 100644 index cb5e57fb3..000000000 Binary files a/images/security-cases-copy-case-id.png and /dev/null differ diff --git a/images/security-cases-export-button copy.png b/images/security-cases-export-button copy.png deleted file mode 100644 index c1b17befa..000000000 Binary files a/images/security-cases-export-button copy.png and /dev/null differ diff --git a/images/security-cases-export-button.png b/images/security-cases-export-button.png deleted file mode 100644 index c1b17befa..000000000 Binary files a/images/security-cases-export-button.png and /dev/null differ diff --git a/images/security-cases-files copy.png b/images/security-cases-files copy.png deleted file mode 100644 index 784af1d72..000000000 Binary files a/images/security-cases-files copy.png and /dev/null differ diff --git a/images/security-cases-files.png b/images/security-cases-files.png deleted file mode 100644 index 784af1d72..000000000 Binary files a/images/security-cases-files.png and /dev/null differ diff --git a/images/security-cases-home-page copy.png b/images/security-cases-home-page copy.png deleted file mode 100644 index 7f27d203e..000000000 Binary files a/images/security-cases-home-page copy.png and /dev/null differ diff --git a/images/security-cases-home-page.png b/images/security-cases-home-page.png deleted file mode 100644 index 7f27d203e..000000000 Binary files a/images/security-cases-home-page.png and /dev/null differ diff --git a/images/security-cases-manage-comments copy.png b/images/security-cases-manage-comments copy.png deleted file mode 100644 index 57514a879..000000000 Binary files a/images/security-cases-manage-comments copy.png and /dev/null differ diff --git a/images/security-cases-manage-comments.png b/images/security-cases-manage-comments.png deleted file mode 100644 index 57514a879..000000000 Binary files a/images/security-cases-manage-comments.png and /dev/null differ diff --git a/images/security-cases-observable-types copy.png b/images/security-cases-observable-types copy.png deleted file mode 100644 index 8ca37cb78..000000000 Binary files a/images/security-cases-observable-types copy.png and /dev/null differ diff --git a/images/security-cases-observable-types.png b/images/security-cases-observable-types.png deleted file mode 100644 index 8ca37cb78..000000000 Binary files a/images/security-cases-observable-types.png and /dev/null differ diff --git a/images/security-cases-open-vis copy.png b/images/security-cases-open-vis copy.png deleted file mode 100644 index f1c7883f7..000000000 Binary files a/images/security-cases-open-vis copy.png and /dev/null differ diff --git a/images/security-cases-open-vis.png b/images/security-cases-open-vis.png deleted file mode 100644 index f1c7883f7..000000000 Binary files a/images/security-cases-open-vis.png and /dev/null differ diff --git a/images/security-cases-settings copy.png b/images/security-cases-settings copy.png deleted file mode 100644 index fd2cb81b6..000000000 Binary files a/images/security-cases-settings copy.png and /dev/null differ diff --git a/images/security-cases-settings.png b/images/security-cases-settings.png deleted file mode 100644 index fd2cb81b6..000000000 Binary files a/images/security-cases-settings.png and /dev/null differ diff --git a/images/security-cases-summary copy.png b/images/security-cases-summary copy.png deleted file mode 100644 index a48379d9b..000000000 Binary files a/images/security-cases-summary copy.png and /dev/null differ diff --git a/images/security-cases-summary.png b/images/security-cases-summary.png deleted file mode 100644 index a48379d9b..000000000 Binary files a/images/security-cases-summary.png and /dev/null differ diff --git a/images/security-cases-ui-open copy.png b/images/security-cases-ui-open copy.png deleted file mode 100644 index d71eb710f..000000000 Binary files a/images/security-cases-ui-open copy.png and /dev/null differ diff --git a/images/security-cases-ui-open.png b/images/security-cases-ui-open.png deleted file mode 100644 index d71eb710f..000000000 Binary files a/images/security-cases-ui-open.png and /dev/null differ diff --git a/images/security-ccs-local-role.png b/images/security-ccs-local-role.png deleted file mode 100644 index c8ed6c9f3..000000000 Binary files a/images/security-ccs-local-role.png and /dev/null differ diff --git a/images/security-ccs-remote-role.png b/images/security-ccs-remote-role.png deleted file mode 100644 index 6d1caae33..000000000 Binary files a/images/security-ccs-remote-role.png and /dev/null differ diff --git a/images/security-ccs-rule-source.png b/images/security-ccs-rule-source.png deleted file mode 100644 index ef2a02053..000000000 Binary files a/images/security-ccs-rule-source.png and /dev/null differ diff --git a/images/security-cloned-job-details.png b/images/security-cloned-job-details.png deleted file mode 100644 index d33127766..000000000 Binary files a/images/security-cloned-job-details.png and /dev/null differ diff --git a/images/security-cloud-sec-dashboard copy.png b/images/security-cloud-sec-dashboard copy.png deleted file mode 100644 index b7ab7af81..000000000 Binary files a/images/security-cloud-sec-dashboard copy.png and /dev/null differ diff --git a/images/security-cloud-sec-dashboard-individual-row copy.png b/images/security-cloud-sec-dashboard-individual-row copy.png deleted file mode 100644 index 57f6eb8ca..000000000 Binary files a/images/security-cloud-sec-dashboard-individual-row copy.png and /dev/null differ diff --git a/images/security-cloud-sec-dashboard-individual-row.png b/images/security-cloud-sec-dashboard-individual-row.png deleted file mode 100644 index 57f6eb8ca..000000000 Binary files a/images/security-cloud-sec-dashboard-individual-row.png and /dev/null differ diff --git a/images/security-cloud-sec-dashboard.png b/images/security-cloud-sec-dashboard.png deleted file mode 100644 index b7ab7af81..000000000 Binary files a/images/security-cloud-sec-dashboard.png and /dev/null differ diff --git a/images/security-cnvm-cloudformation.png b/images/security-cnvm-cloudformation.png deleted file mode 100644 index 890be7a39..000000000 Binary files a/images/security-cnvm-cloudformation.png and /dev/null differ diff --git a/images/security-cnvm-setup-1.png b/images/security-cnvm-setup-1.png deleted file mode 100644 index 3b2ce9adb..000000000 Binary files a/images/security-cnvm-setup-1.png and /dev/null differ diff --git a/images/security-collapse-icon-horiz-down.png b/images/security-collapse-icon-horiz-down.png deleted file mode 100644 index 406dfcd92..000000000 Binary files a/images/security-collapse-icon-horiz-down.png and /dev/null differ diff --git a/images/security-collapse-right-icon.png b/images/security-collapse-right-icon.png deleted file mode 100644 index b0ba90b68..000000000 Binary files a/images/security-collapse-right-icon.png and /dev/null differ diff --git a/images/security-config-status copy.png b/images/security-config-status copy.png deleted file mode 100644 index 78e11ed80..000000000 Binary files a/images/security-config-status copy.png and /dev/null differ diff --git a/images/security-config-status.png b/images/security-config-status.png deleted file mode 100644 index 78e11ed80..000000000 Binary files a/images/security-config-status.png and /dev/null differ diff --git a/images/security-content-filtering-jamf.png b/images/security-content-filtering-jamf.png deleted file mode 100644 index 0698e567c..000000000 Binary files a/images/security-content-filtering-jamf.png and /dev/null differ diff --git a/images/security-correlation-tab-eql-query.png b/images/security-correlation-tab-eql-query.png deleted file mode 100644 index 56d45538a..000000000 Binary files a/images/security-correlation-tab-eql-query.png and /dev/null differ diff --git a/images/security-correlations-overview.png b/images/security-correlations-overview.png deleted file mode 100644 index 6fec67ee0..000000000 Binary files a/images/security-correlations-overview.png and /dev/null differ diff --git a/images/security-create-a-timeline-template-field.png b/images/security-create-a-timeline-template-field.png deleted file mode 100644 index 5a13242d4..000000000 Binary files a/images/security-create-a-timeline-template-field.png and /dev/null differ diff --git a/images/security-create-note-icon copy.png b/images/security-create-note-icon copy.png deleted file mode 100644 index 7c0b44955..000000000 Binary files a/images/security-create-note-icon copy.png and /dev/null differ diff --git a/images/security-create-note-icon.png b/images/security-create-note-icon.png deleted file mode 100644 index 7c0b44955..000000000 Binary files a/images/security-create-note-icon.png and /dev/null differ diff --git a/images/security-create-runtime-fields-timeline.png b/images/security-create-runtime-fields-timeline.png deleted file mode 100644 index 14b95f85c..000000000 Binary files a/images/security-create-runtime-fields-timeline.png and /dev/null differ diff --git a/images/security-cspm-aws-auth-1 copy.png b/images/security-cspm-aws-auth-1 copy.png deleted file mode 100644 index 6a98ea85e..000000000 Binary files a/images/security-cspm-aws-auth-1 copy.png and /dev/null differ diff --git a/images/security-cspm-aws-auth-1.png b/images/security-cspm-aws-auth-1.png deleted file mode 100644 index 6a98ea85e..000000000 Binary files a/images/security-cspm-aws-auth-1.png and /dev/null differ diff --git a/images/security-cspm-aws-auth-2 copy.png b/images/security-cspm-aws-auth-2 copy.png deleted file mode 100644 index 515aa7749..000000000 Binary files a/images/security-cspm-aws-auth-2 copy.png and /dev/null differ diff --git a/images/security-cspm-aws-auth-2.png b/images/security-cspm-aws-auth-2.png deleted file mode 100644 index 515aa7749..000000000 Binary files a/images/security-cspm-aws-auth-2.png and /dev/null differ diff --git a/images/security-cspm-aws-auth-3 copy.png b/images/security-cspm-aws-auth-3 copy.png deleted file mode 100644 index 48681cb68..000000000 Binary files a/images/security-cspm-aws-auth-3 copy.png and /dev/null differ diff --git a/images/security-cspm-aws-auth-3.png b/images/security-cspm-aws-auth-3.png deleted file mode 100644 index 48681cb68..000000000 Binary files a/images/security-cspm-aws-auth-3.png and /dev/null differ diff --git a/images/security-cspm-cloudformation-template copy.png b/images/security-cspm-cloudformation-template copy.png deleted file mode 100644 index 64f22dad9..000000000 Binary files a/images/security-cspm-cloudformation-template copy.png and /dev/null differ diff --git a/images/security-cspm-cloudformation-template.png b/images/security-cspm-cloudformation-template.png deleted file mode 100644 index 64f22dad9..000000000 Binary files a/images/security-cspm-cloudformation-template.png and /dev/null differ diff --git a/images/security-cspm-cloudshell-trust copy.png b/images/security-cspm-cloudshell-trust copy.png deleted file mode 100644 index 57ed37d3b..000000000 Binary files a/images/security-cspm-cloudshell-trust copy.png and /dev/null differ diff --git a/images/security-cspm-cloudshell-trust.png b/images/security-cspm-cloudshell-trust.png deleted file mode 100644 index 57ed37d3b..000000000 Binary files a/images/security-cspm-cloudshell-trust.png and /dev/null differ diff --git a/images/security-customize-event-renderers.png b/images/security-customize-event-renderers.png deleted file mode 100644 index ece9382ff..000000000 Binary files a/images/security-customize-event-renderers.png and /dev/null differ diff --git a/images/security-d4c-policy-editor.png b/images/security-d4c-policy-editor.png deleted file mode 100644 index e36ae6716..000000000 Binary files a/images/security-d4c-policy-editor.png and /dev/null differ diff --git a/images/security-dashboards-landing-page copy.png b/images/security-dashboards-landing-page copy.png deleted file mode 100644 index c947bfab1..000000000 Binary files a/images/security-dashboards-landing-page copy.png and /dev/null differ diff --git a/images/security-dashboards-landing-page.png b/images/security-dashboards-landing-page.png deleted file mode 100644 index c947bfab1..000000000 Binary files a/images/security-dashboards-landing-page.png and /dev/null differ diff --git a/images/security-data-qual-dash copy.png b/images/security-data-qual-dash copy.png deleted file mode 100644 index 9310d84cf..000000000 Binary files a/images/security-data-qual-dash copy.png and /dev/null differ diff --git a/images/security-data-qual-dash-detail copy.png b/images/security-data-qual-dash-detail copy.png deleted file mode 100644 index 7e397586b..000000000 Binary files a/images/security-data-qual-dash-detail copy.png and /dev/null differ diff --git a/images/security-data-qual-dash-detail.png b/images/security-data-qual-dash-detail.png deleted file mode 100644 index 7e397586b..000000000 Binary files a/images/security-data-qual-dash-detail.png and /dev/null differ diff --git a/images/security-data-qual-dash-history copy.png b/images/security-data-qual-dash-history copy.png deleted file mode 100644 index 58e634e09..000000000 Binary files a/images/security-data-qual-dash-history copy.png and /dev/null differ diff --git a/images/security-data-qual-dash-history.png b/images/security-data-qual-dash-history.png deleted file mode 100644 index 58e634e09..000000000 Binary files a/images/security-data-qual-dash-history.png and /dev/null differ diff --git a/images/security-data-qual-dash.png b/images/security-data-qual-dash.png deleted file mode 100644 index 9310d84cf..000000000 Binary files a/images/security-data-qual-dash.png and /dev/null differ diff --git a/images/security-data-view-selection.png b/images/security-data-view-selection.png deleted file mode 100644 index f0d15645e..000000000 Binary files a/images/security-data-view-selection.png and /dev/null differ diff --git a/images/security-dataview-button-highlighted copy.png b/images/security-dataview-button-highlighted copy.png deleted file mode 100644 index d78168a40..000000000 Binary files a/images/security-dataview-button-highlighted copy.png and /dev/null differ diff --git a/images/security-dataview-button-highlighted.png b/images/security-dataview-button-highlighted.png deleted file mode 100644 index d78168a40..000000000 Binary files a/images/security-dataview-button-highlighted.png and /dev/null differ diff --git a/images/security-dataview-filter-example.gif b/images/security-dataview-filter-example.gif deleted file mode 100644 index f1c1e7741..000000000 Binary files a/images/security-dataview-filter-example.gif and /dev/null differ diff --git a/images/security-date-range-selection.png b/images/security-date-range-selection.png deleted file mode 100644 index 40515f683..000000000 Binary files a/images/security-date-range-selection.png and /dev/null differ diff --git a/images/security-detection-response-dashboard.png b/images/security-detection-response-dashboard.png deleted file mode 100644 index ae2e9cd18..000000000 Binary files a/images/security-detection-response-dashboard.png and /dev/null differ diff --git a/images/security-discover-button-osquery.png b/images/security-discover-button-osquery.png deleted file mode 100644 index 599f3f357..000000000 Binary files a/images/security-discover-button-osquery.png and /dev/null differ diff --git a/images/security-edit-value-list-item.png b/images/security-edit-value-list-item.png deleted file mode 100644 index dc189cc79..000000000 Binary files a/images/security-edit-value-list-item.png and /dev/null differ diff --git a/images/security-edit-value-lists.png b/images/security-edit-value-lists.png deleted file mode 100644 index dd53a8dc1..000000000 Binary files a/images/security-edit-value-lists.png and /dev/null differ diff --git a/images/security-endpoint-add-exp copy.png b/images/security-endpoint-add-exp copy.png deleted file mode 100644 index fe5c92826..000000000 Binary files a/images/security-endpoint-add-exp copy.png and /dev/null differ diff --git a/images/security-endpoint-add-exp.png b/images/security-endpoint-add-exp.png deleted file mode 100644 index fe5c92826..000000000 Binary files a/images/security-endpoint-add-exp.png and /dev/null differ diff --git a/images/security-endpoint-cloud-sec-add-agent-detail.png b/images/security-endpoint-cloud-sec-add-agent-detail.png deleted file mode 100644 index f34563c78..000000000 Binary files a/images/security-endpoint-cloud-sec-add-agent-detail.png and /dev/null differ diff --git a/images/security-endpoint-cloud-sec-add-agent.png b/images/security-endpoint-cloud-sec-add-agent.png deleted file mode 100644 index 052c3d011..000000000 Binary files a/images/security-endpoint-cloud-sec-add-agent.png and /dev/null differ diff --git a/images/security-endpoint-cloud-sec-integrations-page.png b/images/security-endpoint-cloud-sec-integrations-page.png deleted file mode 100644 index 5d5c31e0e..000000000 Binary files a/images/security-endpoint-cloud-sec-integrations-page.png and /dev/null differ diff --git a/images/security-endpoint-cloud-security-configuration.png b/images/security-endpoint-cloud-security-configuration.png deleted file mode 100644 index 35cf3affb..000000000 Binary files a/images/security-endpoint-cloud-security-configuration.png and /dev/null differ diff --git a/images/security-endpoints-pg copy.png b/images/security-endpoints-pg copy.png deleted file mode 100644 index 22e7410c5..000000000 Binary files a/images/security-endpoints-pg copy.png and /dev/null differ diff --git a/images/security-endpoints-pg.png b/images/security-endpoints-pg.png deleted file mode 100644 index 22e7410c5..000000000 Binary files a/images/security-endpoints-pg.png and /dev/null differ diff --git a/images/security-endpoints-transform-failed copy.png b/images/security-endpoints-transform-failed copy.png deleted file mode 100644 index 1b46dd539..000000000 Binary files a/images/security-endpoints-transform-failed copy.png and /dev/null differ diff --git a/images/security-endpoints-transform-failed.png b/images/security-endpoints-transform-failed.png deleted file mode 100644 index 1b46dd539..000000000 Binary files a/images/security-endpoints-transform-failed.png and /dev/null differ diff --git a/images/security-enter_login_details_to_confirm_ven.png b/images/security-enter_login_details_to_confirm_ven.png deleted file mode 100644 index ed25e4323..000000000 Binary files a/images/security-enter_login_details_to_confirm_ven.png and /dev/null differ diff --git a/images/security-entities-overview.png b/images/security-entities-overview.png deleted file mode 100644 index e27d14936..000000000 Binary files a/images/security-entities-overview.png and /dev/null differ diff --git a/images/security-entities-section copy.png b/images/security-entities-section copy.png deleted file mode 100644 index 9bb4c5338..000000000 Binary files a/images/security-entities-section copy.png and /dev/null differ diff --git a/images/security-entities-section.png b/images/security-entities-section.png deleted file mode 100644 index 9bb4c5338..000000000 Binary files a/images/security-entities-section.png and /dev/null differ diff --git a/images/security-entity-dashboard copy.png b/images/security-entity-dashboard copy.png deleted file mode 100644 index 56479b9f1..000000000 Binary files a/images/security-entity-dashboard copy.png and /dev/null differ diff --git a/images/security-entity-dashboard.png b/images/security-entity-dashboard.png deleted file mode 100644 index 56479b9f1..000000000 Binary files a/images/security-entity-dashboard.png and /dev/null differ diff --git a/images/security-env-var-capture-detail.png b/images/security-env-var-capture-detail.png deleted file mode 100644 index b6ed6fdaf..000000000 Binary files a/images/security-env-var-capture-detail.png and /dev/null differ diff --git a/images/security-eql-rule-query-example.png b/images/security-eql-rule-query-example.png deleted file mode 100644 index 91600ff92..000000000 Binary files a/images/security-eql-rule-query-example.png and /dev/null differ diff --git a/images/security-eql-settings-icon.png b/images/security-eql-settings-icon.png deleted file mode 100644 index caa4b8e91..000000000 Binary files a/images/security-eql-settings-icon.png and /dev/null differ diff --git a/images/security-esql-help-ref-button.png b/images/security-esql-help-ref-button.png deleted file mode 100644 index ac6280085..000000000 Binary files a/images/security-esql-help-ref-button.png and /dev/null differ diff --git a/images/security-esql-tab.png b/images/security-esql-tab.png deleted file mode 100644 index deb79f0e1..000000000 Binary files a/images/security-esql-tab.png and /dev/null differ diff --git a/images/security-event-collection.png b/images/security-event-collection.png deleted file mode 100644 index b408295e7..000000000 Binary files a/images/security-event-collection.png and /dev/null differ diff --git a/images/security-event-details.png b/images/security-event-details.png deleted file mode 100644 index f4a8eb16e..000000000 Binary files a/images/security-event-details.png and /dev/null differ diff --git a/images/security-event-filter.png b/images/security-event-filter.png deleted file mode 100644 index 9937fff51..000000000 Binary files a/images/security-event-filter.png and /dev/null differ diff --git a/images/security-event-filters-list.png b/images/security-event-filters-list.png deleted file mode 100644 index 9dc0dab50..000000000 Binary files a/images/security-event-filters-list.png and /dev/null differ diff --git a/images/security-event-rendered-view copy.png b/images/security-event-rendered-view copy.png deleted file mode 100644 index 54471ada2..000000000 Binary files a/images/security-event-rendered-view copy.png and /dev/null differ diff --git a/images/security-event-rendered-view.png b/images/security-event-rendered-view.png deleted file mode 100644 index 54471ada2..000000000 Binary files a/images/security-event-rendered-view.png and /dev/null differ diff --git a/images/security-event-type.png b/images/security-event-type.png deleted file mode 100644 index 819a8495a..000000000 Binary files a/images/security-event-type.png and /dev/null differ diff --git a/images/security-events-count.png b/images/security-events-count.png deleted file mode 100644 index ef28a67b6..000000000 Binary files a/images/security-events-count.png and /dev/null differ diff --git a/images/security-events-table.png b/images/security-events-table.png deleted file mode 100644 index b889a1afb..000000000 Binary files a/images/security-events-table.png and /dev/null differ diff --git a/images/security-exception-affects-multiple-rules copy.png b/images/security-exception-affects-multiple-rules copy.png deleted file mode 100644 index 2ca300f62..000000000 Binary files a/images/security-exception-affects-multiple-rules copy.png and /dev/null differ diff --git a/images/security-exception-affects-multiple-rules.png b/images/security-exception-affects-multiple-rules.png deleted file mode 100644 index 2ca300f62..000000000 Binary files a/images/security-exception-affects-multiple-rules.png and /dev/null differ diff --git a/images/security-exception-item-example copy.png b/images/security-exception-item-example copy.png deleted file mode 100644 index 1da080b59..000000000 Binary files a/images/security-exception-item-example copy.png and /dev/null differ diff --git a/images/security-exception-item-example.png b/images/security-exception-item-example.png deleted file mode 100644 index 1da080b59..000000000 Binary files a/images/security-exception-item-example.png and /dev/null differ diff --git a/images/security-expand-details-button.png b/images/security-expand-details-button.png deleted file mode 100644 index 3152e9cad..000000000 Binary files a/images/security-expand-details-button.png and /dev/null differ diff --git a/images/security-expand-icon-vertical-right copy.png b/images/security-expand-icon-vertical-right copy.png deleted file mode 100644 index 5ce4ddd97..000000000 Binary files a/images/security-expand-icon-vertical-right copy.png and /dev/null differ diff --git a/images/security-expand-icon-vertical-right.png b/images/security-expand-icon-vertical-right.png deleted file mode 100644 index 5ce4ddd97..000000000 Binary files a/images/security-expand-icon-vertical-right.png and /dev/null differ diff --git a/images/security-expanded-correlations-view.png b/images/security-expanded-correlations-view.png deleted file mode 100644 index 7679fa88c..000000000 Binary files a/images/security-expanded-correlations-view.png and /dev/null differ diff --git a/images/security-expanded-entities-view.png b/images/security-expanded-entities-view.png deleted file mode 100644 index 6a37b0cb0..000000000 Binary files a/images/security-expanded-entities-view.png and /dev/null differ diff --git a/images/security-expanded-prevalence-view.png b/images/security-expanded-prevalence-view.png deleted file mode 100644 index 2bfe84fa1..000000000 Binary files a/images/security-expanded-prevalence-view.png and /dev/null differ diff --git a/images/security-expanded-threat-intelligence-view.png b/images/security-expanded-threat-intelligence-view.png deleted file mode 100644 index 0fff543aa..000000000 Binary files a/images/security-expanded-threat-intelligence-view.png and /dev/null differ diff --git a/images/security-export-value-list.png b/images/security-export-value-list.png deleted file mode 100644 index 862703fbb..000000000 Binary files a/images/security-export-value-list.png and /dev/null differ diff --git a/images/security-favorite-icon.png b/images/security-favorite-icon.png deleted file mode 100644 index d1276b08a..000000000 Binary files a/images/security-favorite-icon.png and /dev/null differ diff --git a/images/security-fda-7-16.png b/images/security-fda-7-16.png deleted file mode 100644 index b6365a81e..000000000 Binary files a/images/security-fda-7-16.png and /dev/null differ diff --git a/images/security-fda-jamf.png b/images/security-fda-jamf.png deleted file mode 100644 index 60462fff9..000000000 Binary files a/images/security-fda-jamf.png and /dev/null differ diff --git a/images/security-field-warning-icon copy.png b/images/security-field-warning-icon copy.png deleted file mode 100644 index b77960d73..000000000 Binary files a/images/security-field-warning-icon copy.png and /dev/null differ diff --git a/images/security-field-warning-icon.png b/images/security-field-warning-icon.png deleted file mode 100644 index b77960d73..000000000 Binary files a/images/security-field-warning-icon.png and /dev/null differ diff --git a/images/security-fields-browser.png b/images/security-fields-browser.png deleted file mode 100644 index b46d4f548..000000000 Binary files a/images/security-fields-browser.png and /dev/null differ diff --git a/images/security-filter-add-item.png b/images/security-filter-add-item.png deleted file mode 100644 index 004380ad3..000000000 Binary files a/images/security-filter-add-item.png and /dev/null differ diff --git a/images/security-filter-by-asset-criticality copy.png b/images/security-filter-by-asset-criticality copy.png deleted file mode 100644 index d5f426ca2..000000000 Binary files a/images/security-filter-by-asset-criticality copy.png and /dev/null differ diff --git a/images/security-filter-by-asset-criticality.png b/images/security-filter-by-asset-criticality.png deleted file mode 100644 index d5f426ca2..000000000 Binary files a/images/security-filter-by-asset-criticality.png and /dev/null differ diff --git a/images/security-filter-by-host-risk-level copy.png b/images/security-filter-by-host-risk-level copy.png deleted file mode 100644 index 84a56291d..000000000 Binary files a/images/security-filter-by-host-risk-level copy.png and /dev/null differ diff --git a/images/security-filter-by-host-risk-level.png b/images/security-filter-by-host-risk-level.png deleted file mode 100644 index 84a56291d..000000000 Binary files a/images/security-filter-by-host-risk-level.png and /dev/null differ diff --git a/images/security-filter-endpoints copy.png b/images/security-filter-endpoints copy.png deleted file mode 100644 index 8989c5175..000000000 Binary files a/images/security-filter-endpoints copy.png and /dev/null differ diff --git a/images/security-filter-endpoints.png b/images/security-filter-endpoints.png deleted file mode 100644 index 8989c5175..000000000 Binary files a/images/security-filter-endpoints.png and /dev/null differ diff --git a/images/security-filter-icon copy.png b/images/security-filter-icon copy.png deleted file mode 100644 index fb75463d1..000000000 Binary files a/images/security-filter-icon copy.png and /dev/null differ diff --git a/images/security-filter-icon.png b/images/security-filter-icon.png deleted file mode 100644 index fb75463d1..000000000 Binary files a/images/security-filter-icon.png and /dev/null differ diff --git a/images/security-filter-network-content.png b/images/security-filter-network-content.png deleted file mode 100644 index d55eb7e04..000000000 Binary files a/images/security-filter-network-content.png and /dev/null differ diff --git a/images/security-findings-page copy.png b/images/security-findings-page copy.png deleted file mode 100644 index 54b1e514e..000000000 Binary files a/images/security-findings-page copy.png and /dev/null differ diff --git a/images/security-findings-page.png b/images/security-findings-page.png deleted file mode 100644 index 54b1e514e..000000000 Binary files a/images/security-findings-page.png and /dev/null differ diff --git a/images/security-flyout-settings.png b/images/security-flyout-settings.png deleted file mode 100644 index a7f23f0df..000000000 Binary files a/images/security-flyout-settings.png and /dev/null differ diff --git a/images/security-full-screen-analyzer.png b/images/security-full-screen-analyzer.png deleted file mode 100644 index bb0e2ec4f..000000000 Binary files a/images/security-full-screen-analyzer.png and /dev/null differ diff --git a/images/security-graphical-view.png b/images/security-graphical-view.png deleted file mode 100644 index d7a56795e..000000000 Binary files a/images/security-graphical-view.png and /dev/null differ diff --git a/images/security-group-alerts copy.png b/images/security-group-alerts copy.png deleted file mode 100644 index 6f794f1de..000000000 Binary files a/images/security-group-alerts copy.png and /dev/null differ diff --git a/images/security-group-alerts-expand copy.png b/images/security-group-alerts-expand copy.png deleted file mode 100644 index 0304592bd..000000000 Binary files a/images/security-group-alerts-expand copy.png and /dev/null differ diff --git a/images/security-group-alerts-expand.png b/images/security-group-alerts-expand.png deleted file mode 100644 index 0304592bd..000000000 Binary files a/images/security-group-alerts-expand.png and /dev/null differ diff --git a/images/security-group-alerts.png b/images/security-group-alerts.png deleted file mode 100644 index 6f794f1de..000000000 Binary files a/images/security-group-alerts.png and /dev/null differ diff --git a/images/security-group-by-asset-criticality copy.png b/images/security-group-by-asset-criticality copy.png deleted file mode 100644 index 5d5fa6e28..000000000 Binary files a/images/security-group-by-asset-criticality copy.png and /dev/null differ diff --git a/images/security-group-by-asset-criticality.png b/images/security-group-by-asset-criticality.png deleted file mode 100644 index 5d5fa6e28..000000000 Binary files a/images/security-group-by-asset-criticality.png and /dev/null differ diff --git a/images/security-group-by-host-risk-level copy.png b/images/security-group-by-host-risk-level copy.png deleted file mode 100644 index 3c40e9dbf..000000000 Binary files a/images/security-group-by-host-risk-level copy.png and /dev/null differ diff --git a/images/security-group-by-host-risk-level.png b/images/security-group-by-host-risk-level.png deleted file mode 100644 index 3c40e9dbf..000000000 Binary files a/images/security-group-by-host-risk-level.png and /dev/null differ diff --git a/images/security-group-icon copy.png b/images/security-group-icon copy.png deleted file mode 100644 index 3fa9ad91a..000000000 Binary files a/images/security-group-icon copy.png and /dev/null differ diff --git a/images/security-group-icon.png b/images/security-group-icon.png deleted file mode 100644 index 3fa9ad91a..000000000 Binary files a/images/security-group-icon.png and /dev/null differ diff --git a/images/security-handle-icon copy.png b/images/security-handle-icon copy.png deleted file mode 100644 index 25c5593f6..000000000 Binary files a/images/security-handle-icon copy.png and /dev/null differ diff --git a/images/security-handle-icon.png b/images/security-handle-icon.png deleted file mode 100644 index 25c5593f6..000000000 Binary files a/images/security-handle-icon.png and /dev/null differ diff --git a/images/security-help-icon.png b/images/security-help-icon.png deleted file mode 100644 index 0d22c2ce0..000000000 Binary files a/images/security-help-icon.png and /dev/null differ diff --git a/images/security-host-asset-criticality.png b/images/security-host-asset-criticality.png deleted file mode 100644 index c3157649f..000000000 Binary files a/images/security-host-asset-criticality.png and /dev/null differ diff --git a/images/security-host-details-flyout.png b/images/security-host-details-flyout.png deleted file mode 100644 index a5a960a59..000000000 Binary files a/images/security-host-details-flyout.png and /dev/null differ diff --git a/images/security-host-details-hr-tab copy.png b/images/security-host-details-hr-tab copy.png deleted file mode 100644 index 64bf96324..000000000 Binary files a/images/security-host-details-hr-tab copy.png and /dev/null differ diff --git a/images/security-host-details-hr-tab.png b/images/security-host-details-hr-tab.png deleted file mode 100644 index 64bf96324..000000000 Binary files a/images/security-host-details-hr-tab.png and /dev/null differ diff --git a/images/security-host-details-overview copy.png b/images/security-host-details-overview copy.png deleted file mode 100644 index 8c19f8b90..000000000 Binary files a/images/security-host-details-overview copy.png and /dev/null differ diff --git a/images/security-host-details-overview.png b/images/security-host-details-overview.png deleted file mode 100644 index 8c19f8b90..000000000 Binary files a/images/security-host-details-overview.png and /dev/null differ diff --git a/images/security-host-flyout copy.png b/images/security-host-flyout copy.png deleted file mode 100644 index 0a3b36ac9..000000000 Binary files a/images/security-host-flyout copy.png and /dev/null differ diff --git a/images/security-host-flyout.png b/images/security-host-flyout.png deleted file mode 100644 index 0a3b36ac9..000000000 Binary files a/images/security-host-flyout.png and /dev/null differ diff --git a/images/security-host-isolated-notif.png b/images/security-host-isolated-notif.png deleted file mode 100644 index 8676d9fc2..000000000 Binary files a/images/security-host-isolated-notif.png and /dev/null differ diff --git a/images/security-host-isolation-exceptions-ui.png b/images/security-host-isolation-exceptions-ui.png deleted file mode 100644 index 250bd4eff..000000000 Binary files a/images/security-host-isolation-exceptions-ui.png and /dev/null differ diff --git a/images/security-host-observed-data.png b/images/security-host-observed-data.png deleted file mode 100644 index 6b4b04ccb..000000000 Binary files a/images/security-host-observed-data.png and /dev/null differ diff --git a/images/security-host-released-notif.png b/images/security-host-released-notif.png deleted file mode 100644 index f152cc0e1..000000000 Binary files a/images/security-host-released-notif.png and /dev/null differ diff --git a/images/security-host-risk-inputs.png b/images/security-host-risk-inputs.png deleted file mode 100644 index 483980f37..000000000 Binary files a/images/security-host-risk-inputs.png and /dev/null differ diff --git a/images/security-host-score-data copy.png b/images/security-host-score-data copy.png deleted file mode 100644 index 1fb6446c5..000000000 Binary files a/images/security-host-score-data copy.png and /dev/null differ diff --git a/images/security-host-score-data.png b/images/security-host-score-data.png deleted file mode 100644 index 1fb6446c5..000000000 Binary files a/images/security-host-score-data.png and /dev/null differ diff --git a/images/security-hosts-detail-pg copy.png b/images/security-hosts-detail-pg copy.png deleted file mode 100644 index b883fdf85..000000000 Binary files a/images/security-hosts-detail-pg copy.png and /dev/null differ diff --git a/images/security-hosts-detail-pg.png b/images/security-hosts-detail-pg.png deleted file mode 100644 index b883fdf85..000000000 Binary files a/images/security-hosts-detail-pg.png and /dev/null differ diff --git a/images/security-hosts-hr-data copy.png b/images/security-hosts-hr-data copy.png deleted file mode 100644 index a57826594..000000000 Binary files a/images/security-hosts-hr-data copy.png and /dev/null differ diff --git a/images/security-hosts-hr-data.png b/images/security-hosts-hr-data.png deleted file mode 100644 index a57826594..000000000 Binary files a/images/security-hosts-hr-data.png and /dev/null differ diff --git a/images/security-hosts-hr-level copy.png b/images/security-hosts-hr-level copy.png deleted file mode 100644 index b73d34765..000000000 Binary files a/images/security-hosts-hr-level copy.png and /dev/null differ diff --git a/images/security-hosts-hr-level.png b/images/security-hosts-hr-level.png deleted file mode 100644 index b73d34765..000000000 Binary files a/images/security-hosts-hr-level.png and /dev/null differ diff --git a/images/security-hosts-ov-pg copy.png b/images/security-hosts-ov-pg copy.png deleted file mode 100644 index c234836f1..000000000 Binary files a/images/security-hosts-ov-pg copy.png and /dev/null differ diff --git a/images/security-hosts-ov-pg.png b/images/security-hosts-ov-pg.png deleted file mode 100644 index c234836f1..000000000 Binary files a/images/security-hosts-ov-pg.png and /dev/null differ diff --git a/images/security-hrl-sort-by-host-risk-score copy.png b/images/security-hrl-sort-by-host-risk-score copy.png deleted file mode 100644 index 57ee2bbee..000000000 Binary files a/images/security-hrl-sort-by-host-risk-score copy.png and /dev/null differ diff --git a/images/security-hrl-sort-by-host-risk-score.png b/images/security-hrl-sort-by-host-risk-score.png deleted file mode 100644 index 57ee2bbee..000000000 Binary files a/images/security-hrl-sort-by-host-risk-score.png and /dev/null differ diff --git a/images/security-icon-add-note.png b/images/security-icon-add-note.png deleted file mode 100644 index b49eac2fe..000000000 Binary files a/images/security-icon-add-note.png and /dev/null differ diff --git a/images/security-icon-add-to-case copy.png b/images/security-icon-add-to-case copy.png deleted file mode 100644 index cff67ff23..000000000 Binary files a/images/security-icon-add-to-case copy.png and /dev/null differ diff --git a/images/security-icon-add-to-case.png b/images/security-icon-add-to-case.png deleted file mode 100644 index cff67ff23..000000000 Binary files a/images/security-icon-add-to-case.png and /dev/null differ diff --git a/images/security-icon-add-to-timeline copy.png b/images/security-icon-add-to-timeline copy.png deleted file mode 100644 index c01802253..000000000 Binary files a/images/security-icon-add-to-timeline copy.png and /dev/null differ diff --git a/images/security-icon-add-to-timeline.png b/images/security-icon-add-to-timeline.png deleted file mode 100644 index c01802253..000000000 Binary files a/images/security-icon-add-to-timeline.png and /dev/null differ diff --git a/images/security-icon-copy copy.png b/images/security-icon-copy copy.png deleted file mode 100644 index e0a53121d..000000000 Binary files a/images/security-icon-copy copy.png and /dev/null differ diff --git a/images/security-icon-copy.png b/images/security-icon-copy.png deleted file mode 100644 index e0a53121d..000000000 Binary files a/images/security-icon-copy.png and /dev/null differ diff --git a/images/security-icon-settings copy.png b/images/security-icon-settings copy.png deleted file mode 100644 index ead584f04..000000000 Binary files a/images/security-icon-settings copy.png and /dev/null differ diff --git a/images/security-icon-settings.png b/images/security-icon-settings.png deleted file mode 100644 index ead584f04..000000000 Binary files a/images/security-icon-settings.png and /dev/null differ diff --git a/images/security-ig-alert-flyout-invest-tab.png b/images/security-ig-alert-flyout-invest-tab.png deleted file mode 100644 index b778699fb..000000000 Binary files a/images/security-ig-alert-flyout-invest-tab.png and /dev/null differ diff --git a/images/security-ig-alert-flyout.png b/images/security-ig-alert-flyout.png deleted file mode 100644 index a7a8bbe74..000000000 Binary files a/images/security-ig-alert-flyout.png and /dev/null differ diff --git a/images/security-ig-error-icon.png b/images/security-ig-error-icon.png deleted file mode 100644 index 5f1b93cec..000000000 Binary files a/images/security-ig-error-icon.png and /dev/null differ diff --git a/images/security-ig-filters-field-custom-value.png b/images/security-ig-filters-field-custom-value.png deleted file mode 100644 index 0c625298b..000000000 Binary files a/images/security-ig-filters-field-custom-value.png and /dev/null differ diff --git a/images/security-ig-investigate-icon.png b/images/security-ig-investigate-icon.png deleted file mode 100644 index 4d36b96fc..000000000 Binary files a/images/security-ig-investigate-icon.png and /dev/null differ diff --git a/images/security-ig-investigation-guide-editor.png b/images/security-ig-investigation-guide-editor.png deleted file mode 100644 index 0f299b3b0..000000000 Binary files a/images/security-ig-investigation-guide-editor.png and /dev/null differ diff --git a/images/security-ig-investigation-query-builder.png b/images/security-ig-investigation-query-builder.png deleted file mode 100644 index 2e96df67d..000000000 Binary files a/images/security-ig-investigation-query-builder.png and /dev/null differ diff --git a/images/security-ig-timeline-query.png b/images/security-ig-timeline-query.png deleted file mode 100644 index 399903140..000000000 Binary files a/images/security-ig-timeline-query.png and /dev/null differ diff --git a/images/security-ig-timeline-template-fields.png b/images/security-ig-timeline-template-fields.png deleted file mode 100644 index d0c7ee0f7..000000000 Binary files a/images/security-ig-timeline-template-fields.png and /dev/null differ diff --git a/images/security-ig-timeline.png b/images/security-ig-timeline.png deleted file mode 100644 index d5ad77350..000000000 Binary files a/images/security-ig-timeline.png and /dev/null differ diff --git a/images/security-indicator-added-to-case copy.png b/images/security-indicator-added-to-case copy.png deleted file mode 100644 index 6b1f498c9..000000000 Binary files a/images/security-indicator-added-to-case copy.png and /dev/null differ diff --git a/images/security-indicator-added-to-case.png b/images/security-indicator-added-to-case.png deleted file mode 100644 index 6b1f498c9..000000000 Binary files a/images/security-indicator-added-to-case.png and /dev/null differ diff --git a/images/security-indicator-details-flyout copy.png b/images/security-indicator-details-flyout copy.png deleted file mode 100644 index 073a7f71e..000000000 Binary files a/images/security-indicator-details-flyout copy.png and /dev/null differ diff --git a/images/security-indicator-details-flyout.png b/images/security-indicator-details-flyout.png deleted file mode 100644 index 073a7f71e..000000000 Binary files a/images/security-indicator-details-flyout.png and /dev/null differ diff --git a/images/security-indicator-in-timeline copy.png b/images/security-indicator-in-timeline copy.png deleted file mode 100644 index f0e4e7043..000000000 Binary files a/images/security-indicator-in-timeline copy.png and /dev/null differ diff --git a/images/security-indicator-in-timeline.png b/images/security-indicator-in-timeline.png deleted file mode 100644 index f0e4e7043..000000000 Binary files a/images/security-indicator-in-timeline.png and /dev/null differ diff --git a/images/security-indicator-query-timeline copy.png b/images/security-indicator-query-timeline copy.png deleted file mode 100644 index cdb612899..000000000 Binary files a/images/security-indicator-query-timeline copy.png and /dev/null differ diff --git a/images/security-indicator-query-timeline.png b/images/security-indicator-query-timeline.png deleted file mode 100644 index cdb612899..000000000 Binary files a/images/security-indicator-query-timeline.png and /dev/null differ diff --git a/images/security-indicator-rule-example.png b/images/security-indicator-rule-example.png deleted file mode 100644 index d30a7073e..000000000 Binary files a/images/security-indicator-rule-example.png and /dev/null differ diff --git a/images/security-indicator_value_list.png b/images/security-indicator_value_list.png deleted file mode 100644 index bbc8f064e..000000000 Binary files a/images/security-indicator_value_list.png and /dev/null differ diff --git a/images/security-indicators-table copy.png b/images/security-indicators-table copy.png deleted file mode 100644 index 3219eae6d..000000000 Binary files a/images/security-indicators-table copy.png and /dev/null differ diff --git a/images/security-indicators-table.png b/images/security-indicators-table.png deleted file mode 100644 index 3219eae6d..000000000 Binary files a/images/security-indicators-table.png and /dev/null differ diff --git a/images/security-inline-actions-legend copy.png b/images/security-inline-actions-legend copy.png deleted file mode 100644 index b20069160..000000000 Binary files a/images/security-inline-actions-legend copy.png and /dev/null differ diff --git a/images/security-inline-actions-legend.png b/images/security-inline-actions-legend.png deleted file mode 100644 index b20069160..000000000 Binary files a/images/security-inline-actions-legend.png and /dev/null differ diff --git a/images/security-inline-actions-menu copy.png b/images/security-inline-actions-menu copy.png deleted file mode 100644 index 5c4dff3d7..000000000 Binary files a/images/security-inline-actions-menu copy.png and /dev/null differ diff --git a/images/security-inline-actions-menu.png b/images/security-inline-actions-menu.png deleted file mode 100644 index 5c4dff3d7..000000000 Binary files a/images/security-inline-actions-menu.png and /dev/null differ diff --git a/images/security-insights-section-rp.png b/images/security-insights-section-rp.png deleted file mode 100644 index f10cc70a7..000000000 Binary files a/images/security-insights-section-rp.png and /dev/null differ diff --git a/images/security-inspect-icon copy.png b/images/security-inspect-icon copy.png deleted file mode 100644 index 90da4c23f..000000000 Binary files a/images/security-inspect-icon copy.png and /dev/null differ diff --git a/images/security-inspect-icon-context copy.png b/images/security-inspect-icon-context copy.png deleted file mode 100644 index d3eab264c..000000000 Binary files a/images/security-inspect-icon-context copy.png and /dev/null differ diff --git a/images/security-inspect-icon-context.png b/images/security-inspect-icon-context.png deleted file mode 100644 index d3eab264c..000000000 Binary files a/images/security-inspect-icon-context.png and /dev/null differ diff --git a/images/security-inspect-icon.png b/images/security-inspect-icon.png deleted file mode 100644 index 90da4c23f..000000000 Binary files a/images/security-inspect-icon.png and /dev/null differ diff --git a/images/security-integration-advanced-settings copy.png b/images/security-integration-advanced-settings copy.png deleted file mode 100644 index 8d1fd3851..000000000 Binary files a/images/security-integration-advanced-settings copy.png and /dev/null differ diff --git a/images/security-integration-advanced-settings.png b/images/security-integration-advanced-settings.png deleted file mode 100644 index 8d1fd3851..000000000 Binary files a/images/security-integration-advanced-settings.png and /dev/null differ diff --git a/images/security-integration-pg copy.png b/images/security-integration-pg copy.png deleted file mode 100644 index 0388413b1..000000000 Binary files a/images/security-integration-pg copy.png and /dev/null differ diff --git a/images/security-integration-pg.png b/images/security-integration-pg.png deleted file mode 100644 index 0388413b1..000000000 Binary files a/images/security-integration-pg.png and /dev/null differ diff --git a/images/security-interact-with-indicators-table copy.gif b/images/security-interact-with-indicators-table copy.gif deleted file mode 100644 index e98f0f8e1..000000000 Binary files a/images/security-interact-with-indicators-table copy.gif and /dev/null differ diff --git a/images/security-interact-with-indicators-table.gif b/images/security-interact-with-indicators-table.gif deleted file mode 100644 index e98f0f8e1..000000000 Binary files a/images/security-interact-with-indicators-table.gif and /dev/null differ diff --git a/images/security-invalid-filter.png b/images/security-invalid-filter.png deleted file mode 100644 index ff0e5fba2..000000000 Binary files a/images/security-invalid-filter.png and /dev/null differ diff --git a/images/security-investigation-section-rp.png b/images/security-investigation-section-rp.png deleted file mode 100644 index c49659314..000000000 Binary files a/images/security-investigation-section-rp.png and /dev/null differ diff --git a/images/security-isolated-host copy.png b/images/security-isolated-host copy.png deleted file mode 100644 index de557e656..000000000 Binary files a/images/security-isolated-host copy.png and /dev/null differ diff --git a/images/security-isolated-host.png b/images/security-isolated-host.png deleted file mode 100644 index de557e656..000000000 Binary files a/images/security-isolated-host.png and /dev/null differ diff --git a/images/security-knowledge-base-add-index-config copy.png b/images/security-knowledge-base-add-index-config copy.png deleted file mode 100644 index 3fcb91977..000000000 Binary files a/images/security-knowledge-base-add-index-config copy.png and /dev/null differ diff --git a/images/security-knowledge-base-add-index-config.png b/images/security-knowledge-base-add-index-config.png deleted file mode 100644 index 3fcb91977..000000000 Binary files a/images/security-knowledge-base-add-index-config.png and /dev/null differ diff --git a/images/security-knowledge-base-assistant-menu-dropdown copy.png b/images/security-knowledge-base-assistant-menu-dropdown copy.png deleted file mode 100644 index 785c79e75..000000000 Binary files a/images/security-knowledge-base-assistant-menu-dropdown copy.png and /dev/null differ diff --git a/images/security-knowledge-base-assistant-menu-dropdown.png b/images/security-knowledge-base-assistant-menu-dropdown.png deleted file mode 100644 index 785c79e75..000000000 Binary files a/images/security-knowledge-base-assistant-menu-dropdown.png and /dev/null differ diff --git a/images/security-knowledge-base-assistant-settings-kb-tab copy.png b/images/security-knowledge-base-assistant-settings-kb-tab copy.png deleted file mode 100644 index 74c799dd3..000000000 Binary files a/images/security-knowledge-base-assistant-settings-kb-tab copy.png and /dev/null differ diff --git a/images/security-knowledge-base-assistant-settings-kb-tab.png b/images/security-knowledge-base-assistant-settings-kb-tab.png deleted file mode 100644 index 74c799dd3..000000000 Binary files a/images/security-knowledge-base-assistant-settings-kb-tab.png and /dev/null differ diff --git a/images/security-knowledge-base-assistant-setup-button copy.png b/images/security-knowledge-base-assistant-setup-button copy.png deleted file mode 100644 index d861ba361..000000000 Binary files a/images/security-knowledge-base-assistant-setup-button copy.png and /dev/null differ diff --git a/images/security-knowledge-base-assistant-setup-button.png b/images/security-knowledge-base-assistant-setup-button.png deleted file mode 100644 index d861ba361..000000000 Binary files a/images/security-knowledge-base-assistant-setup-button.png and /dev/null differ diff --git a/images/security-knowledge-base-rbac copy.png b/images/security-knowledge-base-rbac copy.png deleted file mode 100644 index 84b950504..000000000 Binary files a/images/security-knowledge-base-rbac copy.png and /dev/null differ diff --git a/images/security-knowledge-base-rbac.png b/images/security-knowledge-base-rbac.png deleted file mode 100644 index 84b950504..000000000 Binary files a/images/security-knowledge-base-rbac.png and /dev/null differ diff --git a/images/security-kspm-add-agent-wizard copy.png b/images/security-kspm-add-agent-wizard copy.png deleted file mode 100644 index d61fec758..000000000 Binary files a/images/security-kspm-add-agent-wizard copy.png and /dev/null differ diff --git a/images/security-kspm-add-agent-wizard.png b/images/security-kspm-add-agent-wizard.png deleted file mode 100644 index d61fec758..000000000 Binary files a/images/security-kspm-add-agent-wizard.png and /dev/null differ diff --git a/images/security-kubernetes-dashboard.png b/images/security-kubernetes-dashboard.png deleted file mode 100644 index 43e4a516a..000000000 Binary files a/images/security-kubernetes-dashboard.png and /dev/null differ diff --git a/images/security-lens-button-osquery.png b/images/security-lens-button-osquery.png deleted file mode 100644 index 92c79f0f2..000000000 Binary files a/images/security-lens-button-osquery.png and /dev/null differ diff --git a/images/security-link.svg b/images/security-link.svg deleted file mode 100644 index 310607d54..000000000 --- a/images/security-link.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/images/security-live-feed-ov-page.png b/images/security-live-feed-ov-page.png deleted file mode 100644 index afc53301c..000000000 Binary files a/images/security-live-feed-ov-page.png and /dev/null differ diff --git a/images/security-lms-cli-welcome copy.png b/images/security-lms-cli-welcome copy.png deleted file mode 100644 index af885b758..000000000 Binary files a/images/security-lms-cli-welcome copy.png and /dev/null differ diff --git a/images/security-lms-cli-welcome.png b/images/security-lms-cli-welcome.png deleted file mode 100644 index af885b758..000000000 Binary files a/images/security-lms-cli-welcome.png and /dev/null differ diff --git a/images/security-lms-custom-logs-config copy.png b/images/security-lms-custom-logs-config copy.png deleted file mode 100644 index 35e82e89c..000000000 Binary files a/images/security-lms-custom-logs-config copy.png and /dev/null differ diff --git a/images/security-lms-custom-logs-config.png b/images/security-lms-custom-logs-config.png deleted file mode 100644 index 35e82e89c..000000000 Binary files a/images/security-lms-custom-logs-config.png and /dev/null differ diff --git a/images/security-lms-edit-connector copy.png b/images/security-lms-edit-connector copy.png deleted file mode 100644 index 6f23209e5..000000000 Binary files a/images/security-lms-edit-connector copy.png and /dev/null differ diff --git a/images/security-lms-edit-connector.png b/images/security-lms-edit-connector.png deleted file mode 100644 index 6f23209e5..000000000 Binary files a/images/security-lms-edit-connector.png and /dev/null differ diff --git a/images/security-lms-model-select copy.png b/images/security-lms-model-select copy.png deleted file mode 100644 index 38f6168d9..000000000 Binary files a/images/security-lms-model-select copy.png and /dev/null differ diff --git a/images/security-lms-model-select.png b/images/security-lms-model-select.png deleted file mode 100644 index 38f6168d9..000000000 Binary files a/images/security-lms-model-select.png and /dev/null differ diff --git a/images/security-lms-ps-command copy.png b/images/security-lms-ps-command copy.png deleted file mode 100644 index 570acd78f..000000000 Binary files a/images/security-lms-ps-command copy.png and /dev/null differ diff --git a/images/security-lms-ps-command.png b/images/security-lms-ps-command.png deleted file mode 100644 index 570acd78f..000000000 Binary files a/images/security-lms-ps-command.png and /dev/null differ diff --git a/images/security-lms-studio-arch-diagram copy.png b/images/security-lms-studio-arch-diagram copy.png deleted file mode 100644 index 4b737bbb7..000000000 Binary files a/images/security-lms-studio-arch-diagram copy.png and /dev/null differ diff --git a/images/security-lms-studio-arch-diagram.png b/images/security-lms-studio-arch-diagram.png deleted file mode 100644 index 4b737bbb7..000000000 Binary files a/images/security-lms-studio-arch-diagram.png and /dev/null differ diff --git a/images/security-lms-studio-model-loaded-msg copy.png b/images/security-lms-studio-model-loaded-msg copy.png deleted file mode 100644 index 0ec162e08..000000000 Binary files a/images/security-lms-studio-model-loaded-msg copy.png and /dev/null differ diff --git a/images/security-lms-studio-model-loaded-msg.png b/images/security-lms-studio-model-loaded-msg.png deleted file mode 100644 index 0ec162e08..000000000 Binary files a/images/security-lms-studio-model-loaded-msg.png and /dev/null differ diff --git a/images/security-lock-button.png b/images/security-lock-button.png deleted file mode 100644 index 316ea8190..000000000 Binary files a/images/security-lock-button.png and /dev/null differ diff --git a/images/security-malware-protection.png b/images/security-malware-protection.png deleted file mode 100644 index 21f824ede..000000000 Binary files a/images/security-malware-protection.png and /dev/null differ diff --git a/images/security-manage-default-rule-list copy.png b/images/security-manage-default-rule-list copy.png deleted file mode 100644 index 1dc17856c..000000000 Binary files a/images/security-manage-default-rule-list copy.png and /dev/null differ diff --git a/images/security-manage-default-rule-list.png b/images/security-manage-default-rule-list.png deleted file mode 100644 index 1dc17856c..000000000 Binary files a/images/security-manage-default-rule-list.png and /dev/null differ diff --git a/images/security-manage-pg copy.png b/images/security-manage-pg copy.png deleted file mode 100644 index 3dbd9c2c5..000000000 Binary files a/images/security-manage-pg copy.png and /dev/null differ diff --git a/images/security-manage-pg.png b/images/security-manage-pg.png deleted file mode 100644 index 3dbd9c2c5..000000000 Binary files a/images/security-manage-pg.png and /dev/null differ diff --git a/images/security-manage-value-list.png b/images/security-manage-value-list.png deleted file mode 100644 index 7b65290cc..000000000 Binary files a/images/security-manage-value-list.png and /dev/null differ diff --git a/images/security-manual-rule-run-table copy.png b/images/security-manual-rule-run-table copy.png deleted file mode 100644 index ddacb233e..000000000 Binary files a/images/security-manual-rule-run-table copy.png and /dev/null differ diff --git a/images/security-manual-rule-run-table.png b/images/security-manual-rule-run-table.png deleted file mode 100644 index ddacb233e..000000000 Binary files a/images/security-manual-rule-run-table.png and /dev/null differ diff --git a/images/security-markdown-icon copy.png b/images/security-markdown-icon copy.png deleted file mode 100644 index b0f8c9943..000000000 Binary files a/images/security-markdown-icon copy.png and /dev/null differ diff --git a/images/security-markdown-icon.png b/images/security-markdown-icon.png deleted file mode 100644 index b0f8c9943..000000000 Binary files a/images/security-markdown-icon.png and /dev/null differ diff --git a/images/security-memory-protection.png b/images/security-memory-protection.png deleted file mode 100644 index b5fae9f15..000000000 Binary files a/images/security-memory-protection.png and /dev/null differ diff --git a/images/security-metadata-tab.png b/images/security-metadata-tab.png deleted file mode 100644 index 884440849..000000000 Binary files a/images/security-metadata-tab.png and /dev/null differ diff --git a/images/security-ml-rule-threshold.png b/images/security-ml-rule-threshold.png deleted file mode 100644 index 98b1beeee..000000000 Binary files a/images/security-ml-rule-threshold.png and /dev/null differ diff --git a/images/security-ml-ui copy.png b/images/security-ml-ui copy.png deleted file mode 100644 index 8c1df87db..000000000 Binary files a/images/security-ml-ui copy.png and /dev/null differ diff --git a/images/security-ml-ui.png b/images/security-ml-ui.png deleted file mode 100644 index 8c1df87db..000000000 Binary files a/images/security-ml-ui.png and /dev/null differ diff --git a/images/security-monitor-table copy.png b/images/security-monitor-table copy.png deleted file mode 100644 index 05cb4c3aa..000000000 Binary files a/images/security-monitor-table copy.png and /dev/null differ diff --git a/images/security-monitor-table.png b/images/security-monitor-table.png deleted file mode 100644 index 05cb4c3aa..000000000 Binary files a/images/security-monitor-table.png and /dev/null differ diff --git a/images/security-nav-overview copy.gif b/images/security-nav-overview copy.gif deleted file mode 100644 index 00c0bb0a7..000000000 Binary files a/images/security-nav-overview copy.gif and /dev/null differ diff --git a/images/security-nested-exp copy.png b/images/security-nested-exp copy.png deleted file mode 100644 index b403c0b46..000000000 Binary files a/images/security-nested-exp copy.png and /dev/null differ diff --git a/images/security-nested-exp.png b/images/security-nested-exp.png deleted file mode 100644 index b403c0b46..000000000 Binary files a/images/security-nested-exp.png and /dev/null differ diff --git a/images/security-network-ui copy.png b/images/security-network-ui copy.png deleted file mode 100644 index 558bb31b8..000000000 Binary files a/images/security-network-ui copy.png and /dev/null differ diff --git a/images/security-network-ui.png b/images/security-network-ui.png deleted file mode 100644 index 558bb31b8..000000000 Binary files a/images/security-network-ui.png and /dev/null differ diff --git a/images/security-new-note-alert-event copy.png b/images/security-new-note-alert-event copy.png deleted file mode 100644 index 33e47fd17..000000000 Binary files a/images/security-new-note-alert-event copy.png and /dev/null differ diff --git a/images/security-new-note-alert-event.png b/images/security-new-note-alert-event.png deleted file mode 100644 index 33e47fd17..000000000 Binary files a/images/security-new-note-alert-event.png and /dev/null differ diff --git a/images/security-new-note-timeline-tab copy.png b/images/security-new-note-timeline-tab copy.png deleted file mode 100644 index 72e9c3682..000000000 Binary files a/images/security-new-note-timeline-tab copy.png and /dev/null differ diff --git a/images/security-new-note-timeline-tab.png b/images/security-new-note-timeline-tab.png deleted file mode 100644 index 72e9c3682..000000000 Binary files a/images/security-new-note-timeline-tab.png and /dev/null differ diff --git a/images/security-node-legend.png b/images/security-node-legend.png deleted file mode 100644 index 0ba9bf664..000000000 Binary files a/images/security-node-legend.png and /dev/null differ diff --git a/images/security-notes-management-page copy.png b/images/security-notes-management-page copy.png deleted file mode 100644 index 78ee8f55b..000000000 Binary files a/images/security-notes-management-page copy.png and /dev/null differ diff --git a/images/security-notes-management-page.png b/images/security-notes-management-page.png deleted file mode 100644 index 78ee8f55b..000000000 Binary files a/images/security-notes-management-page.png and /dev/null differ diff --git a/images/security-notes-page-document-details copy.png b/images/security-notes-page-document-details copy.png deleted file mode 100644 index 4070d1e3d..000000000 Binary files a/images/security-notes-page-document-details copy.png and /dev/null differ diff --git a/images/security-notes-page-document-details.png b/images/security-notes-page-document-details.png deleted file mode 100644 index 4070d1e3d..000000000 Binary files a/images/security-notes-page-document-details.png and /dev/null differ diff --git a/images/security-notes-page-timeline-details copy.png b/images/security-notes-page-timeline-details copy.png deleted file mode 100644 index 1c83c81df..000000000 Binary files a/images/security-notes-page-timeline-details copy.png and /dev/null differ diff --git a/images/security-notes-page-timeline-details.png b/images/security-notes-page-timeline-details.png deleted file mode 100644 index 1c83c81df..000000000 Binary files a/images/security-notes-page-timeline-details.png and /dev/null differ diff --git a/images/security-notes-tab-lp.png b/images/security-notes-tab-lp.png deleted file mode 100644 index e277a109f..000000000 Binary files a/images/security-notes-tab-lp.png and /dev/null differ diff --git a/images/security-notifications-jamf.png b/images/security-notifications-jamf.png deleted file mode 100644 index a4b329396..000000000 Binary files a/images/security-notifications-jamf.png and /dev/null differ diff --git a/images/security-offline-adv-settings.png b/images/security-offline-adv-settings.png deleted file mode 100644 index 61223b704..000000000 Binary files a/images/security-offline-adv-settings.png and /dev/null differ diff --git a/images/security-offline-endpoint-version-discover.png b/images/security-offline-endpoint-version-discover.png deleted file mode 100644 index 482e48b32..000000000 Binary files a/images/security-offline-endpoint-version-discover.png and /dev/null differ diff --git a/images/security-open-alert-details-flyout.gif b/images/security-open-alert-details-flyout.gif deleted file mode 100644 index 29a156e35..000000000 Binary files a/images/security-open-alert-details-flyout.gif and /dev/null differ diff --git a/images/security-osquery-button copy.png b/images/security-osquery-button copy.png deleted file mode 100644 index bee81e5cd..000000000 Binary files a/images/security-osquery-button copy.png and /dev/null differ diff --git a/images/security-osquery-button.png b/images/security-osquery-button.png deleted file mode 100644 index bee81e5cd..000000000 Binary files a/images/security-osquery-button.png and /dev/null differ diff --git a/images/security-osquery-investigation-guide copy.png b/images/security-osquery-investigation-guide copy.png deleted file mode 100644 index c4353856c..000000000 Binary files a/images/security-osquery-investigation-guide copy.png and /dev/null differ diff --git a/images/security-osquery-investigation-guide.png b/images/security-osquery-investigation-guide.png deleted file mode 100644 index c4353856c..000000000 Binary files a/images/security-osquery-investigation-guide.png and /dev/null differ diff --git a/images/security-osquery-results-tab copy.png b/images/security-osquery-results-tab copy.png deleted file mode 100644 index 92d4b8edc..000000000 Binary files a/images/security-osquery-results-tab copy.png and /dev/null differ diff --git a/images/security-osquery-results-tab.png b/images/security-osquery-results-tab.png deleted file mode 100644 index 92d4b8edc..000000000 Binary files a/images/security-osquery-results-tab.png and /dev/null differ diff --git a/images/security-overview-pg copy.png b/images/security-overview-pg copy.png deleted file mode 100644 index f841dfe45..000000000 Binary files a/images/security-overview-pg copy.png and /dev/null differ diff --git a/images/security-overview-pg.png b/images/security-overview-pg.png deleted file mode 100644 index f841dfe45..000000000 Binary files a/images/security-overview-pg.png and /dev/null differ diff --git a/images/security-pack-expand-button-osquery.png b/images/security-pack-expand-button-osquery.png deleted file mode 100644 index 11e201564..000000000 Binary files a/images/security-pack-expand-button-osquery.png and /dev/null differ diff --git a/images/security-pack-query-results.png b/images/security-pack-query-results.png deleted file mode 100644 index 0baa9162d..000000000 Binary files a/images/security-pack-query-results.png and /dev/null differ diff --git a/images/security-pencil-icon copy.png b/images/security-pencil-icon copy.png deleted file mode 100644 index b6d659fbf..000000000 Binary files a/images/security-pencil-icon copy.png and /dev/null differ diff --git a/images/security-pencil-icon.png b/images/security-pencil-icon.png deleted file mode 100644 index b6d659fbf..000000000 Binary files a/images/security-pencil-icon.png and /dev/null differ diff --git a/images/security-policy-list copy.png b/images/security-policy-list copy.png deleted file mode 100644 index 698cc59ca..000000000 Binary files a/images/security-policy-list copy.png and /dev/null differ diff --git a/images/security-policy-list.png b/images/security-policy-list.png deleted file mode 100644 index 698cc59ca..000000000 Binary files a/images/security-policy-list.png and /dev/null differ diff --git a/images/security-prebuilt-rules-add copy.png b/images/security-prebuilt-rules-add copy.png deleted file mode 100644 index ec7993aa0..000000000 Binary files a/images/security-prebuilt-rules-add copy.png and /dev/null differ diff --git a/images/security-prebuilt-rules-add-badge copy.png b/images/security-prebuilt-rules-add-badge copy.png deleted file mode 100644 index d82a3f2d3..000000000 Binary files a/images/security-prebuilt-rules-add-badge copy.png and /dev/null differ diff --git a/images/security-prebuilt-rules-add-badge.png b/images/security-prebuilt-rules-add-badge.png deleted file mode 100644 index d82a3f2d3..000000000 Binary files a/images/security-prebuilt-rules-add-badge.png and /dev/null differ diff --git a/images/security-prebuilt-rules-add.png b/images/security-prebuilt-rules-add.png deleted file mode 100644 index ec7993aa0..000000000 Binary files a/images/security-prebuilt-rules-add.png and /dev/null differ diff --git a/images/security-prebuilt-rules-update copy.png b/images/security-prebuilt-rules-update copy.png deleted file mode 100644 index ade5071b5..000000000 Binary files a/images/security-prebuilt-rules-update copy.png and /dev/null differ diff --git a/images/security-prebuilt-rules-update-diff copy.png b/images/security-prebuilt-rules-update-diff copy.png deleted file mode 100644 index 07bd15ab9..000000000 Binary files a/images/security-prebuilt-rules-update-diff copy.png and /dev/null differ diff --git a/images/security-prebuilt-rules-update-diff.png b/images/security-prebuilt-rules-update-diff.png deleted file mode 100644 index 07bd15ab9..000000000 Binary files a/images/security-prebuilt-rules-update-diff.png and /dev/null differ diff --git a/images/security-prebuilt-rules-update.png b/images/security-prebuilt-rules-update.png deleted file mode 100644 index ade5071b5..000000000 Binary files a/images/security-prebuilt-rules-update.png and /dev/null differ diff --git a/images/security-preview-risky-entities.png b/images/security-preview-risky-entities.png deleted file mode 100644 index ce345d40e..000000000 Binary files a/images/security-preview-risky-entities.png and /dev/null differ diff --git a/images/security-preview-rule copy.png b/images/security-preview-rule copy.png deleted file mode 100644 index 97c0a1aad..000000000 Binary files a/images/security-preview-rule copy.png and /dev/null differ diff --git a/images/security-preview-rule.png b/images/security-preview-rule.png deleted file mode 100644 index 97c0a1aad..000000000 Binary files a/images/security-preview-rule.png and /dev/null differ diff --git a/images/security-privacy_security_ven.png b/images/security-privacy_security_ven.png deleted file mode 100644 index f73012cfa..000000000 Binary files a/images/security-privacy_security_ven.png and /dev/null differ diff --git a/images/security-process-details.png b/images/security-process-details.png deleted file mode 100644 index c8b92c81b..000000000 Binary files a/images/security-process-details.png and /dev/null differ diff --git a/images/security-process-exception.png b/images/security-process-exception.png deleted file mode 100644 index a3a14fe25..000000000 Binary files a/images/security-process-exception.png and /dev/null differ diff --git a/images/security-process-list.png b/images/security-process-list.png deleted file mode 100644 index 105d723d5..000000000 Binary files a/images/security-process-list.png and /dev/null differ diff --git a/images/security-process-schema.png b/images/security-process-schema.png deleted file mode 100644 index 85d393d0c..000000000 Binary files a/images/security-process-schema.png and /dev/null differ diff --git a/images/security-process-specific-exception.png b/images/security-process-specific-exception.png deleted file mode 100644 index b16154395..000000000 Binary files a/images/security-process-specific-exception.png and /dev/null differ diff --git a/images/security-query-builder-button.png b/images/security-query-builder-button.png deleted file mode 100644 index 28b020f4a..000000000 Binary files a/images/security-query-builder-button.png and /dev/null differ diff --git a/images/security-quick-prompts.png b/images/security-quick-prompts.png deleted file mode 100644 index 55d6ad2f2..000000000 Binary files a/images/security-quick-prompts.png and /dev/null differ diff --git a/images/security-ransomware-protection.png b/images/security-ransomware-protection.png deleted file mode 100644 index 824194f19..000000000 Binary files a/images/security-ransomware-protection.png and /dev/null differ diff --git a/images/security-red-x-icon copy.png b/images/security-red-x-icon copy.png deleted file mode 100644 index 85b1fdb47..000000000 Binary files a/images/security-red-x-icon copy.png and /dev/null differ diff --git a/images/security-red-x-icon.png b/images/security-red-x-icon.png deleted file mode 100644 index 85b1fdb47..000000000 Binary files a/images/security-red-x-icon.png and /dev/null differ diff --git a/images/security-register-as-antivirus.png b/images/security-register-as-antivirus.png deleted file mode 100644 index 61fb3d2fa..000000000 Binary files a/images/security-register-as-antivirus.png and /dev/null differ diff --git a/images/security-remove-field-button.png b/images/security-remove-field-button.png deleted file mode 100644 index f5e272fe8..000000000 Binary files a/images/security-remove-field-button.png and /dev/null differ diff --git a/images/security-remove-indicator copy.png b/images/security-remove-indicator copy.png deleted file mode 100644 index f13242992..000000000 Binary files a/images/security-remove-indicator copy.png and /dev/null differ diff --git a/images/security-remove-indicator.png b/images/security-remove-indicator.png deleted file mode 100644 index f13242992..000000000 Binary files a/images/security-remove-indicator.png and /dev/null differ diff --git a/images/security-remove-value-list-item.png b/images/security-remove-value-list-item.png deleted file mode 100644 index 7f998809a..000000000 Binary files a/images/security-remove-value-list-item.png and /dev/null differ diff --git a/images/security-remove-value-list.png b/images/security-remove-value-list.png deleted file mode 100644 index b8fbd49bd..000000000 Binary files a/images/security-remove-value-list.png and /dev/null differ diff --git a/images/security-response-action-rp.png b/images/security-response-action-rp.png deleted file mode 100644 index 03bac2104..000000000 Binary files a/images/security-response-action-rp.png and /dev/null differ diff --git a/images/security-response-actions-history-console copy.png b/images/security-response-actions-history-console copy.png deleted file mode 100644 index 9191f6283..000000000 Binary files a/images/security-response-actions-history-console copy.png and /dev/null differ diff --git a/images/security-response-actions-history-console.png b/images/security-response-actions-history-console.png deleted file mode 100644 index 9191f6283..000000000 Binary files a/images/security-response-actions-history-console.png and /dev/null differ diff --git a/images/security-response-actions-history-endpoint-details copy.png b/images/security-response-actions-history-endpoint-details copy.png deleted file mode 100644 index 531796532..000000000 Binary files a/images/security-response-actions-history-endpoint-details copy.png and /dev/null differ diff --git a/images/security-response-actions-history-endpoint-details.png b/images/security-response-actions-history-endpoint-details.png deleted file mode 100644 index 531796532..000000000 Binary files a/images/security-response-actions-history-endpoint-details.png and /dev/null differ diff --git a/images/security-response-actions-history-page copy.png b/images/security-response-actions-history-page copy.png deleted file mode 100644 index 2203ea920..000000000 Binary files a/images/security-response-actions-history-page copy.png and /dev/null differ diff --git a/images/security-response-actions-history-page.png b/images/security-response-actions-history-page.png deleted file mode 100644 index 2203ea920..000000000 Binary files a/images/security-response-actions-history-page.png and /dev/null differ diff --git a/images/security-response-console copy.png b/images/security-response-console copy.png deleted file mode 100644 index 4ed2ce27a..000000000 Binary files a/images/security-response-console copy.png and /dev/null differ diff --git a/images/security-response-console-help-panel copy.png b/images/security-response-console-help-panel copy.png deleted file mode 100644 index bc62d8c1c..000000000 Binary files a/images/security-response-console-help-panel copy.png and /dev/null differ diff --git a/images/security-response-console-help-panel.png b/images/security-response-console-help-panel.png deleted file mode 100644 index bc62d8c1c..000000000 Binary files a/images/security-response-console-help-panel.png and /dev/null differ diff --git a/images/security-response-console-unsupported-command copy.png b/images/security-response-console-unsupported-command copy.png deleted file mode 100644 index 14105cb21..000000000 Binary files a/images/security-response-console-unsupported-command copy.png and /dev/null differ diff --git a/images/security-response-console-unsupported-command.png b/images/security-response-console-unsupported-command.png deleted file mode 100644 index 14105cb21..000000000 Binary files a/images/security-response-console-unsupported-command.png and /dev/null differ diff --git a/images/security-response-console.png b/images/security-response-console.png deleted file mode 100644 index 4ed2ce27a..000000000 Binary files a/images/security-response-console.png and /dev/null differ diff --git a/images/security-risk-engine-upgrade-prompt.png b/images/security-risk-engine-upgrade-prompt.png deleted file mode 100644 index ef5282c3c..000000000 Binary files a/images/security-risk-engine-upgrade-prompt.png and /dev/null differ diff --git a/images/security-risk-score-start-update.png b/images/security-risk-score-start-update.png deleted file mode 100644 index 71783c6ea..000000000 Binary files a/images/security-risk-score-start-update.png and /dev/null differ diff --git a/images/security-risk-source-field-ui copy.png b/images/security-risk-source-field-ui copy.png deleted file mode 100644 index 3d83e0095..000000000 Binary files a/images/security-risk-source-field-ui copy.png and /dev/null differ diff --git a/images/security-risk-source-field-ui.png b/images/security-risk-source-field-ui.png deleted file mode 100644 index 3d83e0095..000000000 Binary files a/images/security-risk-source-field-ui.png and /dev/null differ diff --git a/images/security-risk-summary copy.png b/images/security-risk-summary copy.png deleted file mode 100644 index 0389dade2..000000000 Binary files a/images/security-risk-summary copy.png and /dev/null differ diff --git a/images/security-risk-summary.png b/images/security-risk-summary.png deleted file mode 100644 index 0389dade2..000000000 Binary files a/images/security-risk-summary.png and /dev/null differ diff --git a/images/security-rule-details-page.png b/images/security-rule-details-page.png deleted file mode 100644 index ad6deeb6f..000000000 Binary files a/images/security-rule-details-page.png and /dev/null differ diff --git a/images/security-rule-details-prerequisites copy.png b/images/security-rule-details-prerequisites copy.png deleted file mode 100644 index 3579ac86c..000000000 Binary files a/images/security-rule-details-prerequisites copy.png and /dev/null differ diff --git a/images/security-rule-details-prerequisites.png b/images/security-rule-details-prerequisites.png deleted file mode 100644 index 3579ac86c..000000000 Binary files a/images/security-rule-details-prerequisites.png and /dev/null differ diff --git a/images/security-rule-exception-tab copy.png b/images/security-rule-exception-tab copy.png deleted file mode 100644 index e3eb5dc8d..000000000 Binary files a/images/security-rule-exception-tab copy.png and /dev/null differ diff --git a/images/security-rule-exception-tab.png b/images/security-rule-exception-tab.png deleted file mode 100644 index e3eb5dc8d..000000000 Binary files a/images/security-rule-exception-tab.png and /dev/null differ diff --git a/images/security-rule-exceptions-page copy.png b/images/security-rule-exceptions-page copy.png deleted file mode 100644 index 912feec30..000000000 Binary files a/images/security-rule-exceptions-page copy.png and /dev/null differ diff --git a/images/security-rule-exceptions-page.png b/images/security-rule-exceptions-page.png deleted file mode 100644 index 912feec30..000000000 Binary files a/images/security-rule-exceptions-page.png and /dev/null differ diff --git a/images/security-rule-execution-logs copy.png b/images/security-rule-execution-logs copy.png deleted file mode 100644 index b3d73f048..000000000 Binary files a/images/security-rule-execution-logs copy.png and /dev/null differ diff --git a/images/security-rule-execution-logs.png b/images/security-rule-execution-logs.png deleted file mode 100644 index b3d73f048..000000000 Binary files a/images/security-rule-execution-logs.png and /dev/null differ diff --git a/images/security-rule-monitoring-overview copy.png b/images/security-rule-monitoring-overview copy.png deleted file mode 100644 index abd18e145..000000000 Binary files a/images/security-rule-monitoring-overview copy.png and /dev/null differ diff --git a/images/security-rule-monitoring-overview.png b/images/security-rule-monitoring-overview.png deleted file mode 100644 index abd18e145..000000000 Binary files a/images/security-rule-monitoring-overview.png and /dev/null differ diff --git a/images/security-rule-preview-refresh-arrow copy.png b/images/security-rule-preview-refresh-arrow copy.png deleted file mode 100644 index 4fc2d09a8..000000000 Binary files a/images/security-rule-preview-refresh-arrow copy.png and /dev/null differ diff --git a/images/security-rule-preview-refresh-arrow.png b/images/security-rule-preview-refresh-arrow.png deleted file mode 100644 index 4fc2d09a8..000000000 Binary files a/images/security-rule-preview-refresh-arrow.png and /dev/null differ diff --git a/images/security-rule-preview-refresh-circle copy.png b/images/security-rule-preview-refresh-circle copy.png deleted file mode 100644 index 08d4fb38c..000000000 Binary files a/images/security-rule-preview-refresh-circle copy.png and /dev/null differ diff --git a/images/security-rule-preview-refresh-circle.png b/images/security-rule-preview-refresh-circle.png deleted file mode 100644 index 08d4fb38c..000000000 Binary files a/images/security-rule-preview-refresh-circle.png and /dev/null differ diff --git a/images/security-rule-query-example copy.png b/images/security-rule-query-example copy.png deleted file mode 100644 index e71256487..000000000 Binary files a/images/security-rule-query-example copy.png and /dev/null differ diff --git a/images/security-rule-query-example.png b/images/security-rule-query-example.png deleted file mode 100644 index e71256487..000000000 Binary files a/images/security-rule-query-example.png and /dev/null differ diff --git a/images/security-rule-scope.png b/images/security-rule-scope.png deleted file mode 100644 index 5179ea992..000000000 Binary files a/images/security-rule-scope.png and /dev/null differ diff --git a/images/security-rule-snoozing copy.png b/images/security-rule-snoozing copy.png deleted file mode 100644 index 8edd67978..000000000 Binary files a/images/security-rule-snoozing copy.png and /dev/null differ diff --git a/images/security-rule-snoozing.png b/images/security-rule-snoozing.png deleted file mode 100644 index 8edd67978..000000000 Binary files a/images/security-rule-snoozing.png and /dev/null differ diff --git a/images/security-rules-coverage copy.png b/images/security-rules-coverage copy.png deleted file mode 100644 index b446481ae..000000000 Binary files a/images/security-rules-coverage copy.png and /dev/null differ diff --git a/images/security-rules-coverage.png b/images/security-rules-coverage.png deleted file mode 100644 index b446481ae..000000000 Binary files a/images/security-rules-coverage.png and /dev/null differ diff --git a/images/security-rules-table-error-icon copy.png b/images/security-rules-table-error-icon copy.png deleted file mode 100644 index 9214b4d58..000000000 Binary files a/images/security-rules-table-error-icon copy.png and /dev/null differ diff --git a/images/security-rules-table-error-icon.png b/images/security-rules-table-error-icon.png deleted file mode 100644 index 9214b4d58..000000000 Binary files a/images/security-rules-table-error-icon.png and /dev/null differ diff --git a/images/security-rules-table-ml-job-error copy.png b/images/security-rules-table-ml-job-error copy.png deleted file mode 100644 index 7244e784e..000000000 Binary files a/images/security-rules-table-ml-job-error copy.png and /dev/null differ diff --git a/images/security-rules-table-ml-job-error.png b/images/security-rules-table-ml-job-error.png deleted file mode 100644 index 7244e784e..000000000 Binary files a/images/security-rules-table-ml-job-error.png and /dev/null differ diff --git a/images/security-rules-table-related-integrations copy.png b/images/security-rules-table-related-integrations copy.png deleted file mode 100644 index d79e6ddd3..000000000 Binary files a/images/security-rules-table-related-integrations copy.png and /dev/null differ diff --git a/images/security-rules-table-related-integrations.png b/images/security-rules-table-related-integrations.png deleted file mode 100644 index d79e6ddd3..000000000 Binary files a/images/security-rules-table-related-integrations.png and /dev/null differ diff --git a/images/security-rules-ts-ml-job-stopped copy.png b/images/security-rules-ts-ml-job-stopped copy.png deleted file mode 100644 index 7fba6ed8f..000000000 Binary files a/images/security-rules-ts-ml-job-stopped copy.png and /dev/null differ diff --git a/images/security-rules-ts-ml-job-stopped.png b/images/security-rules-ts-ml-job-stopped.png deleted file mode 100644 index 7fba6ed8f..000000000 Binary files a/images/security-rules-ts-ml-job-stopped.png and /dev/null differ diff --git a/images/security-run-query-investigation-guide copy.png b/images/security-run-query-investigation-guide copy.png deleted file mode 100644 index 8dcd0547d..000000000 Binary files a/images/security-run-query-investigation-guide copy.png and /dev/null differ diff --git a/images/security-run-query-investigation-guide.png b/images/security-run-query-investigation-guide.png deleted file mode 100644 index 8dcd0547d..000000000 Binary files a/images/security-run-query-investigation-guide.png and /dev/null differ diff --git a/images/security-save-icon-blue copy.png b/images/security-save-icon-blue copy.png deleted file mode 100644 index 7b7d11309..000000000 Binary files a/images/security-save-icon-blue copy.png and /dev/null differ diff --git a/images/security-save-icon-blue.png b/images/security-save-icon-blue.png deleted file mode 100644 index 7b7d11309..000000000 Binary files a/images/security-save-icon-blue.png and /dev/null differ diff --git a/images/security-save-value-list-item-changes.png b/images/security-save-value-list-item-changes.png deleted file mode 100644 index 6316485e9..000000000 Binary files a/images/security-save-value-list-item-changes.png and /dev/null differ diff --git a/images/security-saved-query-menu copy.png b/images/security-saved-query-menu copy.png deleted file mode 100644 index 7fba782e1..000000000 Binary files a/images/security-saved-query-menu copy.png and /dev/null differ diff --git a/images/security-saved-query-menu-icon copy.png b/images/security-saved-query-menu-icon copy.png deleted file mode 100644 index 7fba782e1..000000000 Binary files a/images/security-saved-query-menu-icon copy.png and /dev/null differ diff --git a/images/security-saved-query-menu-icon.png b/images/security-saved-query-menu-icon.png deleted file mode 100644 index 7fba782e1..000000000 Binary files a/images/security-saved-query-menu-icon.png and /dev/null differ diff --git a/images/security-saved-query-menu.png b/images/security-saved-query-menu.png deleted file mode 100644 index 7fba782e1..000000000 Binary files a/images/security-saved-query-menu.png and /dev/null differ diff --git a/images/security-schedule-rule copy.png b/images/security-schedule-rule copy.png deleted file mode 100644 index 1a856cac4..000000000 Binary files a/images/security-schedule-rule copy.png and /dev/null differ diff --git a/images/security-schedule-rule.png b/images/security-schedule-rule.png deleted file mode 100644 index 1a856cac4..000000000 Binary files a/images/security-schedule-rule.png and /dev/null differ diff --git a/images/security-search-bar copy.png b/images/security-search-bar copy.png deleted file mode 100644 index 81c8d0900..000000000 Binary files a/images/security-search-bar copy.png and /dev/null differ diff --git a/images/security-search-bar.png b/images/security-search-bar.png deleted file mode 100644 index 81c8d0900..000000000 Binary files a/images/security-search-bar.png and /dev/null differ diff --git a/images/security-sec-admin-user copy.png b/images/security-sec-admin-user copy.png deleted file mode 100644 index 18a8c87a5..000000000 Binary files a/images/security-sec-admin-user copy.png and /dev/null differ diff --git a/images/security-sec-privacy-pane.png b/images/security-sec-privacy-pane.png deleted file mode 100644 index 5da2e7dc5..000000000 Binary files a/images/security-sec-privacy-pane.png and /dev/null differ diff --git a/images/security-select-endpoint-ext.png b/images/security-select-endpoint-ext.png deleted file mode 100644 index d674734f5..000000000 Binary files a/images/security-select-endpoint-ext.png and /dev/null differ diff --git a/images/security-select-fda.png b/images/security-select-fda.png deleted file mode 100644 index 329bc9e11..000000000 Binary files a/images/security-select-fda.png and /dev/null differ diff --git a/images/security-select_fda_ven.png b/images/security-select_fda_ven.png deleted file mode 100644 index 05057237c..000000000 Binary files a/images/security-select_fda_ven.png and /dev/null differ diff --git a/images/security-selected-action-type copy.png b/images/security-selected-action-type copy.png deleted file mode 100644 index 1f4065cbf..000000000 Binary files a/images/security-selected-action-type copy.png and /dev/null differ diff --git a/images/security-selected-action-type.png b/images/security-selected-action-type.png deleted file mode 100644 index 1f4065cbf..000000000 Binary files a/images/security-selected-action-type.png and /dev/null differ diff --git a/images/security-sess-view-file-alert-icon copy.png b/images/security-sess-view-file-alert-icon copy.png deleted file mode 100644 index 6310b939e..000000000 Binary files a/images/security-sess-view-file-alert-icon copy.png and /dev/null differ diff --git a/images/security-sess-view-file-alert-icon.png b/images/security-sess-view-file-alert-icon.png deleted file mode 100644 index 6310b939e..000000000 Binary files a/images/security-sess-view-file-alert-icon.png and /dev/null differ diff --git a/images/security-sess-view-network-alert-icon copy.png b/images/security-sess-view-network-alert-icon copy.png deleted file mode 100644 index 78a480ebd..000000000 Binary files a/images/security-sess-view-network-alert-icon copy.png and /dev/null differ diff --git a/images/security-sess-view-network-alert-icon.png b/images/security-sess-view-network-alert-icon.png deleted file mode 100644 index 78a480ebd..000000000 Binary files a/images/security-sess-view-network-alert-icon.png and /dev/null differ diff --git a/images/security-sess-view-process-alert-icon copy.png b/images/security-sess-view-process-alert-icon copy.png deleted file mode 100644 index 3530e8dd1..000000000 Binary files a/images/security-sess-view-process-alert-icon copy.png and /dev/null differ diff --git a/images/security-sess-view-process-alert-icon.png b/images/security-sess-view-process-alert-icon.png deleted file mode 100644 index 3530e8dd1..000000000 Binary files a/images/security-sess-view-process-alert-icon.png and /dev/null differ diff --git a/images/security-session-view-action-icon-detail copy.png b/images/security-session-view-action-icon-detail copy.png deleted file mode 100644 index 4646f7e45..000000000 Binary files a/images/security-session-view-action-icon-detail copy.png and /dev/null differ diff --git a/images/security-session-view-action-icon-detail.png b/images/security-session-view-action-icon-detail.png deleted file mode 100644 index 4646f7e45..000000000 Binary files a/images/security-session-view-action-icon-detail.png and /dev/null differ diff --git a/images/security-session-view-alert-types-badge copy.png b/images/security-session-view-alert-types-badge copy.png deleted file mode 100644 index 569d038dc..000000000 Binary files a/images/security-session-view-alert-types-badge copy.png and /dev/null differ diff --git a/images/security-session-view-alert-types-badge.png b/images/security-session-view-alert-types-badge.png deleted file mode 100644 index 569d038dc..000000000 Binary files a/images/security-session-view-alert-types-badge.png and /dev/null differ diff --git a/images/security-session-view-exec-user-change-badge copy.png b/images/security-session-view-exec-user-change-badge copy.png deleted file mode 100644 index 2247f6a16..000000000 Binary files a/images/security-session-view-exec-user-change-badge copy.png and /dev/null differ diff --git a/images/security-session-view-exec-user-change-badge.png b/images/security-session-view-exec-user-change-badge.png deleted file mode 100644 index 2247f6a16..000000000 Binary files a/images/security-session-view-exec-user-change-badge.png and /dev/null differ diff --git a/images/security-session-view-output-badge copy.png b/images/security-session-view-output-badge copy.png deleted file mode 100644 index 8d2c3cd6d..000000000 Binary files a/images/security-session-view-output-badge copy.png and /dev/null differ diff --git a/images/security-session-view-output-badge.png b/images/security-session-view-output-badge.png deleted file mode 100644 index 8d2c3cd6d..000000000 Binary files a/images/security-session-view-output-badge.png and /dev/null differ diff --git a/images/security-session-view-output-viewer copy.png b/images/security-session-view-output-viewer copy.png deleted file mode 100644 index fce6b0630..000000000 Binary files a/images/security-session-view-output-viewer copy.png and /dev/null differ diff --git a/images/security-session-view-output-viewer.png b/images/security-session-view-output-viewer.png deleted file mode 100644 index fce6b0630..000000000 Binary files a/images/security-session-view-output-viewer.png and /dev/null differ diff --git a/images/security-session-view-terminal-labeled copy.png b/images/security-session-view-terminal-labeled copy.png deleted file mode 100644 index 43c3554d9..000000000 Binary files a/images/security-session-view-terminal-labeled copy.png and /dev/null differ diff --git a/images/security-session-view-terminal-labeled.png b/images/security-session-view-terminal-labeled.png deleted file mode 100644 index 43c3554d9..000000000 Binary files a/images/security-session-view-terminal-labeled.png and /dev/null differ diff --git a/images/security-setup-osquery-investigation-guide copy.png b/images/security-setup-osquery-investigation-guide copy.png deleted file mode 100644 index d244d8e9a..000000000 Binary files a/images/security-setup-osquery-investigation-guide copy.png and /dev/null differ diff --git a/images/security-setup-osquery-investigation-guide.png b/images/security-setup-osquery-investigation-guide.png deleted file mode 100644 index d244d8e9a..000000000 Binary files a/images/security-setup-osquery-investigation-guide.png and /dev/null differ diff --git a/images/security-setup-query copy.png b/images/security-setup-query copy.png deleted file mode 100644 index 245a9f95a..000000000 Binary files a/images/security-setup-query copy.png and /dev/null differ diff --git a/images/security-setup-query.png b/images/security-setup-query.png deleted file mode 100644 index 245a9f95a..000000000 Binary files a/images/security-setup-query.png and /dev/null differ diff --git a/images/security-setup-single-query copy.png b/images/security-setup-single-query copy.png deleted file mode 100644 index c8e2badcb..000000000 Binary files a/images/security-setup-single-query copy.png and /dev/null differ diff --git a/images/security-setup-single-query.png b/images/security-setup-single-query.png deleted file mode 100644 index c8e2badcb..000000000 Binary files a/images/security-setup-single-query.png and /dev/null differ diff --git a/images/security-severity-mapping-ui copy.png b/images/security-severity-mapping-ui copy.png deleted file mode 100644 index 9d65e46de..000000000 Binary files a/images/security-severity-mapping-ui copy.png and /dev/null differ diff --git a/images/security-severity-mapping-ui.png b/images/security-severity-mapping-ui.png deleted file mode 100644 index 9d65e46de..000000000 Binary files a/images/security-severity-mapping-ui.png and /dev/null differ diff --git a/images/security-share-alert.png b/images/security-share-alert.png deleted file mode 100644 index c4f69cfaf..000000000 Binary files a/images/security-share-alert.png and /dev/null differ diff --git a/images/security-side-button copy.png b/images/security-side-button copy.png deleted file mode 100644 index 08cf2a39f..000000000 Binary files a/images/security-side-button copy.png and /dev/null differ diff --git a/images/security-side-button.png b/images/security-side-button.png deleted file mode 100644 index 08cf2a39f..000000000 Binary files a/images/security-side-button.png and /dev/null differ diff --git a/images/security-single-query-results.png b/images/security-single-query-results.png deleted file mode 100644 index e0bc6f376..000000000 Binary files a/images/security-single-query-results.png and /dev/null differ diff --git a/images/security-solution-advanced-settings copy.png b/images/security-solution-advanced-settings copy.png deleted file mode 100644 index 3a2a3c655..000000000 Binary files a/images/security-solution-advanced-settings copy.png and /dev/null differ diff --git a/images/security-solution-advanced-settings.png b/images/security-solution-advanced-settings.png deleted file mode 100644 index 3a2a3c655..000000000 Binary files a/images/security-solution-advanced-settings.png and /dev/null differ diff --git a/images/security-start-job-window.png b/images/security-start-job-window.png deleted file mode 100644 index 12c63d0be..000000000 Binary files a/images/security-start-job-window.png and /dev/null differ diff --git a/images/security-suppressed-alerts-details copy.png b/images/security-suppressed-alerts-details copy.png deleted file mode 100644 index e13ccf34c..000000000 Binary files a/images/security-suppressed-alerts-details copy.png and /dev/null differ diff --git a/images/security-suppressed-alerts-details.png b/images/security-suppressed-alerts-details.png deleted file mode 100644 index e13ccf34c..000000000 Binary files a/images/security-suppressed-alerts-details.png and /dev/null differ diff --git a/images/security-suppressed-alerts-table copy.png b/images/security-suppressed-alerts-table copy.png deleted file mode 100644 index 845f9f2e3..000000000 Binary files a/images/security-suppressed-alerts-table copy.png and /dev/null differ diff --git a/images/security-suppressed-alerts-table-column copy.png b/images/security-suppressed-alerts-table-column copy.png deleted file mode 100644 index e78222217..000000000 Binary files a/images/security-suppressed-alerts-table-column copy.png and /dev/null differ diff --git a/images/security-suppressed-alerts-table-column.png b/images/security-suppressed-alerts-table-column.png deleted file mode 100644 index e78222217..000000000 Binary files a/images/security-suppressed-alerts-table-column.png and /dev/null differ diff --git a/images/security-suppressed-alerts-table.png b/images/security-suppressed-alerts-table.png deleted file mode 100644 index 845f9f2e3..000000000 Binary files a/images/security-suppressed-alerts-table.png and /dev/null differ diff --git a/images/security-system-ext-blocked.png b/images/security-system-ext-blocked.png deleted file mode 100644 index eede5dc20..000000000 Binary files a/images/security-system-ext-blocked.png and /dev/null differ diff --git a/images/security-system-extension-jamf.png b/images/security-system-extension-jamf.png deleted file mode 100644 index 25175582a..000000000 Binary files a/images/security-system-extension-jamf.png and /dev/null differ diff --git a/images/security-system_extension_blocked_warning_ven.png b/images/security-system_extension_blocked_warning_ven.png deleted file mode 100644 index 05c472aeb..000000000 Binary files a/images/security-system_extension_blocked_warning_ven.png and /dev/null differ diff --git a/images/security-template-filter-value copy.png b/images/security-template-filter-value copy.png deleted file mode 100644 index 1a9c7c124..000000000 Binary files a/images/security-template-filter-value copy.png and /dev/null differ diff --git a/images/security-template-filter-value.png b/images/security-template-filter-value.png deleted file mode 100644 index 1a9c7c124..000000000 Binary files a/images/security-template-filter-value.png and /dev/null differ diff --git a/images/security-template-query-example copy.png b/images/security-template-query-example copy.png deleted file mode 100644 index 80b305487..000000000 Binary files a/images/security-template-query-example copy.png and /dev/null differ diff --git a/images/security-template-query-example.png b/images/security-template-query-example.png deleted file mode 100644 index 80b305487..000000000 Binary files a/images/security-template-query-example.png and /dev/null differ diff --git a/images/security-threat-intelligence-overview.png b/images/security-threat-intelligence-overview.png deleted file mode 100644 index af4462303..000000000 Binary files a/images/security-threat-intelligence-overview.png and /dev/null differ diff --git a/images/security-threat-intelligence-view copy.png b/images/security-threat-intelligence-view copy.png deleted file mode 100644 index 32bc70d5d..000000000 Binary files a/images/security-threat-intelligence-view copy.png and /dev/null differ diff --git a/images/security-threat-intelligence-view.png b/images/security-threat-intelligence-view.png deleted file mode 100644 index 32bc70d5d..000000000 Binary files a/images/security-threat-intelligence-view.png and /dev/null differ diff --git a/images/security-three-dot-icon copy.png b/images/security-three-dot-icon copy.png deleted file mode 100644 index 2f106edb7..000000000 Binary files a/images/security-three-dot-icon copy.png and /dev/null differ diff --git a/images/security-three-dot-icon-blue copy.png b/images/security-three-dot-icon-blue copy.png deleted file mode 100644 index ffd665bb6..000000000 Binary files a/images/security-three-dot-icon-blue copy.png and /dev/null differ diff --git a/images/security-three-dot-icon-blue.png b/images/security-three-dot-icon-blue.png deleted file mode 100644 index ffd665bb6..000000000 Binary files a/images/security-three-dot-icon-blue.png and /dev/null differ diff --git a/images/security-three-dot-icon-vertical copy.png b/images/security-three-dot-icon-vertical copy.png deleted file mode 100644 index 52558cfba..000000000 Binary files a/images/security-three-dot-icon-vertical copy.png and /dev/null differ diff --git a/images/security-three-dot-icon-vertical.png b/images/security-three-dot-icon-vertical.png deleted file mode 100644 index 52558cfba..000000000 Binary files a/images/security-three-dot-icon-vertical.png and /dev/null differ diff --git a/images/security-three-dot-icon.png b/images/security-three-dot-icon.png deleted file mode 100644 index 2f106edb7..000000000 Binary files a/images/security-three-dot-icon.png and /dev/null differ diff --git a/images/security-timeline-accessiblity-directional-arrows copy.gif b/images/security-timeline-accessiblity-directional-arrows copy.gif deleted file mode 100644 index aaafe8ced..000000000 Binary files a/images/security-timeline-accessiblity-directional-arrows copy.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-directional-arrows.gif b/images/security-timeline-accessiblity-directional-arrows.gif deleted file mode 100644 index aaafe8ced..000000000 Binary files a/images/security-timeline-accessiblity-directional-arrows.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-event-renderers copy.gif b/images/security-timeline-accessiblity-event-renderers copy.gif deleted file mode 100644 index b5ca37ad5..000000000 Binary files a/images/security-timeline-accessiblity-event-renderers copy.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-event-renderers.gif b/images/security-timeline-accessiblity-event-renderers.gif deleted file mode 100644 index b5ca37ad5..000000000 Binary files a/images/security-timeline-accessiblity-event-renderers.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-keyboard-focus copy.gif b/images/security-timeline-accessiblity-keyboard-focus copy.gif deleted file mode 100644 index 81b5a39d3..000000000 Binary files a/images/security-timeline-accessiblity-keyboard-focus copy.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-keyboard-focus-hotkeys copy.gif b/images/security-timeline-accessiblity-keyboard-focus-hotkeys copy.gif deleted file mode 100644 index 61262111d..000000000 Binary files a/images/security-timeline-accessiblity-keyboard-focus-hotkeys copy.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-keyboard-focus-hotkeys.gif b/images/security-timeline-accessiblity-keyboard-focus-hotkeys.gif deleted file mode 100644 index 61262111d..000000000 Binary files a/images/security-timeline-accessiblity-keyboard-focus-hotkeys.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-keyboard-focus.gif b/images/security-timeline-accessiblity-keyboard-focus.gif deleted file mode 100644 index 81b5a39d3..000000000 Binary files a/images/security-timeline-accessiblity-keyboard-focus.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-page-up-n-down copy.gif b/images/security-timeline-accessiblity-page-up-n-down copy.gif deleted file mode 100644 index 95499374b..000000000 Binary files a/images/security-timeline-accessiblity-page-up-n-down copy.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-page-up-n-down.gif b/images/security-timeline-accessiblity-page-up-n-down.gif deleted file mode 100644 index 95499374b..000000000 Binary files a/images/security-timeline-accessiblity-page-up-n-down.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-shifting-keyboard-focus copy.gif b/images/security-timeline-accessiblity-shifting-keyboard-focus copy.gif deleted file mode 100644 index e9728f4c3..000000000 Binary files a/images/security-timeline-accessiblity-shifting-keyboard-focus copy.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-shifting-keyboard-focus.gif b/images/security-timeline-accessiblity-shifting-keyboard-focus.gif deleted file mode 100644 index e9728f4c3..000000000 Binary files a/images/security-timeline-accessiblity-shifting-keyboard-focus.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-tab-keys copy.gif b/images/security-timeline-accessiblity-tab-keys copy.gif deleted file mode 100644 index f68699f48..000000000 Binary files a/images/security-timeline-accessiblity-tab-keys copy.gif and /dev/null differ diff --git a/images/security-timeline-accessiblity-tab-keys.gif b/images/security-timeline-accessiblity-tab-keys.gif deleted file mode 100644 index f68699f48..000000000 Binary files a/images/security-timeline-accessiblity-tab-keys.gif and /dev/null differ diff --git a/images/security-timeline-button copy.png b/images/security-timeline-button copy.png deleted file mode 100644 index 3fc4ef7d2..000000000 Binary files a/images/security-timeline-button copy.png and /dev/null differ diff --git a/images/security-timeline-button-osquery copy.png b/images/security-timeline-button-osquery copy.png deleted file mode 100644 index 61186c09e..000000000 Binary files a/images/security-timeline-button-osquery copy.png and /dev/null differ diff --git a/images/security-timeline-button-osquery.png b/images/security-timeline-button-osquery.png deleted file mode 100644 index 61186c09e..000000000 Binary files a/images/security-timeline-button-osquery.png and /dev/null differ diff --git a/images/security-timeline-button.png b/images/security-timeline-button.png deleted file mode 100644 index 3fc4ef7d2..000000000 Binary files a/images/security-timeline-button.png and /dev/null differ diff --git a/images/security-timeline-disable-filter copy.png b/images/security-timeline-disable-filter copy.png deleted file mode 100644 index 9a73b5b87..000000000 Binary files a/images/security-timeline-disable-filter copy.png and /dev/null differ diff --git a/images/security-timeline-disable-filter.png b/images/security-timeline-disable-filter.png deleted file mode 100644 index 9a73b5b87..000000000 Binary files a/images/security-timeline-disable-filter.png and /dev/null differ diff --git a/images/security-timeline-field-exists copy.png b/images/security-timeline-field-exists copy.png deleted file mode 100644 index c78c05415..000000000 Binary files a/images/security-timeline-field-exists copy.png and /dev/null differ diff --git a/images/security-timeline-field-exists.png b/images/security-timeline-field-exists.png deleted file mode 100644 index c78c05415..000000000 Binary files a/images/security-timeline-field-exists.png and /dev/null differ diff --git a/images/security-timeline-filter-exclude copy.png b/images/security-timeline-filter-exclude copy.png deleted file mode 100644 index 8df9ee851..000000000 Binary files a/images/security-timeline-filter-exclude copy.png and /dev/null differ diff --git a/images/security-timeline-filter-exclude.png b/images/security-timeline-filter-exclude.png deleted file mode 100644 index 8df9ee851..000000000 Binary files a/images/security-timeline-filter-exclude.png and /dev/null differ diff --git a/images/security-timeline-filter-value copy.png b/images/security-timeline-filter-value copy.png deleted file mode 100644 index 7e51f9041..000000000 Binary files a/images/security-timeline-filter-value copy.png and /dev/null differ diff --git a/images/security-timeline-filter-value.png b/images/security-timeline-filter-value.png deleted file mode 100644 index 7e51f9041..000000000 Binary files a/images/security-timeline-filter-value.png and /dev/null differ diff --git a/images/security-timeline-sidebar copy.png b/images/security-timeline-sidebar copy.png deleted file mode 100644 index 76d45ff77..000000000 Binary files a/images/security-timeline-sidebar copy.png and /dev/null differ diff --git a/images/security-timeline-sidebar.png b/images/security-timeline-sidebar.png deleted file mode 100644 index 76d45ff77..000000000 Binary files a/images/security-timeline-sidebar.png and /dev/null differ diff --git a/images/security-timeline-template-filter copy.png b/images/security-timeline-template-filter copy.png deleted file mode 100644 index 0bf39ffa8..000000000 Binary files a/images/security-timeline-template-filter copy.png and /dev/null differ diff --git a/images/security-timeline-template-filter.png b/images/security-timeline-template-filter.png deleted file mode 100644 index 0bf39ffa8..000000000 Binary files a/images/security-timeline-template-filter.png and /dev/null differ diff --git a/images/security-timeline-ui copy.png b/images/security-timeline-ui copy.png deleted file mode 100644 index 929c7e1a9..000000000 Binary files a/images/security-timeline-ui copy.png and /dev/null differ diff --git a/images/security-timeline-ui-accessiblity-drag-n-drop copy.gif b/images/security-timeline-ui-accessiblity-drag-n-drop copy.gif deleted file mode 100644 index ad71c29f6..000000000 Binary files a/images/security-timeline-ui-accessiblity-drag-n-drop copy.gif and /dev/null differ diff --git a/images/security-timeline-ui-accessiblity-drag-n-drop.gif b/images/security-timeline-ui-accessiblity-drag-n-drop.gif deleted file mode 100644 index ad71c29f6..000000000 Binary files a/images/security-timeline-ui-accessiblity-drag-n-drop.gif and /dev/null differ diff --git a/images/security-timeline-ui-filter-options copy.png b/images/security-timeline-ui-filter-options copy.png deleted file mode 100644 index e3aeddcec..000000000 Binary files a/images/security-timeline-ui-filter-options copy.png and /dev/null differ diff --git a/images/security-timeline-ui-filter-options.png b/images/security-timeline-ui-filter-options.png deleted file mode 100644 index e3aeddcec..000000000 Binary files a/images/security-timeline-ui-filter-options.png and /dev/null differ diff --git a/images/security-timeline-ui-renderer copy.png b/images/security-timeline-ui-renderer copy.png deleted file mode 100644 index 207d5e5cc..000000000 Binary files a/images/security-timeline-ui-renderer copy.png and /dev/null differ diff --git a/images/security-timeline-ui-renderer.png b/images/security-timeline-ui-renderer.png deleted file mode 100644 index 207d5e5cc..000000000 Binary files a/images/security-timeline-ui-renderer.png and /dev/null differ diff --git a/images/security-timeline-ui-updated copy.png b/images/security-timeline-ui-updated copy.png deleted file mode 100644 index 63450436c..000000000 Binary files a/images/security-timeline-ui-updated copy.png and /dev/null differ diff --git a/images/security-timeline-ui-updated.png b/images/security-timeline-ui-updated.png deleted file mode 100644 index 63450436c..000000000 Binary files a/images/security-timeline-ui-updated.png and /dev/null differ diff --git a/images/security-timeline-ui.png b/images/security-timeline-ui.png deleted file mode 100644 index 929c7e1a9..000000000 Binary files a/images/security-timeline-ui.png and /dev/null differ diff --git a/images/security-timestamp-override copy.png b/images/security-timestamp-override copy.png deleted file mode 100644 index 615a7db00..000000000 Binary files a/images/security-timestamp-override copy.png and /dev/null differ diff --git a/images/security-timestamp-override.png b/images/security-timestamp-override.png deleted file mode 100644 index 615a7db00..000000000 Binary files a/images/security-timestamp-override.png and /dev/null differ diff --git a/images/security-transforms-start copy.png b/images/security-transforms-start copy.png deleted file mode 100644 index 1dcc9735d..000000000 Binary files a/images/security-transforms-start copy.png and /dev/null differ diff --git a/images/security-transforms-start.png b/images/security-transforms-start.png deleted file mode 100644 index 1dcc9735d..000000000 Binary files a/images/security-transforms-start.png and /dev/null differ diff --git a/images/security-treemap-click.gif b/images/security-treemap-click.gif deleted file mode 100644 index bb5b96dac..000000000 Binary files a/images/security-treemap-click.gif and /dev/null differ diff --git a/images/security-trusted-apps-list copy.png b/images/security-trusted-apps-list copy.png deleted file mode 100644 index 828f6e85e..000000000 Binary files a/images/security-trusted-apps-list copy.png and /dev/null differ diff --git a/images/security-trusted-apps-list.png b/images/security-trusted-apps-list.png deleted file mode 100644 index 828f6e85e..000000000 Binary files a/images/security-trusted-apps-list.png and /dev/null differ diff --git a/images/security-turn-on-risk-engine copy.png b/images/security-turn-on-risk-engine copy.png deleted file mode 100644 index 4bc05a67e..000000000 Binary files a/images/security-turn-on-risk-engine copy.png and /dev/null differ diff --git a/images/security-turn-on-risk-engine.png b/images/security-turn-on-risk-engine.png deleted file mode 100644 index 4bc05a67e..000000000 Binary files a/images/security-turn-on-risk-engine.png and /dev/null differ diff --git a/images/security-unhealthy-agent-fleet copy.png b/images/security-unhealthy-agent-fleet copy.png deleted file mode 100644 index ea140f299..000000000 Binary files a/images/security-unhealthy-agent-fleet copy.png and /dev/null differ diff --git a/images/security-unhealthy-agent-fleet.png b/images/security-unhealthy-agent-fleet.png deleted file mode 100644 index ea140f299..000000000 Binary files a/images/security-unhealthy-agent-fleet.png and /dev/null differ diff --git a/images/security-upload-lists-ui copy.png b/images/security-upload-lists-ui copy.png deleted file mode 100644 index 37554f0e4..000000000 Binary files a/images/security-upload-lists-ui copy.png and /dev/null differ diff --git a/images/security-upload-lists-ui.png b/images/security-upload-lists-ui.png deleted file mode 100644 index 37554f0e4..000000000 Binary files a/images/security-upload-lists-ui.png and /dev/null differ diff --git a/images/security-user-asset-criticality copy.png b/images/security-user-asset-criticality copy.png deleted file mode 100644 index 72e4e34ca..000000000 Binary files a/images/security-user-asset-criticality copy.png and /dev/null differ diff --git a/images/security-user-asset-criticality.png b/images/security-user-asset-criticality.png deleted file mode 100644 index 72e4e34ca..000000000 Binary files a/images/security-user-asset-criticality.png and /dev/null differ diff --git a/images/security-user-details-flyout copy.png b/images/security-user-details-flyout copy.png deleted file mode 100644 index e87d8a961..000000000 Binary files a/images/security-user-details-flyout copy.png and /dev/null differ diff --git a/images/security-user-details-flyout.png b/images/security-user-details-flyout.png deleted file mode 100644 index e87d8a961..000000000 Binary files a/images/security-user-details-flyout.png and /dev/null differ diff --git a/images/security-user-details-pg copy.png b/images/security-user-details-pg copy.png deleted file mode 100644 index f26432f08..000000000 Binary files a/images/security-user-details-pg copy.png and /dev/null differ diff --git a/images/security-user-details-pg.png b/images/security-user-details-pg.png deleted file mode 100644 index f26432f08..000000000 Binary files a/images/security-user-details-pg.png and /dev/null differ diff --git a/images/security-user-observed-data copy.png b/images/security-user-observed-data copy.png deleted file mode 100644 index 0f2ec3f9f..000000000 Binary files a/images/security-user-observed-data copy.png and /dev/null differ diff --git a/images/security-user-observed-data.png b/images/security-user-observed-data.png deleted file mode 100644 index 0f2ec3f9f..000000000 Binary files a/images/security-user-observed-data.png and /dev/null differ diff --git a/images/security-user-risk-inputs copy.png b/images/security-user-risk-inputs copy.png deleted file mode 100644 index f6ec9c0ce..000000000 Binary files a/images/security-user-risk-inputs copy.png and /dev/null differ diff --git a/images/security-user-risk-inputs.png b/images/security-user-risk-inputs.png deleted file mode 100644 index f6ec9c0ce..000000000 Binary files a/images/security-user-risk-inputs.png and /dev/null differ diff --git a/images/security-user-score-data copy.png b/images/security-user-score-data copy.png deleted file mode 100644 index ec5edf06a..000000000 Binary files a/images/security-user-score-data copy.png and /dev/null differ diff --git a/images/security-user-score-data.png b/images/security-user-score-data.png deleted file mode 100644 index ec5edf06a..000000000 Binary files a/images/security-user-score-data.png and /dev/null differ diff --git a/images/security-users-page copy.png b/images/security-users-page copy.png deleted file mode 100644 index c7028ebbd..000000000 Binary files a/images/security-users-page copy.png and /dev/null differ diff --git a/images/security-users-page.png b/images/security-users-page.png deleted file mode 100644 index c7028ebbd..000000000 Binary files a/images/security-users-page.png and /dev/null differ diff --git a/images/security-verify_fed_granted_ven.png b/images/security-verify_fed_granted_ven.png deleted file mode 100644 index 56abac61a..000000000 Binary files a/images/security-verify_fed_granted_ven.png and /dev/null differ diff --git a/images/security-view-alert-details copy.png b/images/security-view-alert-details copy.png deleted file mode 100644 index b777b0d25..000000000 Binary files a/images/security-view-alert-details copy.png and /dev/null differ diff --git a/images/security-view-alert-details.png b/images/security-view-alert-details.png deleted file mode 100644 index b777b0d25..000000000 Binary files a/images/security-view-alert-details.png and /dev/null differ diff --git a/images/security-view-details-icon copy.png b/images/security-view-details-icon copy.png deleted file mode 100644 index 9a0d5faad..000000000 Binary files a/images/security-view-details-icon copy.png and /dev/null differ diff --git a/images/security-view-details-icon.png b/images/security-view-details-icon.png deleted file mode 100644 index 9a0d5faad..000000000 Binary files a/images/security-view-details-icon.png and /dev/null differ diff --git a/images/security-view-filter-shared-exception copy.png b/images/security-view-filter-shared-exception copy.png deleted file mode 100644 index 199026d8d..000000000 Binary files a/images/security-view-filter-shared-exception copy.png and /dev/null differ diff --git a/images/security-view-filter-shared-exception.png b/images/security-view-filter-shared-exception.png deleted file mode 100644 index 199026d8d..000000000 Binary files a/images/security-view-filter-shared-exception.png and /dev/null differ diff --git a/images/security-view-osquery-details copy.png b/images/security-view-osquery-details copy.png deleted file mode 100644 index 3dc0daca5..000000000 Binary files a/images/security-view-osquery-details copy.png and /dev/null differ diff --git a/images/security-view-osquery-details.png b/images/security-view-osquery-details.png deleted file mode 100644 index 3dc0daca5..000000000 Binary files a/images/security-view-osquery-details.png and /dev/null differ diff --git a/images/security-visualizations-section-rp copy.png b/images/security-visualizations-section-rp copy.png deleted file mode 100644 index 783bd302d..000000000 Binary files a/images/security-visualizations-section-rp copy.png and /dev/null differ diff --git a/images/security-visualizations-section-rp.png b/images/security-visualizations-section-rp.png deleted file mode 100644 index 783bd302d..000000000 Binary files a/images/security-visualizations-section-rp.png and /dev/null differ diff --git a/images/security-visualize-tab-lp copy.png b/images/security-visualize-tab-lp copy.png deleted file mode 100644 index a65151a65..000000000 Binary files a/images/security-visualize-tab-lp copy.png and /dev/null differ diff --git a/images/security-visualize-tab-lp-alert-details copy.gif b/images/security-visualize-tab-lp-alert-details copy.gif deleted file mode 100644 index 487f87c74..000000000 Binary files a/images/security-visualize-tab-lp-alert-details copy.gif and /dev/null differ diff --git a/images/security-visualize-tab-lp-alert-details.gif b/images/security-visualize-tab-lp-alert-details.gif deleted file mode 100644 index 487f87c74..000000000 Binary files a/images/security-visualize-tab-lp-alert-details.gif and /dev/null differ diff --git a/images/security-visualize-tab-lp.png b/images/security-visualize-tab-lp.png deleted file mode 100644 index a65151a65..000000000 Binary files a/images/security-visualize-tab-lp.png and /dev/null differ diff --git a/images/security-viz-options-menu-open copy.png b/images/security-viz-options-menu-open copy.png deleted file mode 100644 index 9fa319d1d..000000000 Binary files a/images/security-viz-options-menu-open copy.png and /dev/null differ diff --git a/images/security-viz-options-menu-open.png b/images/security-viz-options-menu-open.png deleted file mode 100644 index 9fa319d1d..000000000 Binary files a/images/security-viz-options-menu-open.png and /dev/null differ diff --git a/images/security-vuln-management-dashboard.png b/images/security-vuln-management-dashboard.png deleted file mode 100644 index 063312fc0..000000000 Binary files a/images/security-vuln-management-dashboard.png and /dev/null differ diff --git a/images/security-warning-icon-message copy.png b/images/security-warning-icon-message copy.png deleted file mode 100644 index 07e6fded6..000000000 Binary files a/images/security-warning-icon-message copy.png and /dev/null differ diff --git a/images/security-warning-icon-message.png b/images/security-warning-icon-message.png deleted file mode 100644 index 07e6fded6..000000000 Binary files a/images/security-warning-icon-message.png and /dev/null differ diff --git a/images/security-warning-type-conflicts copy.png b/images/security-warning-type-conflicts copy.png deleted file mode 100644 index 45058f5e5..000000000 Binary files a/images/security-warning-type-conflicts copy.png and /dev/null differ diff --git a/images/security-warning-type-conflicts.png b/images/security-warning-type-conflicts.png deleted file mode 100644 index 45058f5e5..000000000 Binary files a/images/security-warning-type-conflicts.png and /dev/null differ diff --git a/images/security-warning-unmapped-fields copy.png b/images/security-warning-unmapped-fields copy.png deleted file mode 100644 index 2b167c002..000000000 Binary files a/images/security-warning-unmapped-fields copy.png and /dev/null differ diff --git a/images/security-warning-unmapped-fields.png b/images/security-warning-unmapped-fields.png deleted file mode 100644 index 2b167c002..000000000 Binary files a/images/security-warning-unmapped-fields.png and /dev/null differ diff --git a/images/security-wiz-config-finding-logs copy.png b/images/security-wiz-config-finding-logs copy.png deleted file mode 100644 index 26043a862..000000000 Binary files a/images/security-wiz-config-finding-logs copy.png and /dev/null differ diff --git a/images/security-wiz-config-finding-logs.png b/images/security-wiz-config-finding-logs.png deleted file mode 100644 index 26043a862..000000000 Binary files a/images/security-wiz-config-finding-logs.png and /dev/null differ diff --git a/images/security-wiz-config-vuln-logs copy.png b/images/security-wiz-config-vuln-logs copy.png deleted file mode 100644 index 714f40a37..000000000 Binary files a/images/security-wiz-config-vuln-logs copy.png and /dev/null differ diff --git a/images/security-wiz-config-vuln-logs.png b/images/security-wiz-config-vuln-logs.png deleted file mode 100644 index 714f40a37..000000000 Binary files a/images/security-wiz-config-vuln-logs.png and /dev/null differ diff --git a/images/security-wiz-findings copy.png b/images/security-wiz-findings copy.png deleted file mode 100644 index 4a5c2ea60..000000000 Binary files a/images/security-wiz-findings copy.png and /dev/null differ diff --git a/images/security-wiz-findings.png b/images/security-wiz-findings.png deleted file mode 100644 index 4a5c2ea60..000000000 Binary files a/images/security-wiz-findings.png and /dev/null differ diff --git a/images/serverless--asset-criticality-impact.png b/images/serverless--asset-criticality-impact.png deleted file mode 100644 index 23282c03c..000000000 Binary files a/images/serverless--asset-criticality-impact.png and /dev/null differ diff --git a/images/serverless--assign-asset-criticality-host-details.png b/images/serverless--assign-asset-criticality-host-details.png deleted file mode 100644 index c55e4b5e7..000000000 Binary files a/images/serverless--assign-asset-criticality-host-details.png and /dev/null differ diff --git a/images/serverless--assign-asset-criticality-host-flyout.png b/images/serverless--assign-asset-criticality-host-flyout.png deleted file mode 100644 index cc3e8cd29..000000000 Binary files a/images/serverless--assign-asset-criticality-host-flyout.png and /dev/null differ diff --git a/images/serverless--assign-asset-criticality-timeline.png b/images/serverless--assign-asset-criticality-timeline.png deleted file mode 100644 index b4ce0e00a..000000000 Binary files a/images/serverless--assign-asset-criticality-timeline.png and /dev/null differ diff --git a/images/serverless--cases-add-vis-to-case.gif b/images/serverless--cases-add-vis-to-case.gif deleted file mode 100644 index 874611704..000000000 Binary files a/images/serverless--cases-add-vis-to-case.gif and /dev/null differ diff --git a/images/serverless--cases-cases-add-observables.png b/images/serverless--cases-cases-add-observables.png deleted file mode 100644 index 659e0db86..000000000 Binary files a/images/serverless--cases-cases-add-observables.png and /dev/null differ diff --git a/images/serverless--cases-cases-alert-tab.png b/images/serverless--cases-cases-alert-tab.png deleted file mode 100644 index 211a079dc..000000000 Binary files a/images/serverless--cases-cases-alert-tab.png and /dev/null differ diff --git a/images/serverless--cases-cases-copy-case-id.png b/images/serverless--cases-cases-copy-case-id.png deleted file mode 100644 index cb5e57fb3..000000000 Binary files a/images/serverless--cases-cases-copy-case-id.png and /dev/null differ diff --git a/images/serverless--cases-cases-export-button.png b/images/serverless--cases-cases-export-button.png deleted file mode 100644 index c1b17befa..000000000 Binary files a/images/serverless--cases-cases-export-button.png and /dev/null differ diff --git a/images/serverless--cases-cases-files.png b/images/serverless--cases-cases-files.png deleted file mode 100644 index 6698cdb44..000000000 Binary files a/images/serverless--cases-cases-files.png and /dev/null differ diff --git a/images/serverless--cases-cases-home-page.png b/images/serverless--cases-cases-home-page.png deleted file mode 100644 index 2552ace49..000000000 Binary files a/images/serverless--cases-cases-home-page.png and /dev/null differ diff --git a/images/serverless--cases-cases-manage-comments.png b/images/serverless--cases-cases-manage-comments.png deleted file mode 100644 index 57514a879..000000000 Binary files a/images/serverless--cases-cases-manage-comments.png and /dev/null differ diff --git a/images/serverless--cases-cases-open-vis.png b/images/serverless--cases-cases-open-vis.png deleted file mode 100644 index f1c7883f7..000000000 Binary files a/images/serverless--cases-cases-open-vis.png and /dev/null differ diff --git a/images/serverless--cases-cases-summary.png b/images/serverless--cases-cases-summary.png deleted file mode 100644 index a48379d9b..000000000 Binary files a/images/serverless--cases-cases-summary.png and /dev/null differ diff --git a/images/serverless--cases-cases-ui-open.png b/images/serverless--cases-cases-ui-open.png deleted file mode 100644 index d71eb710f..000000000 Binary files a/images/serverless--cases-cases-ui-open.png and /dev/null differ diff --git a/images/serverless--cases-indicator-added-to-case copy.png b/images/serverless--cases-indicator-added-to-case copy.png deleted file mode 100644 index 6b1f498c9..000000000 Binary files a/images/serverless--cases-indicator-added-to-case copy.png and /dev/null differ diff --git a/images/serverless--cases-indicator-added-to-case.png b/images/serverless--cases-indicator-added-to-case.png deleted file mode 100644 index 6b1f498c9..000000000 Binary files a/images/serverless--cases-indicator-added-to-case.png and /dev/null differ diff --git a/images/serverless--cases-indicator-details-flyout copy.png b/images/serverless--cases-indicator-details-flyout copy.png deleted file mode 100644 index 073a7f71e..000000000 Binary files a/images/serverless--cases-indicator-details-flyout copy.png and /dev/null differ diff --git a/images/serverless--cases-indicator-details-flyout.png b/images/serverless--cases-indicator-details-flyout.png deleted file mode 100644 index 073a7f71e..000000000 Binary files a/images/serverless--cases-indicator-details-flyout.png and /dev/null differ diff --git a/images/serverless--cases-indicator-in-timeline copy.png b/images/serverless--cases-indicator-in-timeline copy.png deleted file mode 100644 index f0e4e7043..000000000 Binary files a/images/serverless--cases-indicator-in-timeline copy.png and /dev/null differ diff --git a/images/serverless--cases-indicator-in-timeline.png b/images/serverless--cases-indicator-in-timeline.png deleted file mode 100644 index f0e4e7043..000000000 Binary files a/images/serverless--cases-indicator-in-timeline.png and /dev/null differ diff --git a/images/serverless--cases-indicator-query-timeline copy.png b/images/serverless--cases-indicator-query-timeline copy.png deleted file mode 100644 index cdb612899..000000000 Binary files a/images/serverless--cases-indicator-query-timeline copy.png and /dev/null differ diff --git a/images/serverless--cases-indicator-query-timeline.png b/images/serverless--cases-indicator-query-timeline.png deleted file mode 100644 index cdb612899..000000000 Binary files a/images/serverless--cases-indicator-query-timeline.png and /dev/null differ diff --git a/images/serverless--cases-indicators-table copy.png b/images/serverless--cases-indicators-table copy.png deleted file mode 100644 index 3219eae6d..000000000 Binary files a/images/serverless--cases-indicators-table copy.png and /dev/null differ diff --git a/images/serverless--cases-indicators-table.png b/images/serverless--cases-indicators-table.png deleted file mode 100644 index 3219eae6d..000000000 Binary files a/images/serverless--cases-indicators-table.png and /dev/null differ diff --git a/images/serverless--cases-interact-with-indicators-table copy.gif b/images/serverless--cases-interact-with-indicators-table copy.gif deleted file mode 100644 index e98f0f8e1..000000000 Binary files a/images/serverless--cases-interact-with-indicators-table copy.gif and /dev/null differ diff --git a/images/serverless--cases-interact-with-indicators-table.gif b/images/serverless--cases-interact-with-indicators-table.gif deleted file mode 100644 index e98f0f8e1..000000000 Binary files a/images/serverless--cases-interact-with-indicators-table.gif and /dev/null differ diff --git a/images/serverless--cases-remove-indicator copy.png b/images/serverless--cases-remove-indicator copy.png deleted file mode 100644 index f13242992..000000000 Binary files a/images/serverless--cases-remove-indicator copy.png and /dev/null differ diff --git a/images/serverless--cases-remove-indicator.png b/images/serverless--cases-remove-indicator.png deleted file mode 100644 index f13242992..000000000 Binary files a/images/serverless--cases-remove-indicator.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-benchmark-rules.png b/images/serverless--cloud-native-security-benchmark-rules.png deleted file mode 100644 index 107ba0ca1..000000000 Binary files a/images/serverless--cloud-native-security-benchmark-rules.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-cnvm-findings-grouped.png b/images/serverless--cloud-native-security-cnvm-findings-grouped.png deleted file mode 100644 index b62bd0564..000000000 Binary files a/images/serverless--cloud-native-security-cnvm-findings-grouped.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-cnvm-findings-page.png b/images/serverless--cloud-native-security-cnvm-findings-page.png deleted file mode 100644 index a2c36a19a..000000000 Binary files a/images/serverless--cloud-native-security-cnvm-findings-page.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-cspm-aws-auth-1.png b/images/serverless--cloud-native-security-cspm-aws-auth-1.png deleted file mode 100644 index 6a98ea85e..000000000 Binary files a/images/serverless--cloud-native-security-cspm-aws-auth-1.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-cspm-aws-auth-2.png b/images/serverless--cloud-native-security-cspm-aws-auth-2.png deleted file mode 100644 index 515aa7749..000000000 Binary files a/images/serverless--cloud-native-security-cspm-aws-auth-2.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-cspm-aws-auth-3.png b/images/serverless--cloud-native-security-cspm-aws-auth-3.png deleted file mode 100644 index 48681cb68..000000000 Binary files a/images/serverless--cloud-native-security-cspm-aws-auth-3.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-cspm-cloudformation-template.png b/images/serverless--cloud-native-security-cspm-cloudformation-template.png deleted file mode 100644 index 64f22dad9..000000000 Binary files a/images/serverless--cloud-native-security-cspm-cloudformation-template.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-cspm-cloudshell-trust.png b/images/serverless--cloud-native-security-cspm-cloudshell-trust.png deleted file mode 100644 index 57ed37d3b..000000000 Binary files a/images/serverless--cloud-native-security-cspm-cloudshell-trust.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-env-var-capture-detail.png b/images/serverless--cloud-native-security-env-var-capture-detail.png deleted file mode 100644 index b6ed6fdaf..000000000 Binary files a/images/serverless--cloud-native-security-env-var-capture-detail.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-findings-page.png b/images/serverless--cloud-native-security-findings-page.png deleted file mode 100644 index 54b1e514e..000000000 Binary files a/images/serverless--cloud-native-security-findings-page.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-kspm-add-agent-wizard.png b/images/serverless--cloud-native-security-kspm-add-agent-wizard.png deleted file mode 100644 index d61fec758..000000000 Binary files a/images/serverless--cloud-native-security-kspm-add-agent-wizard.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-session-view-alert-types-badge.png b/images/serverless--cloud-native-security-session-view-alert-types-badge.png deleted file mode 100644 index 569d038dc..000000000 Binary files a/images/serverless--cloud-native-security-session-view-alert-types-badge.png and /dev/null differ diff --git a/images/serverless--cloud-native-security-vuln-management-dashboard.png b/images/serverless--cloud-native-security-vuln-management-dashboard.png deleted file mode 100644 index 063312fc0..000000000 Binary files a/images/serverless--cloud-native-security-vuln-management-dashboard.png and /dev/null differ diff --git a/images/serverless--dashboards-anomalies-table.png b/images/serverless--dashboards-anomalies-table.png deleted file mode 100644 index a352bd597..000000000 Binary files a/images/serverless--dashboards-anomalies-table.png and /dev/null differ diff --git a/images/serverless--dashboards-cloud-sec-dashboard-individual-row.png b/images/serverless--dashboards-cloud-sec-dashboard-individual-row.png deleted file mode 100644 index 57f6eb8ca..000000000 Binary files a/images/serverless--dashboards-cloud-sec-dashboard-individual-row.png and /dev/null differ diff --git a/images/serverless--dashboards-cloud-sec-dashboard.png b/images/serverless--dashboards-cloud-sec-dashboard.png deleted file mode 100644 index b7ab7af81..000000000 Binary files a/images/serverless--dashboards-cloud-sec-dashboard.png and /dev/null differ diff --git a/images/serverless--dashboards-cnvm-cloudformation.png b/images/serverless--dashboards-cnvm-cloudformation.png deleted file mode 100644 index 890be7a39..000000000 Binary files a/images/serverless--dashboards-cnvm-cloudformation.png and /dev/null differ diff --git a/images/serverless--dashboards-cnvm-setup-1.png b/images/serverless--dashboards-cnvm-setup-1.png deleted file mode 100644 index 3b2ce9adb..000000000 Binary files a/images/serverless--dashboards-cnvm-setup-1.png and /dev/null differ diff --git a/images/serverless--dashboards-dashboards-landing-page.png b/images/serverless--dashboards-dashboards-landing-page.png deleted file mode 100644 index c947bfab1..000000000 Binary files a/images/serverless--dashboards-dashboards-landing-page.png and /dev/null differ diff --git a/images/serverless--dashboards-data-qual-dash-detail.png b/images/serverless--dashboards-data-qual-dash-detail.png deleted file mode 100644 index 5dec90d47..000000000 Binary files a/images/serverless--dashboards-data-qual-dash-detail.png and /dev/null differ diff --git a/images/serverless--dashboards-data-qual-dash.png b/images/serverless--dashboards-data-qual-dash.png deleted file mode 100644 index 218bcb8f2..000000000 Binary files a/images/serverless--dashboards-data-qual-dash.png and /dev/null differ diff --git a/images/serverless--dashboards-entity-dashboard.png b/images/serverless--dashboards-entity-dashboard.png deleted file mode 100644 index e529976aa..000000000 Binary files a/images/serverless--dashboards-entity-dashboard.png and /dev/null differ diff --git a/images/serverless--dashboards-host-score-data.png b/images/serverless--dashboards-host-score-data.png deleted file mode 100644 index 1fb6446c5..000000000 Binary files a/images/serverless--dashboards-host-score-data.png and /dev/null differ diff --git a/images/serverless--dashboards-live-feed-ov-page.png b/images/serverless--dashboards-live-feed-ov-page.png deleted file mode 100644 index afc53301c..000000000 Binary files a/images/serverless--dashboards-live-feed-ov-page.png and /dev/null differ diff --git a/images/serverless--dashboards-overview-pg.png b/images/serverless--dashboards-overview-pg.png deleted file mode 100644 index f841dfe45..000000000 Binary files a/images/serverless--dashboards-overview-pg.png and /dev/null differ diff --git a/images/serverless--dashboards-rule-monitoring-overview.png b/images/serverless--dashboards-rule-monitoring-overview.png deleted file mode 100644 index abd18e145..000000000 Binary files a/images/serverless--dashboards-rule-monitoring-overview.png and /dev/null differ diff --git a/images/serverless--dashboards-user-score-data.png b/images/serverless--dashboards-user-score-data.png deleted file mode 100644 index ec5edf06a..000000000 Binary files a/images/serverless--dashboards-user-score-data.png and /dev/null differ diff --git a/images/serverless--detections-about-section-rp.png b/images/serverless--detections-about-section-rp.png deleted file mode 100644 index 754cf1c0d..000000000 Binary files a/images/serverless--detections-about-section-rp.png and /dev/null differ diff --git a/images/serverless--detections-actions-exception-list.png b/images/serverless--detections-actions-exception-list.png deleted file mode 100644 index 9a8c48bca..000000000 Binary files a/images/serverless--detections-actions-exception-list.png and /dev/null differ diff --git a/images/serverless--detections-add-alert-to-case.gif b/images/serverless--detections-add-alert-to-case.gif deleted file mode 100644 index 5141258e0..000000000 Binary files a/images/serverless--detections-add-alert-to-case.gif and /dev/null differ diff --git a/images/serverless--detections-add-alert-to-existing-case.png b/images/serverless--detections-add-alert-to-existing-case.png deleted file mode 100644 index 27b7eaa68..000000000 Binary files a/images/serverless--detections-add-alert-to-existing-case.png and /dev/null differ diff --git a/images/serverless--detections-add-alert-to-new-case.png b/images/serverless--detections-add-alert-to-new-case.png deleted file mode 100644 index 9082c6a96..000000000 Binary files a/images/serverless--detections-add-alert-to-new-case.png and /dev/null differ diff --git a/images/serverless--detections-add-exception-ui.png b/images/serverless--detections-add-exception-ui.png deleted file mode 100644 index a8d23d0eb..000000000 Binary files a/images/serverless--detections-add-exception-ui.png and /dev/null differ diff --git a/images/serverless--detections-additional-filters.png b/images/serverless--detections-additional-filters.png deleted file mode 100644 index af39ef8d4..000000000 Binary files a/images/serverless--detections-additional-filters.png and /dev/null differ diff --git a/images/serverless--detections-ai-assistant-chat.png b/images/serverless--detections-ai-assistant-chat.png deleted file mode 100644 index 2e5b9450a..000000000 Binary files a/images/serverless--detections-ai-assistant-chat.png and /dev/null differ diff --git a/images/serverless--detections-alert-assigned-alerts.png b/images/serverless--detections-alert-assigned-alerts.png deleted file mode 100644 index 1d63dccf5..000000000 Binary files a/images/serverless--detections-alert-assigned-alerts.png and /dev/null differ diff --git a/images/serverless--detections-alert-change-status.png b/images/serverless--detections-alert-change-status.png deleted file mode 100644 index 333366d09..000000000 Binary files a/images/serverless--detections-alert-change-status.png and /dev/null differ diff --git a/images/serverless--detections-alert-details-flyout-left-panel.png b/images/serverless--detections-alert-details-flyout-left-panel.png deleted file mode 100644 index 08e5dfe55..000000000 Binary files a/images/serverless--detections-alert-details-flyout-left-panel.png and /dev/null differ diff --git a/images/serverless--detections-alert-details-flyout-preview-panel.gif b/images/serverless--detections-alert-details-flyout-preview-panel.gif deleted file mode 100644 index 0e27cbf7d..000000000 Binary files a/images/serverless--detections-alert-details-flyout-preview-panel.gif and /dev/null differ diff --git a/images/serverless--detections-alert-details-flyout-right-panel.png b/images/serverless--detections-alert-details-flyout-right-panel.png deleted file mode 100644 index e1072a26f..000000000 Binary files a/images/serverless--detections-alert-details-flyout-right-panel.png and /dev/null differ diff --git a/images/serverless--detections-alert-filter-assigned-alerts.png b/images/serverless--detections-alert-filter-assigned-alerts.png deleted file mode 100644 index 98f083389..000000000 Binary files a/images/serverless--detections-alert-filter-assigned-alerts.png and /dev/null differ diff --git a/images/serverless--detections-alert-flyout-assignees.png b/images/serverless--detections-alert-flyout-assignees.png deleted file mode 100644 index 423adfd6b..000000000 Binary files a/images/serverless--detections-alert-flyout-assignees.png and /dev/null differ diff --git a/images/serverless--detections-alert-indices-ui.png b/images/serverless--detections-alert-indices-ui.png deleted file mode 100644 index 8344624d7..000000000 Binary files a/images/serverless--detections-alert-indices-ui.png and /dev/null differ diff --git a/images/serverless--detections-alert-page-dropdown-controls.png b/images/serverless--detections-alert-page-dropdown-controls.png deleted file mode 100644 index fe7639fda..000000000 Binary files a/images/serverless--detections-alert-page-dropdown-controls.png and /dev/null differ diff --git a/images/serverless--detections-alert-page-visualizations.png b/images/serverless--detections-alert-page-visualizations.png deleted file mode 100644 index 685a6233f..000000000 Binary files a/images/serverless--detections-alert-page-visualizations.png and /dev/null differ diff --git a/images/serverless--detections-alert-page-viz-collapsed.png b/images/serverless--detections-alert-page-viz-collapsed.png deleted file mode 100644 index 286128dee..000000000 Binary files a/images/serverless--detections-alert-page-viz-collapsed.png and /dev/null differ diff --git a/images/serverless--detections-alert-page.png b/images/serverless--detections-alert-page.png deleted file mode 100644 index 23c577761..000000000 Binary files a/images/serverless--detections-alert-page.png and /dev/null differ diff --git a/images/serverless--detections-alert-pill.png b/images/serverless--detections-alert-pill.png deleted file mode 100644 index e96fc829f..000000000 Binary files a/images/serverless--detections-alert-pill.png and /dev/null differ diff --git a/images/serverless--detections-alert-suppression-options.png b/images/serverless--detections-alert-suppression-options.png deleted file mode 100644 index 61678b5e0..000000000 Binary files a/images/serverless--detections-alert-suppression-options.png and /dev/null differ diff --git a/images/serverless--detections-alert-table-toolbar-buttons.png b/images/serverless--detections-alert-table-toolbar-buttons.png deleted file mode 100644 index 91211efad..000000000 Binary files a/images/serverless--detections-alert-table-toolbar-buttons.png and /dev/null differ diff --git a/images/serverless--detections-alerts-viz-counts.png b/images/serverless--detections-alerts-viz-counts.png deleted file mode 100644 index 48176bb0b..000000000 Binary files a/images/serverless--detections-alerts-viz-counts.png and /dev/null differ diff --git a/images/serverless--detections-alerts-viz-summary.png b/images/serverless--detections-alerts-viz-summary.png deleted file mode 100644 index d15a12b71..000000000 Binary files a/images/serverless--detections-alerts-viz-summary.png and /dev/null differ diff --git a/images/serverless--detections-alerts-viz-treemap.png b/images/serverless--detections-alerts-viz-treemap.png deleted file mode 100644 index 5383244b8..000000000 Binary files a/images/serverless--detections-alerts-viz-treemap.png and /dev/null differ diff --git a/images/serverless--detections-alerts-viz-trend.png b/images/serverless--detections-alerts-viz-trend.png deleted file mode 100644 index 4ee9d47e0..000000000 Binary files a/images/serverless--detections-alerts-viz-trend.png and /dev/null differ diff --git a/images/serverless--detections-all-rules.png b/images/serverless--detections-all-rules.png deleted file mode 100644 index 5ad7137a5..000000000 Binary files a/images/serverless--detections-all-rules.png and /dev/null differ diff --git a/images/serverless--detections-analyze-event-button.png b/images/serverless--detections-analyze-event-button.png deleted file mode 100644 index 4c4e122ef..000000000 Binary files a/images/serverless--detections-analyze-event-button.png and /dev/null differ diff --git a/images/serverless--detections-analyze-event-timeline.png b/images/serverless--detections-analyze-event-timeline.png deleted file mode 100644 index 6aa6d31d5..000000000 Binary files a/images/serverless--detections-analyze-event-timeline.png and /dev/null differ diff --git a/images/serverless--detections-associated-shared-exception-list.png b/images/serverless--detections-associated-shared-exception-list.png deleted file mode 100644 index e0bb062d1..000000000 Binary files a/images/serverless--detections-associated-shared-exception-list.png and /dev/null differ diff --git a/images/serverless--detections-bulk-add-alerts-to-timeline.png b/images/serverless--detections-bulk-add-alerts-to-timeline.png deleted file mode 100644 index bfcac3e40..000000000 Binary files a/images/serverless--detections-bulk-add-alerts-to-timeline.png and /dev/null differ diff --git a/images/serverless--detections-bulk-apply-alert-tag.png b/images/serverless--detections-bulk-apply-alert-tag.png deleted file mode 100644 index c8c1d8211..000000000 Binary files a/images/serverless--detections-bulk-apply-alert-tag.png and /dev/null differ diff --git a/images/serverless--detections-correlations-overview.png b/images/serverless--detections-correlations-overview.png deleted file mode 100644 index 6fec67ee0..000000000 Binary files a/images/serverless--detections-correlations-overview.png and /dev/null differ diff --git a/images/serverless--detections-data-view-selection.png b/images/serverless--detections-data-view-selection.png deleted file mode 100644 index f0d15645e..000000000 Binary files a/images/serverless--detections-data-view-selection.png and /dev/null differ diff --git a/images/serverless--detections-date-range-selection.png b/images/serverless--detections-date-range-selection.png deleted file mode 100644 index 40515f683..000000000 Binary files a/images/serverless--detections-date-range-selection.png and /dev/null differ diff --git a/images/serverless--detections-detection-response-dashboard.png b/images/serverless--detections-detection-response-dashboard.png deleted file mode 100644 index ae2e9cd18..000000000 Binary files a/images/serverless--detections-detection-response-dashboard.png and /dev/null differ diff --git a/images/serverless--detections-edit-value-lists.png b/images/serverless--detections-edit-value-lists.png deleted file mode 100644 index dd53a8dc1..000000000 Binary files a/images/serverless--detections-edit-value-lists.png and /dev/null differ diff --git a/images/serverless--detections-endpoint-add-exp.png b/images/serverless--detections-endpoint-add-exp.png deleted file mode 100644 index fe5c92826..000000000 Binary files a/images/serverless--detections-endpoint-add-exp.png and /dev/null differ diff --git a/images/serverless--detections-entities-overview.png b/images/serverless--detections-entities-overview.png deleted file mode 100644 index e27d14936..000000000 Binary files a/images/serverless--detections-entities-overview.png and /dev/null differ diff --git a/images/serverless--detections-eql-rule-query-example.png b/images/serverless--detections-eql-rule-query-example.png deleted file mode 100644 index 91600ff92..000000000 Binary files a/images/serverless--detections-eql-rule-query-example.png and /dev/null differ diff --git a/images/serverless--detections-event-details.png b/images/serverless--detections-event-details.png deleted file mode 100644 index f4a8eb16e..000000000 Binary files a/images/serverless--detections-event-details.png and /dev/null differ diff --git a/images/serverless--detections-event-rendered-view.png b/images/serverless--detections-event-rendered-view.png deleted file mode 100644 index 54471ada2..000000000 Binary files a/images/serverless--detections-event-rendered-view.png and /dev/null differ diff --git a/images/serverless--detections-event-type.png b/images/serverless--detections-event-type.png deleted file mode 100644 index 819a8495a..000000000 Binary files a/images/serverless--detections-event-type.png and /dev/null differ diff --git a/images/serverless--detections-exception-affects-multiple-rules.png b/images/serverless--detections-exception-affects-multiple-rules.png deleted file mode 100644 index 2ca300f62..000000000 Binary files a/images/serverless--detections-exception-affects-multiple-rules.png and /dev/null differ diff --git a/images/serverless--detections-exception-item-example.png b/images/serverless--detections-exception-item-example.png deleted file mode 100644 index 1da080b59..000000000 Binary files a/images/serverless--detections-exception-item-example.png and /dev/null differ diff --git a/images/serverless--detections-expand-details-button.png b/images/serverless--detections-expand-details-button.png deleted file mode 100644 index 3152e9cad..000000000 Binary files a/images/serverless--detections-expand-details-button.png and /dev/null differ diff --git a/images/serverless--detections-expanded-correlations-view.png b/images/serverless--detections-expanded-correlations-view.png deleted file mode 100644 index 7679fa88c..000000000 Binary files a/images/serverless--detections-expanded-correlations-view.png and /dev/null differ diff --git a/images/serverless--detections-expanded-entities-view.png b/images/serverless--detections-expanded-entities-view.png deleted file mode 100644 index 6a37b0cb0..000000000 Binary files a/images/serverless--detections-expanded-entities-view.png and /dev/null differ diff --git a/images/serverless--detections-expanded-prevalence-view.png b/images/serverless--detections-expanded-prevalence-view.png deleted file mode 100644 index 2bfe84fa1..000000000 Binary files a/images/serverless--detections-expanded-prevalence-view.png and /dev/null differ diff --git a/images/serverless--detections-expanded-threat-intelligence-view.png b/images/serverless--detections-expanded-threat-intelligence-view.png deleted file mode 100644 index 0fff543aa..000000000 Binary files a/images/serverless--detections-expanded-threat-intelligence-view.png and /dev/null differ diff --git a/images/serverless--detections-flyout-settings.png b/images/serverless--detections-flyout-settings.png deleted file mode 100644 index a7f23f0df..000000000 Binary files a/images/serverless--detections-flyout-settings.png and /dev/null differ diff --git a/images/serverless--detections-full-screen-analyzer.png b/images/serverless--detections-full-screen-analyzer.png deleted file mode 100644 index bb0e2ec4f..000000000 Binary files a/images/serverless--detections-full-screen-analyzer.png and /dev/null differ diff --git a/images/serverless--detections-graphical-view.png b/images/serverless--detections-graphical-view.png deleted file mode 100644 index d7a56795e..000000000 Binary files a/images/serverless--detections-graphical-view.png and /dev/null differ diff --git a/images/serverless--detections-group-alerts-expand.png b/images/serverless--detections-group-alerts-expand.png deleted file mode 100644 index 0304592bd..000000000 Binary files a/images/serverless--detections-group-alerts-expand.png and /dev/null differ diff --git a/images/serverless--detections-group-alerts.png b/images/serverless--detections-group-alerts.png deleted file mode 100644 index 6f794f1de..000000000 Binary files a/images/serverless--detections-group-alerts.png and /dev/null differ diff --git a/images/serverless--detections-ig-alert-flyout-invest-tab.png b/images/serverless--detections-ig-alert-flyout-invest-tab.png deleted file mode 100644 index b778699fb..000000000 Binary files a/images/serverless--detections-ig-alert-flyout-invest-tab.png and /dev/null differ diff --git a/images/serverless--detections-ig-alert-flyout.png b/images/serverless--detections-ig-alert-flyout.png deleted file mode 100644 index a7a8bbe74..000000000 Binary files a/images/serverless--detections-ig-alert-flyout.png and /dev/null differ diff --git a/images/serverless--detections-ig-filters-field-custom-value.png b/images/serverless--detections-ig-filters-field-custom-value.png deleted file mode 100644 index 0c625298b..000000000 Binary files a/images/serverless--detections-ig-filters-field-custom-value.png and /dev/null differ diff --git a/images/serverless--detections-ig-investigation-guide-editor.png b/images/serverless--detections-ig-investigation-guide-editor.png deleted file mode 100644 index 0f299b3b0..000000000 Binary files a/images/serverless--detections-ig-investigation-guide-editor.png and /dev/null differ diff --git a/images/serverless--detections-ig-investigation-query-builder.png b/images/serverless--detections-ig-investigation-query-builder.png deleted file mode 100644 index 2e96df67d..000000000 Binary files a/images/serverless--detections-ig-investigation-query-builder.png and /dev/null differ diff --git a/images/serverless--detections-ig-timeline-query.png b/images/serverless--detections-ig-timeline-query.png deleted file mode 100644 index 399903140..000000000 Binary files a/images/serverless--detections-ig-timeline-query.png and /dev/null differ diff --git a/images/serverless--detections-ig-timeline-template-fields.png b/images/serverless--detections-ig-timeline-template-fields.png deleted file mode 100644 index d0c7ee0f7..000000000 Binary files a/images/serverless--detections-ig-timeline-template-fields.png and /dev/null differ diff --git a/images/serverless--detections-ig-timeline.png b/images/serverless--detections-ig-timeline.png deleted file mode 100644 index d5ad77350..000000000 Binary files a/images/serverless--detections-ig-timeline.png and /dev/null differ diff --git a/images/serverless--detections-indicator-rule-example.png b/images/serverless--detections-indicator-rule-example.png deleted file mode 100644 index d30a7073e..000000000 Binary files a/images/serverless--detections-indicator-rule-example.png and /dev/null differ diff --git a/images/serverless--detections-indicator_value_list.png b/images/serverless--detections-indicator_value_list.png deleted file mode 100644 index bbc8f064e..000000000 Binary files a/images/serverless--detections-indicator_value_list.png and /dev/null differ diff --git a/images/serverless--detections-inline-actions-menu.png b/images/serverless--detections-inline-actions-menu.png deleted file mode 100644 index 5c4dff3d7..000000000 Binary files a/images/serverless--detections-inline-actions-menu.png and /dev/null differ diff --git a/images/serverless--detections-insights-section-rp.png b/images/serverless--detections-insights-section-rp.png deleted file mode 100644 index f10cc70a7..000000000 Binary files a/images/serverless--detections-insights-section-rp.png and /dev/null differ diff --git a/images/serverless--detections-investigation-section-rp.png b/images/serverless--detections-investigation-section-rp.png deleted file mode 100644 index c49659314..000000000 Binary files a/images/serverless--detections-investigation-section-rp.png and /dev/null differ diff --git a/images/serverless--detections-machine-learning-cloned-job-details.png b/images/serverless--detections-machine-learning-cloned-job-details.png deleted file mode 100644 index 4c0476440..000000000 Binary files a/images/serverless--detections-machine-learning-cloned-job-details.png and /dev/null differ diff --git a/images/serverless--detections-machine-learning-filter-add-item.png b/images/serverless--detections-machine-learning-filter-add-item.png deleted file mode 100644 index 245670662..000000000 Binary files a/images/serverless--detections-machine-learning-filter-add-item.png and /dev/null differ diff --git a/images/serverless--detections-machine-learning-ml-rule-threshold.png b/images/serverless--detections-machine-learning-ml-rule-threshold.png deleted file mode 100644 index 98b1beeee..000000000 Binary files a/images/serverless--detections-machine-learning-ml-rule-threshold.png and /dev/null differ diff --git a/images/serverless--detections-machine-learning-ml-ui.png b/images/serverless--detections-machine-learning-ml-ui.png deleted file mode 100644 index 1ac95e5c9..000000000 Binary files a/images/serverless--detections-machine-learning-ml-ui.png and /dev/null differ diff --git a/images/serverless--detections-machine-learning-rule-scope.png b/images/serverless--detections-machine-learning-rule-scope.png deleted file mode 100644 index 5179ea992..000000000 Binary files a/images/serverless--detections-machine-learning-rule-scope.png and /dev/null differ diff --git a/images/serverless--detections-machine-learning-rules-table-ml-job-error.png b/images/serverless--detections-machine-learning-rules-table-ml-job-error.png deleted file mode 100644 index 7244e784e..000000000 Binary files a/images/serverless--detections-machine-learning-rules-table-ml-job-error.png and /dev/null differ diff --git a/images/serverless--detections-machine-learning-start-job-window.png b/images/serverless--detections-machine-learning-start-job-window.png deleted file mode 100644 index 12c63d0be..000000000 Binary files a/images/serverless--detections-machine-learning-start-job-window.png and /dev/null differ diff --git a/images/serverless--detections-manage-default-rule-list.png b/images/serverless--detections-manage-default-rule-list.png deleted file mode 100644 index 1dc17856c..000000000 Binary files a/images/serverless--detections-manage-default-rule-list.png and /dev/null differ diff --git a/images/serverless--detections-manage-value-list.png b/images/serverless--detections-manage-value-list.png deleted file mode 100644 index 7b65290cc..000000000 Binary files a/images/serverless--detections-manage-value-list.png and /dev/null differ diff --git a/images/serverless--detections-manual-rule-run-table copy.png b/images/serverless--detections-manual-rule-run-table copy.png deleted file mode 100644 index ddacb233e..000000000 Binary files a/images/serverless--detections-manual-rule-run-table copy.png and /dev/null differ diff --git a/images/serverless--detections-manual-rule-run-table.png b/images/serverless--detections-manual-rule-run-table.png deleted file mode 100644 index ddacb233e..000000000 Binary files a/images/serverless--detections-manual-rule-run-table.png and /dev/null differ diff --git a/images/serverless--detections-markdown-icon.png b/images/serverless--detections-markdown-icon.png deleted file mode 100644 index 3ff22f66f..000000000 Binary files a/images/serverless--detections-markdown-icon.png and /dev/null differ diff --git a/images/serverless--detections-monitor-table copy.png b/images/serverless--detections-monitor-table copy.png deleted file mode 100644 index 05cb4c3aa..000000000 Binary files a/images/serverless--detections-monitor-table copy.png and /dev/null differ diff --git a/images/serverless--detections-monitor-table.png b/images/serverless--detections-monitor-table.png deleted file mode 100644 index 05cb4c3aa..000000000 Binary files a/images/serverless--detections-monitor-table.png and /dev/null differ diff --git a/images/serverless--detections-nested-exp.png b/images/serverless--detections-nested-exp.png deleted file mode 100644 index b403c0b46..000000000 Binary files a/images/serverless--detections-nested-exp.png and /dev/null differ diff --git a/images/serverless--detections-node-legend.png b/images/serverless--detections-node-legend.png deleted file mode 100644 index 0ba9bf664..000000000 Binary files a/images/serverless--detections-node-legend.png and /dev/null differ diff --git a/images/serverless--detections-notes-tab-lp.png b/images/serverless--detections-notes-tab-lp.png deleted file mode 100644 index e277a109f..000000000 Binary files a/images/serverless--detections-notes-tab-lp.png and /dev/null differ diff --git a/images/serverless--detections-open-alert-details-flyout.gif b/images/serverless--detections-open-alert-details-flyout.gif deleted file mode 100644 index 29a156e35..000000000 Binary files a/images/serverless--detections-open-alert-details-flyout.gif and /dev/null differ diff --git a/images/serverless--detections-prebuilt-rules-add-badge.png b/images/serverless--detections-prebuilt-rules-add-badge.png deleted file mode 100644 index d82a3f2d3..000000000 Binary files a/images/serverless--detections-prebuilt-rules-add-badge.png and /dev/null differ diff --git a/images/serverless--detections-prebuilt-rules-add.png b/images/serverless--detections-prebuilt-rules-add.png deleted file mode 100644 index ec7993aa0..000000000 Binary files a/images/serverless--detections-prebuilt-rules-add.png and /dev/null differ diff --git a/images/serverless--detections-prebuilt-rules-process-exception.png b/images/serverless--detections-prebuilt-rules-process-exception.png deleted file mode 100644 index c6495e566..000000000 Binary files a/images/serverless--detections-prebuilt-rules-process-exception.png and /dev/null differ diff --git a/images/serverless--detections-prebuilt-rules-process-specific-exception.png b/images/serverless--detections-prebuilt-rules-process-specific-exception.png deleted file mode 100644 index edcad0121..000000000 Binary files a/images/serverless--detections-prebuilt-rules-process-specific-exception.png and /dev/null differ diff --git a/images/serverless--detections-prebuilt-rules-rule-details-page.png b/images/serverless--detections-prebuilt-rules-rule-details-page.png deleted file mode 100644 index ad6deeb6f..000000000 Binary files a/images/serverless--detections-prebuilt-rules-rule-details-page.png and /dev/null differ diff --git a/images/serverless--detections-prebuilt-rules-update.png b/images/serverless--detections-prebuilt-rules-update.png deleted file mode 100644 index ade5071b5..000000000 Binary files a/images/serverless--detections-prebuilt-rules-update.png and /dev/null differ diff --git a/images/serverless--detections-preview-rule.png b/images/serverless--detections-preview-rule.png deleted file mode 100644 index 5e8480738..000000000 Binary files a/images/serverless--detections-preview-rule.png and /dev/null differ diff --git a/images/serverless--detections-process-details.png b/images/serverless--detections-process-details.png deleted file mode 100644 index c8b92c81b..000000000 Binary files a/images/serverless--detections-process-details.png and /dev/null differ diff --git a/images/serverless--detections-process-list.png b/images/serverless--detections-process-list.png deleted file mode 100644 index 105d723d5..000000000 Binary files a/images/serverless--detections-process-list.png and /dev/null differ diff --git a/images/serverless--detections-process-schema.png b/images/serverless--detections-process-schema.png deleted file mode 100644 index 85d393d0c..000000000 Binary files a/images/serverless--detections-process-schema.png and /dev/null differ diff --git a/images/serverless--detections-response-action-rp.png b/images/serverless--detections-response-action-rp.png deleted file mode 100644 index 03bac2104..000000000 Binary files a/images/serverless--detections-response-action-rp.png and /dev/null differ diff --git a/images/serverless--detections-risk-source-field-ui.png b/images/serverless--detections-risk-source-field-ui.png deleted file mode 100644 index 3d83e0095..000000000 Binary files a/images/serverless--detections-risk-source-field-ui.png and /dev/null differ diff --git a/images/serverless--detections-rule-details-prerequisites.png b/images/serverless--detections-rule-details-prerequisites.png deleted file mode 100644 index 3579ac86c..000000000 Binary files a/images/serverless--detections-rule-details-prerequisites.png and /dev/null differ diff --git a/images/serverless--detections-rule-exception-tab.png b/images/serverless--detections-rule-exception-tab.png deleted file mode 100644 index e3eb5dc8d..000000000 Binary files a/images/serverless--detections-rule-exception-tab.png and /dev/null differ diff --git a/images/serverless--detections-rule-exceptions-page.png b/images/serverless--detections-rule-exceptions-page.png deleted file mode 100644 index 912feec30..000000000 Binary files a/images/serverless--detections-rule-exceptions-page.png and /dev/null differ diff --git a/images/serverless--detections-rule-execution-logs copy.png b/images/serverless--detections-rule-execution-logs copy.png deleted file mode 100644 index b3d73f048..000000000 Binary files a/images/serverless--detections-rule-execution-logs copy.png and /dev/null differ diff --git a/images/serverless--detections-rule-execution-logs.png b/images/serverless--detections-rule-execution-logs.png deleted file mode 100644 index b3d73f048..000000000 Binary files a/images/serverless--detections-rule-execution-logs.png and /dev/null differ diff --git a/images/serverless--detections-rule-query-example.png b/images/serverless--detections-rule-query-example.png deleted file mode 100644 index e71256487..000000000 Binary files a/images/serverless--detections-rule-query-example.png and /dev/null differ diff --git a/images/serverless--detections-rule-snoozing.png b/images/serverless--detections-rule-snoozing.png deleted file mode 100644 index 8edd67978..000000000 Binary files a/images/serverless--detections-rule-snoozing.png and /dev/null differ diff --git a/images/serverless--detections-rules-coverage.png b/images/serverless--detections-rules-coverage.png deleted file mode 100644 index b446481ae..000000000 Binary files a/images/serverless--detections-rules-coverage.png and /dev/null differ diff --git a/images/serverless--detections-rules-table-related-integrations.png b/images/serverless--detections-rules-table-related-integrations.png deleted file mode 100644 index d79e6ddd3..000000000 Binary files a/images/serverless--detections-rules-table-related-integrations.png and /dev/null differ diff --git a/images/serverless--detections-schedule-rule.png b/images/serverless--detections-schedule-rule.png deleted file mode 100644 index 1a856cac4..000000000 Binary files a/images/serverless--detections-schedule-rule.png and /dev/null differ diff --git a/images/serverless--detections-selected-action-type.png b/images/serverless--detections-selected-action-type.png deleted file mode 100644 index 1f4065cbf..000000000 Binary files a/images/serverless--detections-selected-action-type.png and /dev/null differ diff --git a/images/serverless--detections-session-view-action-icon-detail.png b/images/serverless--detections-session-view-action-icon-detail.png deleted file mode 100644 index 4646f7e45..000000000 Binary files a/images/serverless--detections-session-view-action-icon-detail.png and /dev/null differ diff --git a/images/serverless--detections-session-view-exec-user-change-badge.png b/images/serverless--detections-session-view-exec-user-change-badge.png deleted file mode 100644 index 2247f6a16..000000000 Binary files a/images/serverless--detections-session-view-exec-user-change-badge.png and /dev/null differ diff --git a/images/serverless--detections-session-view-output-badge.png b/images/serverless--detections-session-view-output-badge.png deleted file mode 100644 index 8d2c3cd6d..000000000 Binary files a/images/serverless--detections-session-view-output-badge.png and /dev/null differ diff --git a/images/serverless--detections-session-view-output-viewer.png b/images/serverless--detections-session-view-output-viewer.png deleted file mode 100644 index fce6b0630..000000000 Binary files a/images/serverless--detections-session-view-output-viewer.png and /dev/null differ diff --git a/images/serverless--detections-session-view-terminal-labeled.png b/images/serverless--detections-session-view-terminal-labeled.png deleted file mode 100644 index 43c3554d9..000000000 Binary files a/images/serverless--detections-session-view-terminal-labeled.png and /dev/null differ diff --git a/images/serverless--detections-severity-mapping-ui.png b/images/serverless--detections-severity-mapping-ui.png deleted file mode 100644 index 9d65e46de..000000000 Binary files a/images/serverless--detections-severity-mapping-ui.png and /dev/null differ diff --git a/images/serverless--detections-suppressed-alerts-details.png b/images/serverless--detections-suppressed-alerts-details.png deleted file mode 100644 index e13ccf34c..000000000 Binary files a/images/serverless--detections-suppressed-alerts-details.png and /dev/null differ diff --git a/images/serverless--detections-suppressed-alerts-table-column.png b/images/serverless--detections-suppressed-alerts-table-column.png deleted file mode 100644 index e78222217..000000000 Binary files a/images/serverless--detections-suppressed-alerts-table-column.png and /dev/null differ diff --git a/images/serverless--detections-suppressed-alerts-table.png b/images/serverless--detections-suppressed-alerts-table.png deleted file mode 100644 index 845f9f2e3..000000000 Binary files a/images/serverless--detections-suppressed-alerts-table.png and /dev/null differ diff --git a/images/serverless--detections-threat-intelligence-overview.png b/images/serverless--detections-threat-intelligence-overview.png deleted file mode 100644 index af4462303..000000000 Binary files a/images/serverless--detections-threat-intelligence-overview.png and /dev/null differ diff --git a/images/serverless--detections-timeline-button.png b/images/serverless--detections-timeline-button.png deleted file mode 100644 index 3fc4ef7d2..000000000 Binary files a/images/serverless--detections-timeline-button.png and /dev/null differ diff --git a/images/serverless--detections-timestamp-override copy.png b/images/serverless--detections-timestamp-override copy.png deleted file mode 100644 index 615a7db00..000000000 Binary files a/images/serverless--detections-timestamp-override copy.png and /dev/null differ diff --git a/images/serverless--detections-timestamp-override.png b/images/serverless--detections-timestamp-override.png deleted file mode 100644 index 615a7db00..000000000 Binary files a/images/serverless--detections-timestamp-override.png and /dev/null differ diff --git a/images/serverless--detections-treemap-click.gif b/images/serverless--detections-treemap-click.gif deleted file mode 100644 index bb5b96dac..000000000 Binary files a/images/serverless--detections-treemap-click.gif and /dev/null differ diff --git a/images/serverless--detections-upload-lists-ui.png b/images/serverless--detections-upload-lists-ui.png deleted file mode 100644 index 37554f0e4..000000000 Binary files a/images/serverless--detections-upload-lists-ui.png and /dev/null differ diff --git a/images/serverless--detections-view-alert-details.png b/images/serverless--detections-view-alert-details.png deleted file mode 100644 index b777b0d25..000000000 Binary files a/images/serverless--detections-view-alert-details.png and /dev/null differ diff --git a/images/serverless--detections-view-filter-shared-exception.png b/images/serverless--detections-view-filter-shared-exception.png deleted file mode 100644 index 199026d8d..000000000 Binary files a/images/serverless--detections-view-filter-shared-exception.png and /dev/null differ diff --git a/images/serverless--detections-visualizations-section-rp.png b/images/serverless--detections-visualizations-section-rp.png deleted file mode 100644 index 783bd302d..000000000 Binary files a/images/serverless--detections-visualizations-section-rp.png and /dev/null differ diff --git a/images/serverless--detections-visualize-tab-lp-alert-details.gif b/images/serverless--detections-visualize-tab-lp-alert-details.gif deleted file mode 100644 index 487f87c74..000000000 Binary files a/images/serverless--detections-visualize-tab-lp-alert-details.gif and /dev/null differ diff --git a/images/serverless--detections-visualize-tab-lp.png b/images/serverless--detections-visualize-tab-lp.png deleted file mode 100644 index a65151a65..000000000 Binary files a/images/serverless--detections-visualize-tab-lp.png and /dev/null differ diff --git a/images/serverless--events-all-actions-timeline-ui.png b/images/serverless--events-all-actions-timeline-ui.png deleted file mode 100644 index 6e2bea7e1..000000000 Binary files a/images/serverless--events-all-actions-timeline-ui.png and /dev/null differ diff --git a/images/serverless--events-create-a-timeline-template-field.png b/images/serverless--events-create-a-timeline-template-field.png deleted file mode 100644 index 5a13242d4..000000000 Binary files a/images/serverless--events-create-a-timeline-template-field.png and /dev/null differ diff --git a/images/serverless--events-invalid-filter.png b/images/serverless--events-invalid-filter.png deleted file mode 100644 index ff0e5fba2..000000000 Binary files a/images/serverless--events-invalid-filter.png and /dev/null differ diff --git a/images/serverless--events-template-filter-value.png b/images/serverless--events-template-filter-value.png deleted file mode 100644 index 1a9c7c124..000000000 Binary files a/images/serverless--events-template-filter-value.png and /dev/null differ diff --git a/images/serverless--events-template-query-example.png b/images/serverless--events-template-query-example.png deleted file mode 100644 index 80b305487..000000000 Binary files a/images/serverless--events-template-query-example.png and /dev/null differ diff --git a/images/serverless--events-timeline-template-filter.png b/images/serverless--events-timeline-template-filter.png deleted file mode 100644 index 0bf39ffa8..000000000 Binary files a/images/serverless--events-timeline-template-filter.png and /dev/null differ diff --git a/images/serverless--getting-started-IP-detail-pg.png b/images/serverless--getting-started-IP-detail-pg.png deleted file mode 100644 index cc18fd1d1..000000000 Binary files a/images/serverless--getting-started-IP-detail-pg.png and /dev/null differ diff --git a/images/serverless--getting-started-events-count.png b/images/serverless--getting-started-events-count.png deleted file mode 100644 index ef28a67b6..000000000 Binary files a/images/serverless--getting-started-events-count.png and /dev/null differ diff --git a/images/serverless--getting-started-fda-lock-button.png b/images/serverless--getting-started-fda-lock-button.png deleted file mode 100644 index ddae27580..000000000 Binary files a/images/serverless--getting-started-fda-lock-button.png and /dev/null differ diff --git a/images/serverless--getting-started-fda-sec-privacy-pane.png b/images/serverless--getting-started-fda-sec-privacy-pane.png deleted file mode 100644 index 5da2e7dc5..000000000 Binary files a/images/serverless--getting-started-fda-sec-privacy-pane.png and /dev/null differ diff --git a/images/serverless--getting-started-fda-select-endpoint-ext.png b/images/serverless--getting-started-fda-select-endpoint-ext.png deleted file mode 100644 index d674734f5..000000000 Binary files a/images/serverless--getting-started-fda-select-endpoint-ext.png and /dev/null differ diff --git a/images/serverless--getting-started-fda-select-fda.png b/images/serverless--getting-started-fda-select-fda.png deleted file mode 100644 index 329bc9e11..000000000 Binary files a/images/serverless--getting-started-fda-select-fda.png and /dev/null differ diff --git a/images/serverless--getting-started-inline-actions-legend.png b/images/serverless--getting-started-inline-actions-legend.png deleted file mode 100644 index b20069160..000000000 Binary files a/images/serverless--getting-started-inline-actions-legend.png and /dev/null differ diff --git a/images/serverless--getting-started-inspect-icon-context.png b/images/serverless--getting-started-inspect-icon-context.png deleted file mode 100644 index d3eab264c..000000000 Binary files a/images/serverless--getting-started-inspect-icon-context.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-allow-system-ext.png b/images/serverless--getting-started-install-endpoint-allow-system-ext.png deleted file mode 100644 index 50c64552d..000000000 Binary files a/images/serverless--getting-started-install-endpoint-allow-system-ext.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-attack-surface-reduction.png b/images/serverless--getting-started-install-endpoint-attack-surface-reduction.png deleted file mode 100644 index cff71ebf2..000000000 Binary files a/images/serverless--getting-started-install-endpoint-attack-surface-reduction.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-behavior-protection.png b/images/serverless--getting-started-install-endpoint-behavior-protection.png deleted file mode 100644 index a9fa3d555..000000000 Binary files a/images/serverless--getting-started-install-endpoint-behavior-protection.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-add-agent-detail.png b/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-add-agent-detail.png deleted file mode 100644 index f34563c78..000000000 Binary files a/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-add-agent-detail.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-add-agent.png b/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-add-agent.png deleted file mode 100644 index 052c3d011..000000000 Binary files a/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-add-agent.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-integrations-page.png b/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-integrations-page.png deleted file mode 100644 index 5d5c31e0e..000000000 Binary files a/images/serverless--getting-started-install-endpoint-endpoint-cloud-sec-integrations-page.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-endpoint-cloud-security-configuration.png b/images/serverless--getting-started-install-endpoint-endpoint-cloud-security-configuration.png deleted file mode 100644 index 35cf3affb..000000000 Binary files a/images/serverless--getting-started-install-endpoint-endpoint-cloud-security-configuration.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-event-collection.png b/images/serverless--getting-started-install-endpoint-event-collection.png deleted file mode 100644 index b408295e7..000000000 Binary files a/images/serverless--getting-started-install-endpoint-event-collection.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-filter-network-content.png b/images/serverless--getting-started-install-endpoint-filter-network-content.png deleted file mode 100644 index d55eb7e04..000000000 Binary files a/images/serverless--getting-started-install-endpoint-filter-network-content.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-malware-protection.png b/images/serverless--getting-started-install-endpoint-malware-protection.png deleted file mode 100644 index 21f824ede..000000000 Binary files a/images/serverless--getting-started-install-endpoint-malware-protection.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-memory-protection.png b/images/serverless--getting-started-install-endpoint-memory-protection.png deleted file mode 100644 index b5fae9f15..000000000 Binary files a/images/serverless--getting-started-install-endpoint-memory-protection.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ransomware-protection.png b/images/serverless--getting-started-install-endpoint-ransomware-protection.png deleted file mode 100644 index 824194f19..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ransomware-protection.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-system-ext-blocked.png b/images/serverless--getting-started-install-endpoint-system-ext-blocked.png deleted file mode 100644 index eede5dc20..000000000 Binary files a/images/serverless--getting-started-install-endpoint-system-ext-blocked.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-allow_fda_ven.png b/images/serverless--getting-started-install-endpoint-ven-allow_fda_ven.png deleted file mode 100644 index 0ddc22422..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-allow_fda_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-allow_full_disk_access_notification_ven.png b/images/serverless--getting-started-install-endpoint-ven-allow_full_disk_access_notification_ven.png deleted file mode 100644 index 8383df9f4..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-allow_full_disk_access_notification_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-allow_network_filter_ven.png b/images/serverless--getting-started-install-endpoint-ven-allow_network_filter_ven.png deleted file mode 100644 index fc1fdd972..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-allow_network_filter_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-allow_system_extension_ven.png b/images/serverless--getting-started-install-endpoint-ven-allow_system_extension_ven.png deleted file mode 100644 index b1499d887..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-allow_system_extension_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-enter_login_details_to_confirm_ven.png b/images/serverless--getting-started-install-endpoint-ven-enter_login_details_to_confirm_ven.png deleted file mode 100644 index ed25e4323..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-enter_login_details_to_confirm_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-privacy_security_ven.png b/images/serverless--getting-started-install-endpoint-ven-privacy_security_ven.png deleted file mode 100644 index f73012cfa..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-privacy_security_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-select_fda_ven.png b/images/serverless--getting-started-install-endpoint-ven-select_fda_ven.png deleted file mode 100644 index 05057237c..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-select_fda_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-install-endpoint-ven-system_extension_blocked_warning_ven.png b/images/serverless--getting-started-install-endpoint-ven-system_extension_blocked_warning_ven.png deleted file mode 100644 index 05c472aeb..000000000 Binary files a/images/serverless--getting-started-install-endpoint-ven-system_extension_blocked_warning_ven.png and /dev/null differ diff --git a/images/serverless--getting-started-network-ui.png b/images/serverless--getting-started-network-ui.png deleted file mode 100644 index 558bb31b8..000000000 Binary files a/images/serverless--getting-started-network-ui.png and /dev/null differ diff --git a/images/serverless--getting-started-register-as-antivirus.png b/images/serverless--getting-started-register-as-antivirus.png deleted file mode 100644 index 61fb3d2fa..000000000 Binary files a/images/serverless--getting-started-register-as-antivirus.png and /dev/null differ diff --git a/images/serverless--getting-started-search-bar.png b/images/serverless--getting-started-search-bar.png deleted file mode 100644 index 81c8d0900..000000000 Binary files a/images/serverless--getting-started-search-bar.png and /dev/null differ diff --git a/images/serverless--getting-started-solution-advanced-settings.png b/images/serverless--getting-started-solution-advanced-settings.png deleted file mode 100644 index 3a2a3c655..000000000 Binary files a/images/serverless--getting-started-solution-advanced-settings.png and /dev/null differ diff --git a/images/serverless--getting-started-timeline-accessiblity-directional-arrows.gif b/images/serverless--getting-started-timeline-accessiblity-directional-arrows.gif deleted file mode 100644 index aaafe8ced..000000000 Binary files a/images/serverless--getting-started-timeline-accessiblity-directional-arrows.gif and /dev/null differ diff --git a/images/serverless--getting-started-timeline-accessiblity-event-renderers.gif b/images/serverless--getting-started-timeline-accessiblity-event-renderers.gif deleted file mode 100644 index b5ca37ad5..000000000 Binary files a/images/serverless--getting-started-timeline-accessiblity-event-renderers.gif and /dev/null differ diff --git a/images/serverless--getting-started-timeline-accessiblity-keyboard-focus-hotkeys.gif b/images/serverless--getting-started-timeline-accessiblity-keyboard-focus-hotkeys.gif deleted file mode 100644 index 61262111d..000000000 Binary files a/images/serverless--getting-started-timeline-accessiblity-keyboard-focus-hotkeys.gif and /dev/null differ diff --git a/images/serverless--getting-started-timeline-accessiblity-keyboard-focus.gif b/images/serverless--getting-started-timeline-accessiblity-keyboard-focus.gif deleted file mode 100644 index 81b5a39d3..000000000 Binary files a/images/serverless--getting-started-timeline-accessiblity-keyboard-focus.gif and /dev/null differ diff --git a/images/serverless--getting-started-timeline-accessiblity-page-up-n-down.gif b/images/serverless--getting-started-timeline-accessiblity-page-up-n-down.gif deleted file mode 100644 index 95499374b..000000000 Binary files a/images/serverless--getting-started-timeline-accessiblity-page-up-n-down.gif and /dev/null differ diff --git a/images/serverless--getting-started-timeline-accessiblity-shifting-keyboard-focus.gif b/images/serverless--getting-started-timeline-accessiblity-shifting-keyboard-focus.gif deleted file mode 100644 index e9728f4c3..000000000 Binary files a/images/serverless--getting-started-timeline-accessiblity-shifting-keyboard-focus.gif and /dev/null differ diff --git a/images/serverless--getting-started-timeline-accessiblity-tab-keys.gif b/images/serverless--getting-started-timeline-accessiblity-tab-keys.gif deleted file mode 100644 index f68699f48..000000000 Binary files a/images/serverless--getting-started-timeline-accessiblity-tab-keys.gif and /dev/null differ diff --git a/images/serverless--getting-started-timeline-ui-accessiblity-drag-n-drop.gif b/images/serverless--getting-started-timeline-ui-accessiblity-drag-n-drop.gif deleted file mode 100644 index ad71c29f6..000000000 Binary files a/images/serverless--getting-started-timeline-ui-accessiblity-drag-n-drop.gif and /dev/null differ diff --git a/images/serverless--getting-started-users-events-table.png b/images/serverless--getting-started-users-events-table.png deleted file mode 100644 index 56d7546bb..000000000 Binary files a/images/serverless--getting-started-users-events-table.png and /dev/null differ diff --git a/images/serverless--getting-started-users-user-details-pg.png b/images/serverless--getting-started-users-user-details-pg.png deleted file mode 100644 index f26432f08..000000000 Binary files a/images/serverless--getting-started-users-user-details-pg.png and /dev/null differ diff --git a/images/serverless--getting-started-users-users-page.png b/images/serverless--getting-started-users-users-page.png deleted file mode 100644 index c7028ebbd..000000000 Binary files a/images/serverless--getting-started-users-users-page.png and /dev/null differ diff --git a/images/serverless--getting-started-viz-options-menu-open.png b/images/serverless--getting-started-viz-options-menu-open.png deleted file mode 100644 index 9fa319d1d..000000000 Binary files a/images/serverless--getting-started-viz-options-menu-open.png and /dev/null differ diff --git a/images/serverless--host-asset-criticality.png b/images/serverless--host-asset-criticality.png deleted file mode 100644 index c3157649f..000000000 Binary files a/images/serverless--host-asset-criticality.png and /dev/null differ diff --git a/images/serverless--host-details-flyout.png b/images/serverless--host-details-flyout.png deleted file mode 100644 index a5a960a59..000000000 Binary files a/images/serverless--host-details-flyout.png and /dev/null differ diff --git a/images/serverless--host-details-insights-expanded.png b/images/serverless--host-details-insights-expanded.png deleted file mode 100644 index cba7af919..000000000 Binary files a/images/serverless--host-details-insights-expanded.png and /dev/null differ diff --git a/images/serverless--host-observed-data.png b/images/serverless--host-observed-data.png deleted file mode 100644 index 6b4b04ccb..000000000 Binary files a/images/serverless--host-observed-data.png and /dev/null differ diff --git a/images/serverless--host-risk-inputs.png b/images/serverless--host-risk-inputs.png deleted file mode 100644 index 483980f37..000000000 Binary files a/images/serverless--host-risk-inputs.png and /dev/null differ diff --git a/images/serverless--management-admin-blocklist.png b/images/serverless--management-admin-blocklist.png deleted file mode 100644 index f739e521c..000000000 Binary files a/images/serverless--management-admin-blocklist.png and /dev/null differ diff --git a/images/serverless--management-admin-config-status.png b/images/serverless--management-admin-config-status.png deleted file mode 100644 index 78e11ed80..000000000 Binary files a/images/serverless--management-admin-config-status.png and /dev/null differ diff --git a/images/serverless--management-admin-endpoints-pg.png b/images/serverless--management-admin-endpoints-pg.png deleted file mode 100644 index 22e7410c5..000000000 Binary files a/images/serverless--management-admin-endpoints-pg.png and /dev/null differ diff --git a/images/serverless--management-admin-event-filter.png b/images/serverless--management-admin-event-filter.png deleted file mode 100644 index 9937fff51..000000000 Binary files a/images/serverless--management-admin-event-filter.png and /dev/null differ diff --git a/images/serverless--management-admin-event-filters-list.png b/images/serverless--management-admin-event-filters-list.png deleted file mode 100644 index 9dc0dab50..000000000 Binary files a/images/serverless--management-admin-event-filters-list.png and /dev/null differ diff --git a/images/serverless--management-admin-host-flyout.png b/images/serverless--management-admin-host-flyout.png deleted file mode 100644 index 0a3b36ac9..000000000 Binary files a/images/serverless--management-admin-host-flyout.png and /dev/null differ diff --git a/images/serverless--management-admin-host-isolated-notif.png b/images/serverless--management-admin-host-isolated-notif.png deleted file mode 100644 index 8676d9fc2..000000000 Binary files a/images/serverless--management-admin-host-isolated-notif.png and /dev/null differ diff --git a/images/serverless--management-admin-host-isolation-exceptions-ui.png b/images/serverless--management-admin-host-isolation-exceptions-ui.png deleted file mode 100644 index 250bd4eff..000000000 Binary files a/images/serverless--management-admin-host-isolation-exceptions-ui.png and /dev/null differ diff --git a/images/serverless--management-admin-host-released-notif.png b/images/serverless--management-admin-host-released-notif.png deleted file mode 100644 index f152cc0e1..000000000 Binary files a/images/serverless--management-admin-host-released-notif.png and /dev/null differ diff --git a/images/serverless--management-admin-integration-advanced-settings.png b/images/serverless--management-admin-integration-advanced-settings.png deleted file mode 100644 index 8d1fd3851..000000000 Binary files a/images/serverless--management-admin-integration-advanced-settings.png and /dev/null differ diff --git a/images/serverless--management-admin-integration-pg.png b/images/serverless--management-admin-integration-pg.png deleted file mode 100644 index 0388413b1..000000000 Binary files a/images/serverless--management-admin-integration-pg.png and /dev/null differ diff --git a/images/serverless--management-admin-isolated-host.png b/images/serverless--management-admin-isolated-host.png deleted file mode 100644 index de557e656..000000000 Binary files a/images/serverless--management-admin-isolated-host.png and /dev/null differ diff --git a/images/serverless--management-admin-policy-list.png b/images/serverless--management-admin-policy-list.png deleted file mode 100644 index 698cc59ca..000000000 Binary files a/images/serverless--management-admin-policy-list.png and /dev/null differ diff --git a/images/serverless--management-admin-response-actions-history-console.png b/images/serverless--management-admin-response-actions-history-console.png deleted file mode 100644 index 9191f6283..000000000 Binary files a/images/serverless--management-admin-response-actions-history-console.png and /dev/null differ diff --git a/images/serverless--management-admin-response-actions-history-endpoint-details.png b/images/serverless--management-admin-response-actions-history-endpoint-details.png deleted file mode 100644 index 531796532..000000000 Binary files a/images/serverless--management-admin-response-actions-history-endpoint-details.png and /dev/null differ diff --git a/images/serverless--management-admin-response-actions-history-page.png b/images/serverless--management-admin-response-actions-history-page.png deleted file mode 100644 index 2203ea920..000000000 Binary files a/images/serverless--management-admin-response-actions-history-page.png and /dev/null differ diff --git a/images/serverless--management-admin-response-console-help-panel.png b/images/serverless--management-admin-response-console-help-panel.png deleted file mode 100644 index bc62d8c1c..000000000 Binary files a/images/serverless--management-admin-response-console-help-panel.png and /dev/null differ diff --git a/images/serverless--management-admin-response-console-unsupported-command.png b/images/serverless--management-admin-response-console-unsupported-command.png deleted file mode 100644 index 14105cb21..000000000 Binary files a/images/serverless--management-admin-response-console-unsupported-command.png and /dev/null differ diff --git a/images/serverless--management-admin-response-console.png b/images/serverless--management-admin-response-console.png deleted file mode 100644 index 4ed2ce27a..000000000 Binary files a/images/serverless--management-admin-response-console.png and /dev/null differ diff --git a/images/serverless--management-admin-trusted-apps-list.png b/images/serverless--management-admin-trusted-apps-list.png deleted file mode 100644 index 828f6e85e..000000000 Binary files a/images/serverless--management-admin-trusted-apps-list.png and /dev/null differ diff --git a/images/serverless--management-hosts-hosts-detail-pg.png b/images/serverless--management-hosts-hosts-detail-pg.png deleted file mode 100644 index b883fdf85..000000000 Binary files a/images/serverless--management-hosts-hosts-detail-pg.png and /dev/null differ diff --git a/images/serverless--management-hosts-hosts-ov-pg.png b/images/serverless--management-hosts-hosts-ov-pg.png deleted file mode 100644 index 55a7b7d3d..000000000 Binary files a/images/serverless--management-hosts-hosts-ov-pg.png and /dev/null differ diff --git a/images/serverless--notes-management-page.png b/images/serverless--notes-management-page.png deleted file mode 100644 index 78ee8f55b..000000000 Binary files a/images/serverless--notes-management-page.png and /dev/null differ diff --git a/images/serverless--notes-new-note-alert-event.png b/images/serverless--notes-new-note-alert-event.png deleted file mode 100644 index 33e47fd17..000000000 Binary files a/images/serverless--notes-new-note-alert-event.png and /dev/null differ diff --git a/images/serverless--notes-new-note-timeline-tab.png b/images/serverless--notes-new-note-timeline-tab.png deleted file mode 100644 index 72e9c3682..000000000 Binary files a/images/serverless--notes-new-note-timeline-tab.png and /dev/null differ diff --git a/images/serverless--osquery-available-response-actions-osquery.png b/images/serverless--osquery-available-response-actions-osquery.png deleted file mode 100644 index 1d4515bb6..000000000 Binary files a/images/serverless--osquery-available-response-actions-osquery.png and /dev/null differ diff --git a/images/serverless--osquery-osquery-button.png b/images/serverless--osquery-osquery-button.png deleted file mode 100644 index bee81e5cd..000000000 Binary files a/images/serverless--osquery-osquery-button.png and /dev/null differ diff --git a/images/serverless--osquery-osquery-investigation-guide.png b/images/serverless--osquery-osquery-investigation-guide.png deleted file mode 100644 index c4353856c..000000000 Binary files a/images/serverless--osquery-osquery-investigation-guide.png and /dev/null differ diff --git a/images/serverless--osquery-osquery-results-tab.png b/images/serverless--osquery-osquery-results-tab.png deleted file mode 100644 index 862f24e96..000000000 Binary files a/images/serverless--osquery-osquery-results-tab.png and /dev/null differ diff --git a/images/serverless--osquery-pack-query-results.png b/images/serverless--osquery-pack-query-results.png deleted file mode 100644 index 0baa9162d..000000000 Binary files a/images/serverless--osquery-pack-query-results.png and /dev/null differ diff --git a/images/serverless--osquery-run-query-investigation-guide.png b/images/serverless--osquery-run-query-investigation-guide.png deleted file mode 100644 index 8dcd0547d..000000000 Binary files a/images/serverless--osquery-run-query-investigation-guide.png and /dev/null differ diff --git a/images/serverless--osquery-setup-osquery-investigation-guide.png b/images/serverless--osquery-setup-osquery-investigation-guide.png deleted file mode 100644 index d244d8e9a..000000000 Binary files a/images/serverless--osquery-setup-osquery-investigation-guide.png and /dev/null differ diff --git a/images/serverless--osquery-setup-query.png b/images/serverless--osquery-setup-query.png deleted file mode 100644 index 245a9f95a..000000000 Binary files a/images/serverless--osquery-setup-query.png and /dev/null differ diff --git a/images/serverless--osquery-setup-single-query.png b/images/serverless--osquery-setup-single-query.png deleted file mode 100644 index c8e2badcb..000000000 Binary files a/images/serverless--osquery-setup-single-query.png and /dev/null differ diff --git a/images/serverless--osquery-single-query-results.png b/images/serverless--osquery-single-query-results.png deleted file mode 100644 index e0bc6f376..000000000 Binary files a/images/serverless--osquery-single-query-results.png and /dev/null differ diff --git a/images/serverless--reference-create-runtime-fields-timeline.png b/images/serverless--reference-create-runtime-fields-timeline.png deleted file mode 100644 index 14b95f85c..000000000 Binary files a/images/serverless--reference-create-runtime-fields-timeline.png and /dev/null differ diff --git a/images/serverless--reference-fields-browser.png b/images/serverless--reference-fields-browser.png deleted file mode 100644 index b46d4f548..000000000 Binary files a/images/serverless--reference-fields-browser.png and /dev/null differ diff --git a/images/serverless--reference-timeline-object-ui.png b/images/serverless--reference-timeline-object-ui.png deleted file mode 100644 index 46024aaae..000000000 Binary files a/images/serverless--reference-timeline-object-ui.png and /dev/null differ diff --git a/images/serverless--troubleshooting-endpoints-transform-failed copy.png b/images/serverless--troubleshooting-endpoints-transform-failed copy.png deleted file mode 100644 index 1b46dd539..000000000 Binary files a/images/serverless--troubleshooting-endpoints-transform-failed copy.png and /dev/null differ diff --git a/images/serverless--troubleshooting-endpoints-transform-failed.png b/images/serverless--troubleshooting-endpoints-transform-failed.png deleted file mode 100644 index 1b46dd539..000000000 Binary files a/images/serverless--troubleshooting-endpoints-transform-failed.png and /dev/null differ diff --git a/images/serverless--troubleshooting-rules-ts-ml-job-stopped copy.png b/images/serverless--troubleshooting-rules-ts-ml-job-stopped copy.png deleted file mode 100644 index 7fba6ed8f..000000000 Binary files a/images/serverless--troubleshooting-rules-ts-ml-job-stopped copy.png and /dev/null differ diff --git a/images/serverless--troubleshooting-rules-ts-ml-job-stopped.png b/images/serverless--troubleshooting-rules-ts-ml-job-stopped.png deleted file mode 100644 index 7fba6ed8f..000000000 Binary files a/images/serverless--troubleshooting-rules-ts-ml-job-stopped.png and /dev/null differ diff --git a/images/serverless--troubleshooting-transforms-start copy.png b/images/serverless--troubleshooting-transforms-start copy.png deleted file mode 100644 index 1dcc9735d..000000000 Binary files a/images/serverless--troubleshooting-transforms-start copy.png and /dev/null differ diff --git a/images/serverless--troubleshooting-transforms-start.png b/images/serverless--troubleshooting-transforms-start.png deleted file mode 100644 index 1dcc9735d..000000000 Binary files a/images/serverless--troubleshooting-transforms-start.png and /dev/null differ diff --git a/images/serverless--troubleshooting-unhealthy-agent-fleet copy.png b/images/serverless--troubleshooting-unhealthy-agent-fleet copy.png deleted file mode 100644 index ea140f299..000000000 Binary files a/images/serverless--troubleshooting-unhealthy-agent-fleet copy.png and /dev/null differ diff --git a/images/serverless--troubleshooting-unhealthy-agent-fleet.png b/images/serverless--troubleshooting-unhealthy-agent-fleet.png deleted file mode 100644 index ea140f299..000000000 Binary files a/images/serverless--troubleshooting-unhealthy-agent-fleet.png and /dev/null differ diff --git a/images/serverless--troubleshooting-warning-icon-message copy.png b/images/serverless--troubleshooting-warning-icon-message copy.png deleted file mode 100644 index 07e6fded6..000000000 Binary files a/images/serverless--troubleshooting-warning-icon-message copy.png and /dev/null differ diff --git a/images/serverless--troubleshooting-warning-icon-message.png b/images/serverless--troubleshooting-warning-icon-message.png deleted file mode 100644 index 07e6fded6..000000000 Binary files a/images/serverless--troubleshooting-warning-icon-message.png and /dev/null differ diff --git a/images/serverless--troubleshooting-warning-type-conflicts copy.png b/images/serverless--troubleshooting-warning-type-conflicts copy.png deleted file mode 100644 index 45058f5e5..000000000 Binary files a/images/serverless--troubleshooting-warning-type-conflicts copy.png and /dev/null differ diff --git a/images/serverless--troubleshooting-warning-type-conflicts.png b/images/serverless--troubleshooting-warning-type-conflicts.png deleted file mode 100644 index 45058f5e5..000000000 Binary files a/images/serverless--troubleshooting-warning-type-conflicts.png and /dev/null differ diff --git a/images/serverless--troubleshooting-warning-unmapped-fields copy.png b/images/serverless--troubleshooting-warning-unmapped-fields copy.png deleted file mode 100644 index 2b167c002..000000000 Binary files a/images/serverless--troubleshooting-warning-unmapped-fields copy.png and /dev/null differ diff --git a/images/serverless--troubleshooting-warning-unmapped-fields.png b/images/serverless--troubleshooting-warning-unmapped-fields.png deleted file mode 100644 index 2b167c002..000000000 Binary files a/images/serverless--troubleshooting-warning-unmapped-fields.png and /dev/null differ diff --git a/images/serverless--user-asset-criticality.png b/images/serverless--user-asset-criticality.png deleted file mode 100644 index 72e4e34ca..000000000 Binary files a/images/serverless--user-asset-criticality.png and /dev/null differ diff --git a/images/serverless--user-details-flyout.png b/images/serverless--user-details-flyout.png deleted file mode 100644 index e87d8a961..000000000 Binary files a/images/serverless--user-details-flyout.png and /dev/null differ diff --git a/images/serverless--user-observed-data.png b/images/serverless--user-observed-data.png deleted file mode 100644 index 0f2ec3f9f..000000000 Binary files a/images/serverless--user-observed-data.png and /dev/null differ diff --git a/images/serverless--user-risk-inputs.png b/images/serverless--user-risk-inputs.png deleted file mode 100644 index f6ec9c0ce..000000000 Binary files a/images/serverless--user-risk-inputs.png and /dev/null differ diff --git a/images/serverless-action-alert-summary.png b/images/serverless-action-alert-summary.png deleted file mode 100644 index 89157d662..000000000 Binary files a/images/serverless-action-alert-summary.png and /dev/null differ diff --git a/images/serverless-action-variables-popup.png b/images/serverless-action-variables-popup.png deleted file mode 100644 index ffd3723cb..000000000 Binary files a/images/serverless-action-variables-popup.png and /dev/null differ diff --git a/images/serverless-add-custom-metric.png b/images/serverless-add-custom-metric.png deleted file mode 100644 index c807ab2f7..000000000 Binary files a/images/serverless-add-custom-metric.png and /dev/null differ diff --git a/images/serverless-add-discovery-to-assistant.gif b/images/serverless-add-discovery-to-assistant.gif deleted file mode 100644 index e532c7ecc..000000000 Binary files a/images/serverless-add-discovery-to-assistant.gif and /dev/null differ diff --git a/images/serverless-add-field-processor.png b/images/serverless-add-field-processor.png deleted file mode 100644 index fc580c22d..000000000 Binary files a/images/serverless-add-field-processor.png and /dev/null differ diff --git a/images/serverless-addDataApp.svg b/images/serverless-addDataApp.svg deleted file mode 100644 index 124eef8b4..000000000 --- a/images/serverless-addDataApp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-advanced-discover.png b/images/serverless-advanced-discover.png deleted file mode 100644 index 529152678..000000000 Binary files a/images/serverless-advanced-discover.png and /dev/null differ diff --git a/images/serverless-agent-tamper-protection.png b/images/serverless-agent-tamper-protection.png deleted file mode 100644 index 267d1dea2..000000000 Binary files a/images/serverless-agent-tamper-protection.png and /dev/null differ diff --git a/images/serverless-ai-assistant-button.png b/images/serverless-ai-assistant-button.png deleted file mode 100644 index 092bd656d..000000000 Binary files a/images/serverless-ai-assistant-button.png and /dev/null differ diff --git a/images/serverless-ai-assistant-chat.png b/images/serverless-ai-assistant-chat.png deleted file mode 100644 index 36c34db36..000000000 Binary files a/images/serverless-ai-assistant-chat.png and /dev/null differ diff --git a/images/serverless-ai-assistant-logs-prompts.png b/images/serverless-ai-assistant-logs-prompts.png deleted file mode 100644 index 081dc79da..000000000 Binary files a/images/serverless-ai-assistant-logs-prompts.png and /dev/null differ diff --git a/images/serverless-ai-assistant-logs.png b/images/serverless-ai-assistant-logs.png deleted file mode 100644 index 8c64be2c8..000000000 Binary files a/images/serverless-ai-assistant-logs.png and /dev/null differ diff --git a/images/serverless-ai-assistant-overview.gif b/images/serverless-ai-assistant-overview.gif deleted file mode 100644 index 3b302141d..000000000 Binary files a/images/serverless-ai-assistant-overview.gif and /dev/null differ diff --git a/images/serverless-ai-triage-add-to-case.png b/images/serverless-ai-triage-add-to-case.png deleted file mode 100644 index 06aa13ca6..000000000 Binary files a/images/serverless-ai-triage-add-to-case.png and /dev/null differ diff --git a/images/serverless-alert-action-frequency.png b/images/serverless-alert-action-frequency.png deleted file mode 100644 index 2936ed224..000000000 Binary files a/images/serverless-alert-action-frequency.png and /dev/null differ diff --git a/images/serverless-alert-anomaly-action-frequency-recovered.png b/images/serverless-alert-anomaly-action-frequency-recovered.png deleted file mode 100644 index 82aa54412..000000000 Binary files a/images/serverless-alert-anomaly-action-frequency-recovered.png and /dev/null differ diff --git a/images/serverless-alert-apm-action-frequency-recovered.png b/images/serverless-alert-apm-action-frequency-recovered.png deleted file mode 100644 index ae2537962..000000000 Binary files a/images/serverless-alert-apm-action-frequency-recovered.png and /dev/null differ diff --git a/images/serverless-alert-details-flyout.png b/images/serverless-alert-details-flyout.png deleted file mode 100644 index 362ed053b..000000000 Binary files a/images/serverless-alert-details-flyout.png and /dev/null differ diff --git a/images/serverless-alerting-es-query-rule-action-query-matched.png b/images/serverless-alerting-es-query-rule-action-query-matched.png deleted file mode 100644 index cafa6e82e..000000000 Binary files a/images/serverless-alerting-es-query-rule-action-query-matched.png and /dev/null differ diff --git a/images/serverless-alerting-es-query-rule-action-summary.png b/images/serverless-alerting-es-query-rule-action-summary.png deleted file mode 100644 index 1e098d77f..000000000 Binary files a/images/serverless-alerting-es-query-rule-action-summary.png and /dev/null differ diff --git a/images/serverless-alerting-rule-types-es-query-conditions.png b/images/serverless-alerting-rule-types-es-query-conditions.png deleted file mode 100644 index 2151709ad..000000000 Binary files a/images/serverless-alerting-rule-types-es-query-conditions.png and /dev/null differ diff --git a/images/serverless-alerting-rule-types-es-query-valid.png b/images/serverless-alerting-rule-types-es-query-valid.png deleted file mode 100644 index 6c63f777d..000000000 Binary files a/images/serverless-alerting-rule-types-es-query-valid.png and /dev/null differ diff --git a/images/serverless-alerting-rule-types-esql-query-valid.png b/images/serverless-alerting-rule-types-esql-query-valid.png deleted file mode 100644 index 59f3fdfc2..000000000 Binary files a/images/serverless-alerting-rule-types-esql-query-valid.png and /dev/null differ diff --git a/images/serverless-alerts-create-apm-anomaly.png b/images/serverless-alerts-create-apm-anomaly.png deleted file mode 100644 index 10c966109..000000000 Binary files a/images/serverless-alerts-create-apm-anomaly.png and /dev/null differ diff --git a/images/serverless-alerts-create-rule-apm-latency-threshold.png b/images/serverless-alerts-create-rule-apm-latency-threshold.png deleted file mode 100644 index 3841f736e..000000000 Binary files a/images/serverless-alerts-create-rule-apm-latency-threshold.png and /dev/null differ diff --git a/images/serverless-alerts-create-rule-error-count.png b/images/serverless-alerts-create-rule-error-count.png deleted file mode 100644 index 94d3621c9..000000000 Binary files a/images/serverless-alerts-create-rule-error-count.png and /dev/null differ diff --git a/images/serverless-alerts-create-rule-failed-transaction-rate.png b/images/serverless-alerts-create-rule-failed-transaction-rate.png deleted file mode 100644 index 14f12518b..000000000 Binary files a/images/serverless-alerts-create-rule-failed-transaction-rate.png and /dev/null differ diff --git a/images/serverless-alerts-detail-apm-anomaly.png b/images/serverless-alerts-detail-apm-anomaly.png deleted file mode 100644 index 17b5345ef..000000000 Binary files a/images/serverless-alerts-detail-apm-anomaly.png and /dev/null differ diff --git a/images/serverless-alerts-edit-rule.png b/images/serverless-alerts-edit-rule.png deleted file mode 100644 index 062e6771e..000000000 Binary files a/images/serverless-alerts-edit-rule.png and /dev/null differ diff --git a/images/serverless-alerts-flyout-rs.png b/images/serverless-alerts-flyout-rs.png deleted file mode 100644 index 6da59af6b..000000000 Binary files a/images/serverless-alerts-flyout-rs.png and /dev/null differ diff --git a/images/serverless-alerts-table-rs.png b/images/serverless-alerts-table-rs.png deleted file mode 100644 index d572deafa..000000000 Binary files a/images/serverless-alerts-table-rs.png and /dev/null differ diff --git a/images/serverless-all-instances.png b/images/serverless-all-instances.png deleted file mode 100644 index 70028b5a9..000000000 Binary files a/images/serverless-all-instances.png and /dev/null differ diff --git a/images/serverless-anomalies-overlay.png b/images/serverless-anomalies-overlay.png deleted file mode 100644 index 5f4c28720..000000000 Binary files a/images/serverless-anomalies-overlay.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-alert.png b/images/serverless-anomaly-detection-alert.png deleted file mode 100644 index acf67aa4e..000000000 Binary files a/images/serverless-anomaly-detection-alert.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-configure-job-rules.png b/images/serverless-anomaly-detection-configure-job-rules.png deleted file mode 100644 index 0094a82da..000000000 Binary files a/images/serverless-anomaly-detection-configure-job-rules.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-create-calendar.png b/images/serverless-anomaly-detection-create-calendar.png deleted file mode 100644 index 30c0feaec..000000000 Binary files a/images/serverless-anomaly-detection-create-calendar.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-create-filter-list.png b/images/serverless-anomaly-detection-create-filter-list.png deleted file mode 100644 index 226491d7e..000000000 Binary files a/images/serverless-anomaly-detection-create-filter-list.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-custom-url.png b/images/serverless-anomaly-detection-custom-url.png deleted file mode 100644 index 4914589ce..000000000 Binary files a/images/serverless-anomaly-detection-custom-url.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-details.png b/images/serverless-anomaly-detection-details.png deleted file mode 100644 index 7cf20c4c4..000000000 Binary files a/images/serverless-anomaly-detection-details.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-forecast.png b/images/serverless-anomaly-detection-forecast.png deleted file mode 100644 index c745c7285..000000000 Binary files a/images/serverless-anomaly-detection-forecast.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-multi-metric-details.png b/images/serverless-anomaly-detection-multi-metric-details.png deleted file mode 100644 index 2e91875bc..000000000 Binary files a/images/serverless-anomaly-detection-multi-metric-details.png and /dev/null differ diff --git a/images/serverless-anomaly-detection-single-metric-viewer.png b/images/serverless-anomaly-detection-single-metric-viewer.png deleted file mode 100644 index b89e5e018..000000000 Binary files a/images/serverless-anomaly-detection-single-metric-viewer.png and /dev/null differ diff --git a/images/serverless-anomaly-explorer.png b/images/serverless-anomaly-explorer.png deleted file mode 100644 index dd46c11cf..000000000 Binary files a/images/serverless-anomaly-explorer.png and /dev/null differ diff --git a/images/serverless-api-key-management.png b/images/serverless-api-key-management.png deleted file mode 100644 index 0b8b11021..000000000 Binary files a/images/serverless-api-key-management.png and /dev/null differ diff --git a/images/serverless-apm-agents-aws-lambda-functions-architecture.png b/images/serverless-apm-agents-aws-lambda-functions-architecture.png deleted file mode 100644 index 22de0b5c6..000000000 Binary files a/images/serverless-apm-agents-aws-lambda-functions-architecture.png and /dev/null differ diff --git a/images/serverless-apm-distributed-tracing.png b/images/serverless-apm-distributed-tracing.png deleted file mode 100644 index 4d1b8cde2..000000000 Binary files a/images/serverless-apm-distributed-tracing.png and /dev/null differ diff --git a/images/serverless-apm-dt-sampling-continuation-strategy-restart.png b/images/serverless-apm-dt-sampling-continuation-strategy-restart.png deleted file mode 100644 index e68e43caf..000000000 Binary files a/images/serverless-apm-dt-sampling-continuation-strategy-restart.png and /dev/null differ diff --git a/images/serverless-apm-dt-sampling-continuation-strategy-restart_external.png b/images/serverless-apm-dt-sampling-continuation-strategy-restart_external.png deleted file mode 100644 index 68b19dfc1..000000000 Binary files a/images/serverless-apm-dt-sampling-continuation-strategy-restart_external.png and /dev/null differ diff --git a/images/serverless-apm-dt-sampling-example-1.png b/images/serverless-apm-dt-sampling-example-1.png deleted file mode 100644 index 07ff3fc0d..000000000 Binary files a/images/serverless-apm-dt-sampling-example-1.png and /dev/null differ diff --git a/images/serverless-apm-dt-sampling-example-2.png b/images/serverless-apm-dt-sampling-example-2.png deleted file mode 100644 index b6fd4d341..000000000 Binary files a/images/serverless-apm-dt-sampling-example-2.png and /dev/null differ diff --git a/images/serverless-apm-error-group.png b/images/serverless-apm-error-group.png deleted file mode 100644 index 22bceb9d8..000000000 Binary files a/images/serverless-apm-error-group.png and /dev/null differ diff --git a/images/serverless-apm-errors-overview.png b/images/serverless-apm-errors-overview.png deleted file mode 100644 index c390b7ddc..000000000 Binary files a/images/serverless-apm-errors-overview.png and /dev/null differ diff --git a/images/serverless-apm-logs-tab.png b/images/serverless-apm-logs-tab.png deleted file mode 100644 index c79be8b5e..000000000 Binary files a/images/serverless-apm-logs-tab.png and /dev/null differ diff --git a/images/serverless-apm-metrics.png b/images/serverless-apm-metrics.png deleted file mode 100644 index c2d609c7c..000000000 Binary files a/images/serverless-apm-metrics.png and /dev/null differ diff --git a/images/serverless-apm-otel-api-sdk-collector.png b/images/serverless-apm-otel-api-sdk-collector.png deleted file mode 100644 index 35dd96808..000000000 Binary files a/images/serverless-apm-otel-api-sdk-collector.png and /dev/null differ diff --git a/images/serverless-apm-otel-api-sdk-elastic-agent.png b/images/serverless-apm-otel-api-sdk-elastic-agent.png deleted file mode 100644 index 46b308245..000000000 Binary files a/images/serverless-apm-otel-api-sdk-elastic-agent.png and /dev/null differ diff --git a/images/serverless-apm-otel-distro.png b/images/serverless-apm-otel-distro.png deleted file mode 100644 index 4bc21ce72..000000000 Binary files a/images/serverless-apm-otel-distro.png and /dev/null differ diff --git a/images/serverless-apm-query-bar.png b/images/serverless-apm-query-bar.png deleted file mode 100644 index 457573f48..000000000 Binary files a/images/serverless-apm-query-bar.png and /dev/null differ diff --git a/images/serverless-apm-service-group.png b/images/serverless-apm-service-group.png deleted file mode 100644 index 44a019141..000000000 Binary files a/images/serverless-apm-service-group.png and /dev/null differ diff --git a/images/serverless-apm-services-overview.png b/images/serverless-apm-services-overview.png deleted file mode 100644 index 0badeea3b..000000000 Binary files a/images/serverless-apm-services-overview.png and /dev/null differ diff --git a/images/serverless-apm-services-trace.png b/images/serverless-apm-services-trace.png deleted file mode 100644 index 083c69318..000000000 Binary files a/images/serverless-apm-services-trace.png and /dev/null differ diff --git a/images/serverless-apm-span-detail.png b/images/serverless-apm-span-detail.png deleted file mode 100644 index d0b6a4de3..000000000 Binary files a/images/serverless-apm-span-detail.png and /dev/null differ diff --git a/images/serverless-apm-traces.png b/images/serverless-apm-traces.png deleted file mode 100644 index c8b8d40b0..000000000 Binary files a/images/serverless-apm-traces.png and /dev/null differ diff --git a/images/serverless-apm-transaction-annotation.png b/images/serverless-apm-transaction-annotation.png deleted file mode 100644 index b9360db2f..000000000 Binary files a/images/serverless-apm-transaction-annotation.png and /dev/null differ diff --git a/images/serverless-apm-transaction-duration-dist.png b/images/serverless-apm-transaction-duration-dist.png deleted file mode 100644 index 9c7ab5dd6..000000000 Binary files a/images/serverless-apm-transaction-duration-dist.png and /dev/null differ diff --git a/images/serverless-apm-transaction-sample.png b/images/serverless-apm-transaction-sample.png deleted file mode 100644 index a9490fc20..000000000 Binary files a/images/serverless-apm-transaction-sample.png and /dev/null differ diff --git a/images/serverless-apm-transactions-overview.png b/images/serverless-apm-transactions-overview.png deleted file mode 100644 index 34cd0219b..000000000 Binary files a/images/serverless-apm-transactions-overview.png and /dev/null differ diff --git a/images/serverless-apm-transactions-table.png b/images/serverless-apm-transactions-table.png deleted file mode 100644 index 8a3415bc9..000000000 Binary files a/images/serverless-apm-transactions-table.png and /dev/null differ diff --git a/images/serverless-apmTrace.svg b/images/serverless-apmTrace.svg deleted file mode 100644 index 800b8e51a..000000000 --- a/images/serverless-apmTrace.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-apps.svg b/images/serverless-apps.svg deleted file mode 100644 index ad6f7baf1..000000000 --- a/images/serverless-apps.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-arrowDown.svg b/images/serverless-arrowDown.svg deleted file mode 100644 index 9022cdedc..000000000 --- a/images/serverless-arrowDown.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-arrowLeft.svg b/images/serverless-arrowLeft.svg deleted file mode 100644 index d5956d01b..000000000 --- a/images/serverless-arrowLeft.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-arrowRight.svg b/images/serverless-arrowRight.svg deleted file mode 100644 index b2d76bddc..000000000 --- a/images/serverless-arrowRight.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-assistant-anonymization-menu.png b/images/serverless-assistant-anonymization-menu.png deleted file mode 100644 index de53cfdfc..000000000 Binary files a/images/serverless-assistant-anonymization-menu.png and /dev/null differ diff --git a/images/serverless-assistant-basic-view.png b/images/serverless-assistant-basic-view.png deleted file mode 100644 index 8e66aa8be..000000000 Binary files a/images/serverless-assistant-basic-view.png and /dev/null differ diff --git a/images/serverless-assistant-settings-system-prompts.png b/images/serverless-assistant-settings-system-prompts.png deleted file mode 100644 index b28456d8e..000000000 Binary files a/images/serverless-assistant-settings-system-prompts.png and /dev/null differ diff --git a/images/serverless-attck-disc-11-alerts-disc.png b/images/serverless-attck-disc-11-alerts-disc.png deleted file mode 100644 index f36bf0424..000000000 Binary files a/images/serverless-attck-disc-11-alerts-disc.png and /dev/null differ diff --git a/images/serverless-attck-disc-alerts-number-menu.png b/images/serverless-attck-disc-alerts-number-menu.png deleted file mode 100644 index bcbb57ccc..000000000 Binary files a/images/serverless-attck-disc-alerts-number-menu.png and /dev/null differ diff --git a/images/serverless-attck-disc-esql-query-gen-example.png b/images/serverless-attck-disc-esql-query-gen-example.png deleted file mode 100644 index 3ec015ced..000000000 Binary files a/images/serverless-attck-disc-esql-query-gen-example.png and /dev/null differ diff --git a/images/serverless-attck-disc-example-disc.png b/images/serverless-attck-disc-example-disc.png deleted file mode 100644 index f36bf0424..000000000 Binary files a/images/serverless-attck-disc-example-disc.png and /dev/null differ diff --git a/images/serverless-attck-disc-rbac.png b/images/serverless-attck-disc-rbac.png deleted file mode 100644 index 36a3c27e4..000000000 Binary files a/images/serverless-attck-disc-rbac.png and /dev/null differ diff --git a/images/serverless-attck-disc-remediate-threat.gif b/images/serverless-attck-disc-remediate-threat.gif deleted file mode 100644 index e31f84235..000000000 Binary files a/images/serverless-attck-disc-remediate-threat.gif and /dev/null differ diff --git a/images/serverless-attck-disc-select-model-empty.png b/images/serverless-attck-disc-select-model-empty.png deleted file mode 100644 index b1eb9488f..000000000 Binary files a/images/serverless-attck-disc-select-model-empty.png and /dev/null differ diff --git a/images/serverless-attck-disc-translate-japanese.png b/images/serverless-attck-disc-translate-japanese.png deleted file mode 100644 index 320b3fd1a..000000000 Binary files a/images/serverless-attck-disc-translate-japanese.png and /dev/null differ diff --git a/images/serverless-auto-import-create-new-integration-button.png b/images/serverless-auto-import-create-new-integration-button.png deleted file mode 100644 index 976898beb..000000000 Binary files a/images/serverless-auto-import-create-new-integration-button.png and /dev/null differ diff --git a/images/serverless-auto-import-edit-pipeline.gif b/images/serverless-auto-import-edit-pipeline.gif deleted file mode 100644 index 1008fb345..000000000 Binary files a/images/serverless-auto-import-edit-pipeline.gif and /dev/null differ diff --git a/images/serverless-auto-import-review-integration-page.png b/images/serverless-auto-import-review-integration-page.png deleted file mode 100644 index 97ea0ee83..000000000 Binary files a/images/serverless-auto-import-review-integration-page.png and /dev/null differ diff --git a/images/serverless-auto-import-success-message.png b/images/serverless-auto-import-success-message.png deleted file mode 100644 index d7ef0a853..000000000 Binary files a/images/serverless-auto-import-success-message.png and /dev/null differ diff --git a/images/serverless-aws-config-finding-logs.png b/images/serverless-aws-config-finding-logs.png deleted file mode 100644 index ad83affa7..000000000 Binary files a/images/serverless-aws-config-finding-logs.png and /dev/null differ diff --git a/images/serverless-beaker.svg b/images/serverless-beaker.svg deleted file mode 100644 index 05eb97809..000000000 --- a/images/serverless-beaker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-bell.svg b/images/serverless-bell.svg deleted file mode 100644 index 61f2d5493..000000000 --- a/images/serverless-bell.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-boxesHorizontal copy.svg b/images/serverless-boxesHorizontal copy.svg deleted file mode 100644 index d845a6b9d..000000000 --- a/images/serverless-boxesHorizontal copy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-boxesHorizontal.svg b/images/serverless-boxesHorizontal.svg deleted file mode 100644 index d845a6b9d..000000000 --- a/images/serverless-boxesHorizontal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-boxesVertical.svg b/images/serverless-boxesVertical.svg deleted file mode 100644 index aed10b0d8..000000000 --- a/images/serverless-boxesVertical.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-calendar.svg b/images/serverless-calendar.svg deleted file mode 100644 index ed311de10..000000000 --- a/images/serverless-calendar.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-cases-files-tab.png b/images/serverless-cases-files-tab.png deleted file mode 100644 index a11287b06..000000000 Binary files a/images/serverless-cases-files-tab.png and /dev/null differ diff --git a/images/serverless-cases.png b/images/serverless-cases.png deleted file mode 100644 index 25fb85f01..000000000 Binary files a/images/serverless-cases.png and /dev/null differ diff --git a/images/serverless-casesApp.svg b/images/serverless-casesApp.svg deleted file mode 100644 index bbb2c459a..000000000 --- a/images/serverless-casesApp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-change-point-detection-attach-charts.png b/images/serverless-change-point-detection-attach-charts.png deleted file mode 100644 index 9609d7ebd..000000000 Binary files a/images/serverless-change-point-detection-attach-charts.png and /dev/null differ diff --git a/images/serverless-change-point-detection-filter-by-type.png b/images/serverless-change-point-detection-filter-by-type.png deleted file mode 100644 index 093980424..000000000 Binary files a/images/serverless-change-point-detection-filter-by-type.png and /dev/null differ diff --git a/images/serverless-change-point-detection-view-selected.png b/images/serverless-change-point-detection-view-selected.png deleted file mode 100644 index 409e7f515..000000000 Binary files a/images/serverless-change-point-detection-view-selected.png and /dev/null differ diff --git a/images/serverless-change-point-detection.png b/images/serverless-change-point-detection.png deleted file mode 100644 index 4e6afccff..000000000 Binary files a/images/serverless-change-point-detection.png and /dev/null differ diff --git a/images/serverless-check.svg b/images/serverless-check.svg deleted file mode 100644 index 1145dd301..000000000 --- a/images/serverless-check.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-conditional-alerts.png b/images/serverless-conditional-alerts.png deleted file mode 100644 index 7e9d32fd2..000000000 Binary files a/images/serverless-conditional-alerts.png and /dev/null differ diff --git a/images/serverless-console.png b/images/serverless-console.png deleted file mode 100644 index 84e4c4f3a..000000000 Binary files a/images/serverless-console.png and /dev/null differ diff --git a/images/serverless-content-filtering-jamf.png b/images/serverless-content-filtering-jamf.png deleted file mode 100644 index 0698e567c..000000000 Binary files a/images/serverless-content-filtering-jamf.png and /dev/null differ diff --git a/images/serverless-controlsVertical.svg b/images/serverless-controlsVertical.svg deleted file mode 100644 index c7851102b..000000000 --- a/images/serverless-controlsVertical.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-copy-connection-details.png b/images/serverless-copy-connection-details.png deleted file mode 100644 index f989c8359..000000000 Binary files a/images/serverless-copy-connection-details.png and /dev/null differ diff --git a/images/serverless-copyClipboard.svg b/images/serverless-copyClipboard.svg deleted file mode 100644 index d21fa159a..000000000 --- a/images/serverless-copyClipboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-correlations-failed-transactions.png b/images/serverless-correlations-failed-transactions.png deleted file mode 100644 index 19221e751..000000000 Binary files a/images/serverless-correlations-failed-transactions.png and /dev/null differ diff --git a/images/serverless-correlations-hover.png b/images/serverless-correlations-hover.png deleted file mode 100644 index 9731517b3..000000000 Binary files a/images/serverless-correlations-hover.png and /dev/null differ diff --git a/images/serverless-create-an-api-key.png b/images/serverless-create-an-api-key.png deleted file mode 100644 index 8d9898c9b..000000000 Binary files a/images/serverless-create-an-api-key.png and /dev/null differ diff --git a/images/serverless-create-github-issue.png b/images/serverless-create-github-issue.png deleted file mode 100644 index 81ea4e5e7..000000000 Binary files a/images/serverless-create-github-issue.png and /dev/null differ diff --git a/images/serverless-create-jira-issue.png b/images/serverless-create-jira-issue.png deleted file mode 100644 index 962c98df3..000000000 Binary files a/images/serverless-create-jira-issue.png and /dev/null differ diff --git a/images/serverless-create-maintenance-window-filter.png b/images/serverless-create-maintenance-window-filter.png deleted file mode 100644 index d524795c4..000000000 Binary files a/images/serverless-create-maintenance-window-filter.png and /dev/null differ diff --git a/images/serverless-create-maintenance-window.png b/images/serverless-create-maintenance-window.png deleted file mode 100644 index 6938b0b95..000000000 Binary files a/images/serverless-create-maintenance-window.png and /dev/null differ diff --git a/images/serverless-create-personal-api-key.png b/images/serverless-create-personal-api-key.png deleted file mode 100644 index 1eba110e7..000000000 Binary files a/images/serverless-create-personal-api-key.png and /dev/null differ diff --git a/images/serverless-cross.svg b/images/serverless-cross.svg deleted file mode 100644 index 82df3e03d..000000000 --- a/images/serverless-cross.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-custom-logs-advanced-options.png b/images/serverless-custom-logs-advanced-options.png deleted file mode 100644 index cc1bc3d0f..000000000 Binary files a/images/serverless-custom-logs-advanced-options.png and /dev/null differ diff --git a/images/serverless-custom-roles-cluster-privileges.png b/images/serverless-custom-roles-cluster-privileges.png deleted file mode 100644 index 6f9bb5882..000000000 Binary files a/images/serverless-custom-roles-cluster-privileges.png and /dev/null differ diff --git a/images/serverless-custom-roles-index-privileges.png b/images/serverless-custom-roles-index-privileges.png deleted file mode 100644 index ed1662ba6..000000000 Binary files a/images/serverless-custom-roles-index-privileges.png and /dev/null differ diff --git a/images/serverless-custom-roles-kibana-privileges.png b/images/serverless-custom-roles-kibana-privileges.png deleted file mode 100644 index 5550fa2a8..000000000 Binary files a/images/serverless-custom-roles-kibana-privileges.png and /dev/null differ diff --git a/images/serverless-custom-roles-ui.png b/images/serverless-custom-roles-ui.png deleted file mode 100644 index 662e92476..000000000 Binary files a/images/serverless-custom-roles-ui.png and /dev/null differ diff --git a/images/serverless-custom-threshold-rule.png b/images/serverless-custom-threshold-rule.png deleted file mode 100644 index 4290d3a42..000000000 Binary files a/images/serverless-custom-threshold-rule.png and /dev/null differ diff --git a/images/serverless-custom-threshold-run-when.png b/images/serverless-custom-threshold-run-when.png deleted file mode 100644 index 6fee51ccf..000000000 Binary files a/images/serverless-custom-threshold-run-when.png and /dev/null differ diff --git a/images/serverless-dashboards.png b/images/serverless-dashboards.png deleted file mode 100644 index b709f2a29..000000000 Binary files a/images/serverless-dashboards.png and /dev/null differ diff --git a/images/serverless-dependencies-drilldown.png b/images/serverless-dependencies-drilldown.png deleted file mode 100644 index af82ee3d9..000000000 Binary files a/images/serverless-dependencies-drilldown.png and /dev/null differ diff --git a/images/serverless-dependencies.png b/images/serverless-dependencies.png deleted file mode 100644 index 543908274..000000000 Binary files a/images/serverless-dependencies.png and /dev/null differ diff --git a/images/serverless-discover-create-data-view.png b/images/serverless-discover-create-data-view.png deleted file mode 100644 index b099995d9..000000000 Binary files a/images/serverless-discover-create-data-view.png and /dev/null differ diff --git a/images/serverless-discover-find-data-view.png b/images/serverless-discover-find-data-view.png deleted file mode 100644 index 5f9b3107c..000000000 Binary files a/images/serverless-discover-find-data-view.png and /dev/null differ diff --git a/images/serverless-discoverApp.svg b/images/serverless-discoverApp.svg deleted file mode 100644 index 33041ae01..000000000 --- a/images/serverless-discoverApp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-document.svg b/images/serverless-document.svg deleted file mode 100644 index 570b21dcb..000000000 --- a/images/serverless-document.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-documentation.svg b/images/serverless-documentation.svg deleted file mode 100644 index b519c72f0..000000000 --- a/images/serverless-documentation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-dt-trace-ex1.png b/images/serverless-dt-trace-ex1.png deleted file mode 100644 index ca97955ee..000000000 Binary files a/images/serverless-dt-trace-ex1.png and /dev/null differ diff --git a/images/serverless-dt-trace-ex2.png b/images/serverless-dt-trace-ex2.png deleted file mode 100644 index 3df0827f5..000000000 Binary files a/images/serverless-dt-trace-ex2.png and /dev/null differ diff --git a/images/serverless-dt-trace-ex3.png b/images/serverless-dt-trace-ex3.png deleted file mode 100644 index 1bb666b03..000000000 Binary files a/images/serverless-dt-trace-ex3.png and /dev/null differ diff --git a/images/serverless-editorComment.svg b/images/serverless-editorComment.svg deleted file mode 100644 index 3cf20f691..000000000 --- a/images/serverless-editorComment.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-embed_dashboard_map.jpeg b/images/serverless-embed_dashboard_map.jpeg deleted file mode 100644 index 7be233e7a..000000000 Binary files a/images/serverless-embed_dashboard_map.jpeg and /dev/null differ diff --git a/images/serverless-endpoint-insights-results.png b/images/serverless-endpoint-insights-results.png deleted file mode 100644 index 739b9313d..000000000 Binary files a/images/serverless-endpoint-insights-results.png and /dev/null differ diff --git a/images/serverless-entity-detailed-view.png b/images/serverless-entity-detailed-view.png deleted file mode 100644 index a40f3e44f..000000000 Binary files a/images/serverless-entity-detailed-view.png and /dev/null differ diff --git a/images/serverless-error-rate.png b/images/serverless-error-rate.png deleted file mode 100644 index 845fa2af0..000000000 Binary files a/images/serverless-error-rate.png and /dev/null differ diff --git a/images/serverless-error.svg b/images/serverless-error.svg deleted file mode 100644 index 963c833e4..000000000 --- a/images/serverless-error.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-es-badge.svg b/images/serverless-es-badge.svg deleted file mode 100644 index 8176b81d2..000000000 --- a/images/serverless-es-badge.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/images/serverless-es-query-rule-action-summary.png b/images/serverless-es-query-rule-action-summary.png deleted file mode 100644 index 1e098d77f..000000000 Binary files a/images/serverless-es-query-rule-action-summary.png and /dev/null differ diff --git a/images/serverless-es-query-rule-action-variables.png b/images/serverless-es-query-rule-action-variables.png deleted file mode 100644 index 685f455b9..000000000 Binary files a/images/serverless-es-query-rule-action-variables.png and /dev/null differ diff --git a/images/serverless-es-query-rule-conditions.png b/images/serverless-es-query-rule-conditions.png deleted file mode 100644 index c9572afc3..000000000 Binary files a/images/serverless-es-query-rule-conditions.png and /dev/null differ diff --git a/images/serverless-es-query-rule-recovery-action.png b/images/serverless-es-query-rule-recovery-action.png deleted file mode 100644 index a7c1243c1..000000000 Binary files a/images/serverless-es-query-rule-recovery-action.png and /dev/null differ diff --git a/images/serverless-example-metadata.png b/images/serverless-example-metadata.png deleted file mode 100644 index 2a5bda7f0..000000000 Binary files a/images/serverless-example-metadata.png and /dev/null differ diff --git a/images/serverless-expand-icon.png b/images/serverless-expand-icon.png deleted file mode 100644 index c69ffcc55..000000000 Binary files a/images/serverless-expand-icon.png and /dev/null differ diff --git a/images/serverless-expand.svg b/images/serverless-expand.svg deleted file mode 100644 index 66b1327a3..000000000 --- a/images/serverless-expand.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-exportAction.svg b/images/serverless-exportAction.svg deleted file mode 100644 index 53a87fda0..000000000 --- a/images/serverless-exportAction.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-eye.svg b/images/serverless-eye.svg deleted file mode 100644 index 0e576f21d..000000000 --- a/images/serverless-eye.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-fda-jamf.png b/images/serverless-fda-jamf.png deleted file mode 100644 index 60462fff9..000000000 Binary files a/images/serverless-fda-jamf.png and /dev/null differ diff --git a/images/serverless-file-data-visualizer-homepage-link.png b/images/serverless-file-data-visualizer-homepage-link.png deleted file mode 100644 index e0ae3daa9..000000000 Binary files a/images/serverless-file-data-visualizer-homepage-link.png and /dev/null differ diff --git a/images/serverless-file-management.png b/images/serverless-file-management.png deleted file mode 100644 index 522fa08f5..000000000 Binary files a/images/serverless-file-management.png and /dev/null differ diff --git a/images/serverless-file-uploader-UI.png b/images/serverless-file-uploader-UI.png deleted file mode 100644 index ae6f7b059..000000000 Binary files a/images/serverless-file-uploader-UI.png and /dev/null differ diff --git a/images/serverless-filter-by-asset-criticality.png b/images/serverless-filter-by-asset-criticality.png deleted file mode 100644 index d5f426ca2..000000000 Binary files a/images/serverless-filter-by-asset-criticality.png and /dev/null differ diff --git a/images/serverless-filter-by-host-risk-level.png b/images/serverless-filter-by-host-risk-level.png deleted file mode 100644 index 84a56291d..000000000 Binary files a/images/serverless-filter-by-host-risk-level.png and /dev/null differ diff --git a/images/serverless-filter.svg b/images/serverless-filter.svg deleted file mode 100644 index efebf84ed..000000000 --- a/images/serverless-filter.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-filterInCircle copy.svg b/images/serverless-filterInCircle copy.svg deleted file mode 100644 index ef3b61fd8..000000000 --- a/images/serverless-filterInCircle copy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-filterInCircle.svg b/images/serverless-filterInCircle.svg deleted file mode 100644 index ef3b61fd8..000000000 --- a/images/serverless-filterInCircle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-gear.svg b/images/serverless-gear.svg deleted file mode 100644 index 51d6cb021..000000000 --- a/images/serverless-gear.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-get-started-create-an-index.png b/images/serverless-get-started-create-an-index.png deleted file mode 100644 index fa46a1dde..000000000 Binary files a/images/serverless-get-started-create-an-index.png and /dev/null differ diff --git a/images/serverless-get-started.svg b/images/serverless-get-started.svg deleted file mode 100644 index 487355b2f..000000000 --- a/images/serverless-get-started.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/images/serverless-getting-started-page.png b/images/serverless-getting-started-page.png deleted file mode 100644 index 7589d7276..000000000 Binary files a/images/serverless-getting-started-page.png and /dev/null differ diff --git a/images/serverless-global-filters.png b/images/serverless-global-filters.png deleted file mode 100644 index dc9b36277..000000000 Binary files a/images/serverless-global-filters.png and /dev/null differ diff --git a/images/serverless-globe.svg b/images/serverless-globe.svg deleted file mode 100644 index ee2739ea6..000000000 --- a/images/serverless-globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-grabHorizontal.svg b/images/serverless-grabHorizontal.svg deleted file mode 100644 index 7e824b460..000000000 --- a/images/serverless-grabHorizontal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-green-dot-icon.png b/images/serverless-green-dot-icon.png deleted file mode 100644 index c886bda44..000000000 Binary files a/images/serverless-green-dot-icon.png and /dev/null differ diff --git a/images/serverless-green-service.png b/images/serverless-green-service.png deleted file mode 100644 index bbc00a354..000000000 Binary files a/images/serverless-green-service.png and /dev/null differ diff --git a/images/serverless-grok-debugger-custom-pattern.png b/images/serverless-grok-debugger-custom-pattern.png deleted file mode 100644 index 2a1660c86..000000000 Binary files a/images/serverless-grok-debugger-custom-pattern.png and /dev/null differ diff --git a/images/serverless-grok-debugger-overview.png b/images/serverless-grok-debugger-overview.png deleted file mode 100644 index 4692c7a80..000000000 Binary files a/images/serverless-grok-debugger-overview.png and /dev/null differ diff --git a/images/serverless-group-by-asset-criticality.png b/images/serverless-group-by-asset-criticality.png deleted file mode 100644 index 5d5fa6e28..000000000 Binary files a/images/serverless-group-by-asset-criticality.png and /dev/null differ diff --git a/images/serverless-group-by-host-risk-level.png b/images/serverless-group-by-host-risk-level.png deleted file mode 100644 index 3c40e9dbf..000000000 Binary files a/images/serverless-group-by-host-risk-level.png and /dev/null differ diff --git a/images/serverless-help.svg b/images/serverless-help.svg deleted file mode 100644 index ad01598e4..000000000 --- a/images/serverless-help.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-history-tab.png b/images/serverless-history-tab.png deleted file mode 100644 index 9b6f72f71..000000000 Binary files a/images/serverless-history-tab.png and /dev/null differ diff --git a/images/serverless-host-details-hr-tab.png b/images/serverless-host-details-hr-tab.png deleted file mode 100644 index 64bf96324..000000000 Binary files a/images/serverless-host-details-hr-tab.png and /dev/null differ diff --git a/images/serverless-host-details-overview.png b/images/serverless-host-details-overview.png deleted file mode 100644 index 8c19f8b90..000000000 Binary files a/images/serverless-host-details-overview.png and /dev/null differ diff --git a/images/serverless-hosts-dashed-and-missing.png b/images/serverless-hosts-dashed-and-missing.png deleted file mode 100644 index 856e50e4b..000000000 Binary files a/images/serverless-hosts-dashed-and-missing.png and /dev/null differ diff --git a/images/serverless-hosts-dashed.png b/images/serverless-hosts-dashed.png deleted file mode 100644 index 5034d23d0..000000000 Binary files a/images/serverless-hosts-dashed.png and /dev/null differ diff --git a/images/serverless-hosts-hr-data.png b/images/serverless-hosts-hr-data.png deleted file mode 100644 index a57826594..000000000 Binary files a/images/serverless-hosts-hr-data.png and /dev/null differ diff --git a/images/serverless-hosts-hr-level.png b/images/serverless-hosts-hr-level.png deleted file mode 100644 index b73d34765..000000000 Binary files a/images/serverless-hosts-hr-level.png and /dev/null differ diff --git a/images/serverless-hosts-logs.png b/images/serverless-hosts-logs.png deleted file mode 100644 index 3d846415b..000000000 Binary files a/images/serverless-hosts-logs.png and /dev/null differ diff --git a/images/serverless-hosts-missing-data.png b/images/serverless-hosts-missing-data.png deleted file mode 100644 index a57be2d66..000000000 Binary files a/images/serverless-hosts-missing-data.png and /dev/null differ diff --git a/images/serverless-hosts-open-in-lens.png b/images/serverless-hosts-open-in-lens.png deleted file mode 100644 index dbadc02bb..000000000 Binary files a/images/serverless-hosts-open-in-lens.png and /dev/null differ diff --git a/images/serverless-hosts-view-alerts.png b/images/serverless-hosts-view-alerts.png deleted file mode 100644 index 3b3e18eab..000000000 Binary files a/images/serverless-hosts-view-alerts.png and /dev/null differ diff --git a/images/serverless-hosts.png b/images/serverless-hosts.png deleted file mode 100644 index 479ba3212..000000000 Binary files a/images/serverless-hosts.png and /dev/null differ diff --git a/images/serverless-hrl-sort-by-host-risk-score.png b/images/serverless-hrl-sort-by-host-risk-score.png deleted file mode 100644 index 57ee2bbee..000000000 Binary files a/images/serverless-hrl-sort-by-host-risk-score.png and /dev/null differ diff --git a/images/serverless-iInCircle.svg b/images/serverless-iInCircle.svg deleted file mode 100644 index 33429341f..000000000 --- a/images/serverless-iInCircle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-importAction.svg b/images/serverless-importAction.svg deleted file mode 100644 index 341653e6b..000000000 --- a/images/serverless-importAction.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-index-management-index-templates.png b/images/serverless-index-management-index-templates.png deleted file mode 100644 index d09e90e5e..000000000 Binary files a/images/serverless-index-management-index-templates.png and /dev/null differ diff --git a/images/serverless-index-management-indices.png b/images/serverless-index-management-indices.png deleted file mode 100644 index 1079f71bc..000000000 Binary files a/images/serverless-index-management-indices.png and /dev/null differ diff --git a/images/serverless-indexClose.svg b/images/serverless-indexClose.svg deleted file mode 100644 index cb4d8f2cd..000000000 --- a/images/serverless-indexClose.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-indexOpen.svg b/images/serverless-indexOpen.svg deleted file mode 100644 index 09e9d7284..000000000 --- a/images/serverless-indexOpen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-individual-role.png b/images/serverless-individual-role.png deleted file mode 100644 index d397e25e3..000000000 Binary files a/images/serverless-individual-role.png and /dev/null differ diff --git a/images/serverless-infra.png b/images/serverless-infra.png deleted file mode 100644 index e13901227..000000000 Binary files a/images/serverless-infra.png and /dev/null differ diff --git a/images/serverless-ingest-pipelines-management.png b/images/serverless-ingest-pipelines-management.png deleted file mode 100644 index d5f18cef7..000000000 Binary files a/images/serverless-ingest-pipelines-management.png and /dev/null differ diff --git a/images/serverless-ingest-pipelines-test.png b/images/serverless-ingest-pipelines-test.png deleted file mode 100644 index 65ee2815e..000000000 Binary files a/images/serverless-ingest-pipelines-test.png and /dev/null differ diff --git a/images/serverless-inspect.svg b/images/serverless-inspect.svg deleted file mode 100644 index 43374b4aa..000000000 --- a/images/serverless-inspect.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-inventory-alert.png b/images/serverless-inventory-alert.png deleted file mode 100644 index 07dd30edd..000000000 Binary files a/images/serverless-inventory-alert.png and /dev/null differ diff --git a/images/serverless-inventory-catalog.png b/images/serverless-inventory-catalog.png deleted file mode 100644 index 332fbc6ea..000000000 Binary files a/images/serverless-inventory-catalog.png and /dev/null differ diff --git a/images/serverless-inventory-threshold-run-when-selection.png b/images/serverless-inventory-threshold-run-when-selection.png deleted file mode 100644 index f9cfa2c85..000000000 Binary files a/images/serverless-inventory-threshold-run-when-selection.png and /dev/null differ diff --git a/images/serverless-jvm-metrics-overview.png b/images/serverless-jvm-metrics-overview.png deleted file mode 100644 index c6f28f7bd..000000000 Binary files a/images/serverless-jvm-metrics-overview.png and /dev/null differ diff --git a/images/serverless-jvm-metrics.png b/images/serverless-jvm-metrics.png deleted file mode 100644 index 70f7965b7..000000000 Binary files a/images/serverless-jvm-metrics.png and /dev/null differ diff --git a/images/serverless-knowledge-base-add-index-config.png b/images/serverless-knowledge-base-add-index-config.png deleted file mode 100644 index 3fcb91977..000000000 Binary files a/images/serverless-knowledge-base-add-index-config.png and /dev/null differ diff --git a/images/serverless-knowledge-base-assistant-menu-dropdown.png b/images/serverless-knowledge-base-assistant-menu-dropdown.png deleted file mode 100644 index 785c79e75..000000000 Binary files a/images/serverless-knowledge-base-assistant-menu-dropdown.png and /dev/null differ diff --git a/images/serverless-knowledge-base-assistant-settings-kb-tab.png b/images/serverless-knowledge-base-assistant-settings-kb-tab.png deleted file mode 100644 index 74c799dd3..000000000 Binary files a/images/serverless-knowledge-base-assistant-settings-kb-tab.png and /dev/null differ diff --git a/images/serverless-knowledge-base-assistant-setup-button.png b/images/serverless-knowledge-base-assistant-setup-button.png deleted file mode 100644 index d861ba361..000000000 Binary files a/images/serverless-knowledge-base-assistant-setup-button.png and /dev/null differ diff --git a/images/serverless-knowledge-base-rbac.png b/images/serverless-knowledge-base-rbac.png deleted file mode 100644 index 84b950504..000000000 Binary files a/images/serverless-knowledge-base-rbac.png and /dev/null differ diff --git a/images/serverless-kubernetes-filter.png b/images/serverless-kubernetes-filter.png deleted file mode 100644 index 0bdcf1097..000000000 Binary files a/images/serverless-kubernetes-filter.png and /dev/null differ diff --git a/images/serverless-lambda-overview.png b/images/serverless-lambda-overview.png deleted file mode 100644 index 9d0558949..000000000 Binary files a/images/serverless-lambda-overview.png and /dev/null differ diff --git a/images/serverless-latency.png b/images/serverless-latency.png deleted file mode 100644 index 1c220c1a4..000000000 Binary files a/images/serverless-latency.png and /dev/null differ diff --git a/images/serverless-lensApp.svg b/images/serverless-lensApp.svg deleted file mode 100644 index 59af79275..000000000 --- a/images/serverless-lensApp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-list.svg b/images/serverless-list.svg deleted file mode 100644 index 52e8e7acd..000000000 --- a/images/serverless-list.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-listAdd.svg b/images/serverless-listAdd.svg deleted file mode 100644 index b59e25bcc..000000000 --- a/images/serverless-listAdd.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-lms-cli-welcome.png b/images/serverless-lms-cli-welcome.png deleted file mode 100644 index af885b758..000000000 Binary files a/images/serverless-lms-cli-welcome.png and /dev/null differ diff --git a/images/serverless-lms-custom-logs-config.png b/images/serverless-lms-custom-logs-config.png deleted file mode 100644 index 35e82e89c..000000000 Binary files a/images/serverless-lms-custom-logs-config.png and /dev/null differ diff --git a/images/serverless-lms-edit-connector.png b/images/serverless-lms-edit-connector.png deleted file mode 100644 index 6f23209e5..000000000 Binary files a/images/serverless-lms-edit-connector.png and /dev/null differ diff --git a/images/serverless-lms-model-select.png b/images/serverless-lms-model-select.png deleted file mode 100644 index 38f6168d9..000000000 Binary files a/images/serverless-lms-model-select.png and /dev/null differ diff --git a/images/serverless-lms-ps-command.png b/images/serverless-lms-ps-command.png deleted file mode 100644 index 570acd78f..000000000 Binary files a/images/serverless-lms-ps-command.png and /dev/null differ diff --git a/images/serverless-lms-studio-arch-diagram.png b/images/serverless-lms-studio-arch-diagram.png deleted file mode 100644 index 4b737bbb7..000000000 Binary files a/images/serverless-lms-studio-arch-diagram.png and /dev/null differ diff --git a/images/serverless-lms-studio-model-loaded-msg.png b/images/serverless-lms-studio-model-loaded-msg.png deleted file mode 100644 index 0ec162e08..000000000 Binary files a/images/serverless-lms-studio-model-loaded-msg.png and /dev/null differ diff --git a/images/serverless-log-copy-es-endpoint.png b/images/serverless-log-copy-es-endpoint.png deleted file mode 100644 index 0a52a3398..000000000 Binary files a/images/serverless-log-copy-es-endpoint.png and /dev/null differ diff --git a/images/serverless-log-explorer-overview.png b/images/serverless-log-explorer-overview.png deleted file mode 100644 index 41448ef2c..000000000 Binary files a/images/serverless-log-explorer-overview.png and /dev/null differ diff --git a/images/serverless-log-explorer-select-syslogs.png b/images/serverless-log-explorer-select-syslogs.png deleted file mode 100644 index b49e1665d..000000000 Binary files a/images/serverless-log-explorer-select-syslogs.png and /dev/null differ diff --git a/images/serverless-log-explorer.png b/images/serverless-log-explorer.png deleted file mode 100644 index 9d7e3950a..000000000 Binary files a/images/serverless-log-explorer.png and /dev/null differ diff --git a/images/serverless-log-menu.png b/images/serverless-log-menu.png deleted file mode 100644 index 07b9412bd..000000000 Binary files a/images/serverless-log-menu.png and /dev/null differ diff --git a/images/serverless-log-pattern-analysis.png b/images/serverless-log-pattern-analysis.png deleted file mode 100644 index fa6eecc8e..000000000 Binary files a/images/serverless-log-pattern-analysis.png and /dev/null differ diff --git a/images/serverless-log-rate-analysis-results.png b/images/serverless-log-rate-analysis-results.png deleted file mode 100644 index 802796885..000000000 Binary files a/images/serverless-log-rate-analysis-results.png and /dev/null differ diff --git a/images/serverless-log-rate-analysis.png b/images/serverless-log-rate-analysis.png deleted file mode 100644 index 15855c8b9..000000000 Binary files a/images/serverless-log-rate-analysis.png and /dev/null differ diff --git a/images/serverless-log-rate-histogram.png b/images/serverless-log-rate-histogram.png deleted file mode 100644 index 436ceafea..000000000 Binary files a/images/serverless-log-rate-histogram.png and /dev/null differ diff --git a/images/serverless-log-threshold-breach-alert-history-chart.png b/images/serverless-log-threshold-breach-alert-history-chart.png deleted file mode 100644 index bc9f274d8..000000000 Binary files a/images/serverless-log-threshold-breach-alert-history-chart.png and /dev/null differ diff --git a/images/serverless-log-threshold-breach-condition-chart.png b/images/serverless-log-threshold-breach-condition-chart.png deleted file mode 100644 index ff4c26849..000000000 Binary files a/images/serverless-log-threshold-breach-condition-chart.png and /dev/null differ diff --git a/images/serverless-log-threshold-breach-log-rate-analysis.png b/images/serverless-log-threshold-breach-log-rate-analysis.png deleted file mode 100644 index 2854f11f1..000000000 Binary files a/images/serverless-log-threshold-breach-log-rate-analysis.png and /dev/null differ diff --git a/images/serverless-logs-end-date.png b/images/serverless-logs-end-date.png deleted file mode 100644 index 1d2932cd0..000000000 Binary files a/images/serverless-logs-end-date.png and /dev/null differ diff --git a/images/serverless-logs-kql-filter.png b/images/serverless-logs-kql-filter.png deleted file mode 100644 index 6eab1d171..000000000 Binary files a/images/serverless-logs-kql-filter.png and /dev/null differ diff --git a/images/serverless-logs-overlay-containers.png b/images/serverless-logs-overlay-containers.png deleted file mode 100644 index 1364f296e..000000000 Binary files a/images/serverless-logs-overlay-containers.png and /dev/null differ diff --git a/images/serverless-logs-overlay.png b/images/serverless-logs-overlay.png deleted file mode 100644 index 002656477..000000000 Binary files a/images/serverless-logs-overlay.png and /dev/null differ diff --git a/images/serverless-logs-start-date.png b/images/serverless-logs-start-date.png deleted file mode 100644 index 6d8f8c6dd..000000000 Binary files a/images/serverless-logs-start-date.png and /dev/null differ diff --git a/images/serverless-logs-stream-logs-api-key-beats.png b/images/serverless-logs-stream-logs-api-key-beats.png deleted file mode 100644 index a080b23e8..000000000 Binary files a/images/serverless-logs-stream-logs-api-key-beats.png and /dev/null differ diff --git a/images/serverless-logs-threshold-conditional-alert.png b/images/serverless-logs-threshold-conditional-alert.png deleted file mode 100644 index 73f6bfc5b..000000000 Binary files a/images/serverless-logs-threshold-conditional-alert.png and /dev/null differ diff --git a/images/serverless-logs.png b/images/serverless-logs.png deleted file mode 100644 index 94d77b474..000000000 Binary files a/images/serverless-logs.png and /dev/null differ diff --git a/images/serverless-logstash-pipelines-management.png b/images/serverless-logstash-pipelines-management.png deleted file mode 100644 index 27e792259..000000000 Binary files a/images/serverless-logstash-pipelines-management.png and /dev/null differ diff --git a/images/serverless-manage-project.png b/images/serverless-manage-project.png deleted file mode 100644 index 48aff70e9..000000000 Binary files a/images/serverless-manage-project.png and /dev/null differ diff --git a/images/serverless-management-component-templates.png b/images/serverless-management-component-templates.png deleted file mode 100644 index 470229df5..000000000 Binary files a/images/serverless-management-component-templates.png and /dev/null differ diff --git a/images/serverless-management-data-stream.png b/images/serverless-management-data-stream.png deleted file mode 100644 index cbe28d573..000000000 Binary files a/images/serverless-management-data-stream.png and /dev/null differ diff --git a/images/serverless-management-enrich-policies.png b/images/serverless-management-enrich-policies.png deleted file mode 100644 index e44fad731..000000000 Binary files a/images/serverless-management-enrich-policies.png and /dev/null differ diff --git a/images/serverless-menuLeft.svg b/images/serverless-menuLeft.svg deleted file mode 100644 index 40d511e5a..000000000 --- a/images/serverless-menuLeft.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-menuRight.svg b/images/serverless-menuRight.svg deleted file mode 100644 index 1a772128d..000000000 --- a/images/serverless-menuRight.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-merge.svg b/images/serverless-merge.svg deleted file mode 100644 index 478d34059..000000000 --- a/images/serverless-merge.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-metadata-icons.png b/images/serverless-metadata-icons.png deleted file mode 100644 index 0509e9c12..000000000 Binary files a/images/serverless-metadata-icons.png and /dev/null differ diff --git a/images/serverless-metadata-overlay-containers.png b/images/serverless-metadata-overlay-containers.png deleted file mode 100644 index 33b70cba4..000000000 Binary files a/images/serverless-metadata-overlay-containers.png and /dev/null differ diff --git a/images/serverless-metadata-overlay.png b/images/serverless-metadata-overlay.png deleted file mode 100644 index 0ab8c9495..000000000 Binary files a/images/serverless-metadata-overlay.png and /dev/null differ diff --git a/images/serverless-metrics-app.png b/images/serverless-metrics-app.png deleted file mode 100644 index c7ad82851..000000000 Binary files a/images/serverless-metrics-app.png and /dev/null differ diff --git a/images/serverless-metrics-history-chart.png b/images/serverless-metrics-history-chart.png deleted file mode 100644 index cc62326f9..000000000 Binary files a/images/serverless-metrics-history-chart.png and /dev/null differ diff --git a/images/serverless-metrics-ml-jobs.png b/images/serverless-metrics-ml-jobs.png deleted file mode 100644 index 052984f98..000000000 Binary files a/images/serverless-metrics-ml-jobs.png and /dev/null differ diff --git a/images/serverless-metrics-overlay-containers.png b/images/serverless-metrics-overlay-containers.png deleted file mode 100644 index bed3b15e9..000000000 Binary files a/images/serverless-metrics-overlay-containers.png and /dev/null differ diff --git a/images/serverless-metrics-overlay.png b/images/serverless-metrics-overlay.png deleted file mode 100644 index 5bfcb5230..000000000 Binary files a/images/serverless-metrics-overlay.png and /dev/null differ diff --git a/images/serverless-minus.svg b/images/serverless-minus.svg deleted file mode 100644 index 763922a91..000000000 --- a/images/serverless-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-minusInCircle.svg b/images/serverless-minusInCircle.svg deleted file mode 100644 index 385164091..000000000 --- a/images/serverless-minusInCircle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-ml-nlp-deployment.png b/images/serverless-ml-nlp-deployment.png deleted file mode 100644 index 640bf1966..000000000 Binary files a/images/serverless-ml-nlp-deployment.png and /dev/null differ diff --git a/images/serverless-ml-security-management.png b/images/serverless-ml-security-management.png deleted file mode 100644 index f95dea2e5..000000000 Binary files a/images/serverless-ml-security-management.png and /dev/null differ diff --git a/images/serverless-notifications-jamf.png b/images/serverless-notifications-jamf.png deleted file mode 100644 index a4b329396..000000000 Binary files a/images/serverless-notifications-jamf.png and /dev/null differ diff --git a/images/serverless-obs-ai-assistant-action-high-cpu.png b/images/serverless-obs-ai-assistant-action-high-cpu.png deleted file mode 100644 index d8d2c686b..000000000 Binary files a/images/serverless-obs-ai-assistant-action-high-cpu.png and /dev/null differ diff --git a/images/serverless-obs-ai-assistant-output.png b/images/serverless-obs-ai-assistant-output.png deleted file mode 100644 index 5f371f9bc..000000000 Binary files a/images/serverless-obs-ai-assistant-output.png and /dev/null differ diff --git a/images/serverless-obs-ai-assistant-slack-message.png b/images/serverless-obs-ai-assistant-slack-message.png deleted file mode 100644 index c2cd871fa..000000000 Binary files a/images/serverless-obs-ai-assistant-slack-message.png and /dev/null differ diff --git a/images/serverless-obs-badge.svg b/images/serverless-obs-badge.svg deleted file mode 100644 index 0996e309a..000000000 --- a/images/serverless-obs-badge.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - diff --git a/images/serverless-observability-alerts-overview.png b/images/serverless-observability-alerts-overview.png deleted file mode 100644 index b7dd3aba6..000000000 Binary files a/images/serverless-observability-alerts-overview.png and /dev/null differ diff --git a/images/serverless-observability-alerts-view.png b/images/serverless-observability-alerts-view.png deleted file mode 100644 index eeaa164cb..000000000 Binary files a/images/serverless-observability-alerts-view.png and /dev/null differ diff --git a/images/serverless-observability-cases-add-connector.png b/images/serverless-observability-cases-add-connector.png deleted file mode 100644 index d92ff68e6..000000000 Binary files a/images/serverless-observability-cases-add-connector.png and /dev/null differ diff --git a/images/serverless-observability-cases-custom-fields.png b/images/serverless-observability-cases-custom-fields.png deleted file mode 100644 index 5be30eb4f..000000000 Binary files a/images/serverless-observability-cases-custom-fields.png and /dev/null differ diff --git a/images/serverless-observability-cases-settings.png b/images/serverless-observability-cases-settings.png deleted file mode 100644 index 2b9d16fa5..000000000 Binary files a/images/serverless-observability-cases-settings.png and /dev/null differ diff --git a/images/serverless-observability-cases-templates.png b/images/serverless-observability-cases-templates.png deleted file mode 100644 index beaae8220..000000000 Binary files a/images/serverless-observability-cases-templates.png and /dev/null differ diff --git a/images/serverless-operations-detail.png b/images/serverless-operations-detail.png deleted file mode 100644 index 64a1c6550..000000000 Binary files a/images/serverless-operations-detail.png and /dev/null differ diff --git a/images/serverless-operations.png b/images/serverless-operations.png deleted file mode 100644 index 119f8bdf9..000000000 Binary files a/images/serverless-operations.png and /dev/null differ diff --git a/images/serverless-osquery-overlay.png b/images/serverless-osquery-overlay.png deleted file mode 100644 index 98f7fa607..000000000 Binary files a/images/serverless-osquery-overlay.png and /dev/null differ diff --git a/images/serverless-overview-overlay-containers.png b/images/serverless-overview-overlay-containers.png deleted file mode 100644 index 63dded9a7..000000000 Binary files a/images/serverless-overview-overlay-containers.png and /dev/null differ diff --git a/images/serverless-overview-overlay.png b/images/serverless-overview-overlay.png deleted file mode 100644 index ae501da1e..000000000 Binary files a/images/serverless-overview-overlay.png and /dev/null differ diff --git a/images/serverless-pagesSelect.svg b/images/serverless-pagesSelect.svg deleted file mode 100644 index 623888121..000000000 --- a/images/serverless-pagesSelect.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-painless-lab.png b/images/serverless-painless-lab.png deleted file mode 100644 index 65b4141ed..000000000 Binary files a/images/serverless-painless-lab.png and /dev/null differ diff --git a/images/serverless-pencil.svg b/images/serverless-pencil.svg deleted file mode 100644 index cb16b5d2f..000000000 --- a/images/serverless-pencil.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-plusInCircle.svg b/images/serverless-plusInCircle.svg deleted file mode 100644 index 2a655e039..000000000 --- a/images/serverless-plusInCircle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-plusInCircleFilled.svg b/images/serverless-plusInCircleFilled.svg deleted file mode 100644 index c2052e4c5..000000000 --- a/images/serverless-plusInCircleFilled.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-pod-metrics.png b/images/serverless-pod-metrics.png deleted file mode 100644 index 3dc367a5a..000000000 Binary files a/images/serverless-pod-metrics.png and /dev/null differ diff --git a/images/serverless-popout.svg b/images/serverless-popout.svg deleted file mode 100644 index 875bf6662..000000000 --- a/images/serverless-popout.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-prebuilt-rules-update-diff.png b/images/serverless-prebuilt-rules-update-diff.png deleted file mode 100644 index 07bd15ab9..000000000 Binary files a/images/serverless-prebuilt-rules-update-diff.png and /dev/null differ diff --git a/images/serverless-preview-risky-entities.png b/images/serverless-preview-risky-entities.png deleted file mode 100644 index ce345d40e..000000000 Binary files a/images/serverless-preview-risky-entities.png and /dev/null differ diff --git a/images/serverless-private-locations-monitor-locations.png b/images/serverless-private-locations-monitor-locations.png deleted file mode 100644 index fc4dad941..000000000 Binary files a/images/serverless-private-locations-monitor-locations.png and /dev/null differ diff --git a/images/serverless-processes-overlay.png b/images/serverless-processes-overlay.png deleted file mode 100644 index eefb05439..000000000 Binary files a/images/serverless-processes-overlay.png and /dev/null differ diff --git a/images/serverless-profiler-filter.png b/images/serverless-profiler-filter.png deleted file mode 100644 index 0bcfd7ca5..000000000 Binary files a/images/serverless-profiler-filter.png and /dev/null differ diff --git a/images/serverless-profiler-gs10.png b/images/serverless-profiler-gs10.png deleted file mode 100644 index 19c3c1a57..000000000 Binary files a/images/serverless-profiler-gs10.png and /dev/null differ diff --git a/images/serverless-profiler-gs8.png b/images/serverless-profiler-gs8.png deleted file mode 100644 index 75b93d4df..000000000 Binary files a/images/serverless-profiler-gs8.png and /dev/null differ diff --git a/images/serverless-profiler-json.png b/images/serverless-profiler-json.png deleted file mode 100644 index 25d83e8e1..000000000 Binary files a/images/serverless-profiler-json.png and /dev/null differ diff --git a/images/serverless-profiler-overview.png b/images/serverless-profiler-overview.png deleted file mode 100644 index 2669adc13..000000000 Binary files a/images/serverless-profiler-overview.png and /dev/null differ diff --git a/images/serverless-project-features-edit.png b/images/serverless-project-features-edit.png deleted file mode 100644 index 9407ed78f..000000000 Binary files a/images/serverless-project-features-edit.png and /dev/null differ diff --git a/images/serverless-questionInCircle.svg b/images/serverless-questionInCircle.svg deleted file mode 100644 index b715f289a..000000000 --- a/images/serverless-questionInCircle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-quick-prompts.png b/images/serverless-quick-prompts.png deleted file mode 100644 index 55d6ad2f2..000000000 Binary files a/images/serverless-quick-prompts.png and /dev/null differ diff --git a/images/serverless-quickstart-aws-firehose-dashboards.png b/images/serverless-quickstart-aws-firehose-dashboards.png deleted file mode 100644 index cd7b9132d..000000000 Binary files a/images/serverless-quickstart-aws-firehose-dashboards.png and /dev/null differ diff --git a/images/serverless-quickstart-aws-firehose-entry-point.png b/images/serverless-quickstart-aws-firehose-entry-point.png deleted file mode 100644 index 6a0bbe339..000000000 Binary files a/images/serverless-quickstart-aws-firehose-entry-point.png and /dev/null differ diff --git a/images/serverless-quickstart-aws-firehose-vpc-flow.png b/images/serverless-quickstart-aws-firehose-vpc-flow.png deleted file mode 100644 index d690dd064..000000000 Binary files a/images/serverless-quickstart-aws-firehose-vpc-flow.png and /dev/null differ diff --git a/images/serverless-quickstart-host-overview.png b/images/serverless-quickstart-host-overview.png deleted file mode 100644 index bf94de5fe..000000000 Binary files a/images/serverless-quickstart-host-overview.png and /dev/null differ diff --git a/images/serverless-quickstart-k8s-entry-point.png b/images/serverless-quickstart-k8s-entry-point.png deleted file mode 100644 index e558f8105..000000000 Binary files a/images/serverless-quickstart-k8s-entry-point.png and /dev/null differ diff --git a/images/serverless-quickstart-k8s-otel-dashboard.png b/images/serverless-quickstart-k8s-otel-dashboard.png deleted file mode 100644 index d0903f49b..000000000 Binary files a/images/serverless-quickstart-k8s-otel-dashboard.png and /dev/null differ diff --git a/images/serverless-quickstart-k8s-otel-entry-point.png b/images/serverless-quickstart-k8s-otel-entry-point.png deleted file mode 100644 index e47fac646..000000000 Binary files a/images/serverless-quickstart-k8s-otel-entry-point.png and /dev/null differ diff --git a/images/serverless-quickstart-k8s-overview.png b/images/serverless-quickstart-k8s-overview.png deleted file mode 100644 index dd184f1ec..000000000 Binary files a/images/serverless-quickstart-k8s-overview.png and /dev/null differ diff --git a/images/serverless-quickstart-monitor-hosts-entry-point.png b/images/serverless-quickstart-monitor-hosts-entry-point.png deleted file mode 100644 index d59756fa2..000000000 Binary files a/images/serverless-quickstart-monitor-hosts-entry-point.png and /dev/null differ diff --git a/images/serverless-quickstart-monitor-hosts-otel-entry-point.png b/images/serverless-quickstart-monitor-hosts-otel-entry-point.png deleted file mode 100644 index fc5a000c9..000000000 Binary files a/images/serverless-quickstart-monitor-hosts-otel-entry-point.png and /dev/null differ diff --git a/images/serverless-red-dot-icon.png b/images/serverless-red-dot-icon.png deleted file mode 100644 index 95cbb1e77..000000000 Binary files a/images/serverless-red-dot-icon.png and /dev/null differ diff --git a/images/serverless-red-service.png b/images/serverless-red-service.png deleted file mode 100644 index be7a62b17..000000000 Binary files a/images/serverless-red-service.png and /dev/null differ diff --git a/images/serverless-refresh.svg b/images/serverless-refresh.svg deleted file mode 100644 index 58662be4a..000000000 --- a/images/serverless-refresh.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-reports-management.png b/images/serverless-reports-management.png deleted file mode 100644 index 9249f1373..000000000 Binary files a/images/serverless-reports-management.png and /dev/null differ diff --git a/images/serverless-risk-summary.png b/images/serverless-risk-summary.png deleted file mode 100644 index 0389dade2..000000000 Binary files a/images/serverless-risk-summary.png and /dev/null differ diff --git a/images/serverless-rule-concepts-summary.svg b/images/serverless-rule-concepts-summary.svg deleted file mode 100644 index d7fd2c580..000000000 --- a/images/serverless-rule-concepts-summary.svg +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/images/serverless-run-log-pattern-analysis.png b/images/serverless-run-log-pattern-analysis.png deleted file mode 100644 index eb4e9ae90..000000000 Binary files a/images/serverless-run-log-pattern-analysis.png and /dev/null differ diff --git a/images/serverless-sample_data_ecommerce_map.png b/images/serverless-sample_data_ecommerce_map.png deleted file mode 100644 index 7fba3da60..000000000 Binary files a/images/serverless-sample_data_ecommerce_map.png and /dev/null differ diff --git a/images/serverless-save.svg b/images/serverless-save.svg deleted file mode 100644 index d84f9df2d..000000000 --- a/images/serverless-save.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-saved-object-management.png b/images/serverless-saved-object-management.png deleted file mode 100644 index fc61b9284..000000000 Binary files a/images/serverless-saved-object-management.png and /dev/null differ diff --git a/images/serverless-sec-badge.svg b/images/serverless-sec-badge.svg deleted file mode 100644 index 1e743a20c..000000000 --- a/images/serverless-sec-badge.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/images/serverless-security-cases-custom-fields.png b/images/serverless-security-cases-custom-fields.png deleted file mode 100644 index 8fdf12212..000000000 Binary files a/images/serverless-security-cases-custom-fields.png and /dev/null differ diff --git a/images/serverless-security-cases-observable-types.png b/images/serverless-security-cases-observable-types.png deleted file mode 100644 index 8ca37cb78..000000000 Binary files a/images/serverless-security-cases-observable-types.png and /dev/null differ diff --git a/images/serverless-security-cases-settings.png b/images/serverless-security-cases-settings.png deleted file mode 100644 index fd2cb81b6..000000000 Binary files a/images/serverless-security-cases-settings.png and /dev/null differ diff --git a/images/serverless-security-cases-templates.png b/images/serverless-security-cases-templates.png deleted file mode 100644 index 5a7e36943..000000000 Binary files a/images/serverless-security-cases-templates.png and /dev/null differ diff --git a/images/serverless-semantic-options.svg b/images/serverless-semantic-options.svg deleted file mode 100644 index 3bedf5307..000000000 --- a/images/serverless-semantic-options.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - Elasticsearch semantic search workflows - - - - - - semantic_text - (Recommended) - - - - Inference API - - - - Model Deployment - - - Complexity: Low - Complexity: Medium - Complexity: High - - - - - - Create Inference Endpoint - - - Define Index Mapping - - - - Create Inference Endpoint - - - Configure Model Settings - - - Define Index Mapping - - - Setup Ingest Pipeline - - - - Select NLP Model - - - Deploy with Eland Client - - - Define Index Mapping - - - Setup Ingest Pipeline - - - diff --git a/images/serverless-serverless-capabilities.svg b/images/serverless-serverless-capabilities.svg deleted file mode 100644 index 559a5aae2..000000000 --- a/images/serverless-serverless-capabilities.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/images/serverless-service-map-anomaly.png b/images/serverless-service-map-anomaly.png deleted file mode 100644 index cd59f8669..000000000 Binary files a/images/serverless-service-map-anomaly.png and /dev/null differ diff --git a/images/serverless-service-maps-java.png b/images/serverless-service-maps-java.png deleted file mode 100644 index aa8e5dc50..000000000 Binary files a/images/serverless-service-maps-java.png and /dev/null differ diff --git a/images/serverless-services-inventory.png b/images/serverless-services-inventory.png deleted file mode 100644 index d32dd4e71..000000000 Binary files a/images/serverless-services-inventory.png and /dev/null differ diff --git a/images/serverless-share.svg b/images/serverless-share.svg deleted file mode 100644 index c4b52ea59..000000000 --- a/images/serverless-share.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-slo-action-frequency.png b/images/serverless-slo-action-frequency.png deleted file mode 100644 index cef8d4307..000000000 Binary files a/images/serverless-slo-action-frequency.png and /dev/null differ diff --git a/images/serverless-slo-alerts-create-rule.png b/images/serverless-slo-alerts-create-rule.png deleted file mode 100644 index e3c6a8ce1..000000000 Binary files a/images/serverless-slo-alerts-create-rule.png and /dev/null differ diff --git a/images/serverless-slo-burn-rate-breach.png b/images/serverless-slo-burn-rate-breach.png deleted file mode 100644 index e8332751a..000000000 Binary files a/images/serverless-slo-burn-rate-breach.png and /dev/null differ diff --git a/images/serverless-slo-dashboard-panel.png b/images/serverless-slo-dashboard-panel.png deleted file mode 100644 index 87c330d10..000000000 Binary files a/images/serverless-slo-dashboard-panel.png and /dev/null differ diff --git a/images/serverless-slo-dashboard.png b/images/serverless-slo-dashboard.png deleted file mode 100644 index 6c08697da..000000000 Binary files a/images/serverless-slo-dashboard.png and /dev/null differ diff --git a/images/serverless-slo-detailed-view.png b/images/serverless-slo-detailed-view.png deleted file mode 100644 index 3cfb080a3..000000000 Binary files a/images/serverless-slo-detailed-view.png and /dev/null differ diff --git a/images/serverless-slo-filtering-options.png b/images/serverless-slo-filtering-options.png deleted file mode 100644 index a4580a933..000000000 Binary files a/images/serverless-slo-filtering-options.png and /dev/null differ diff --git a/images/serverless-slo-group-by.png b/images/serverless-slo-group-by.png deleted file mode 100644 index d13fdb9a4..000000000 Binary files a/images/serverless-slo-group-by.png and /dev/null differ diff --git a/images/serverless-sortDown.svg b/images/serverless-sortDown.svg deleted file mode 100644 index 7efa30e91..000000000 --- a/images/serverless-sortDown.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-sortUp.svg b/images/serverless-sortUp.svg deleted file mode 100644 index c5d0f004a..000000000 --- a/images/serverless-sortUp.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-space-breadcrumb.png b/images/serverless-space-breadcrumb.png deleted file mode 100644 index b6de9621c..000000000 Binary files a/images/serverless-space-breadcrumb.png and /dev/null differ diff --git a/images/serverless-spaces.svg b/images/serverless-spaces.svg deleted file mode 100644 index 745922858..000000000 --- a/images/serverless-spaces.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/images/serverless-spans-transactions-and-traces.png b/images/serverless-spans-transactions-and-traces.png deleted file mode 100644 index 06badc445..000000000 Binary files a/images/serverless-spans-transactions-and-traces.png and /dev/null differ diff --git a/images/serverless-specific-transaction-search.png b/images/serverless-specific-transaction-search.png deleted file mode 100644 index 4ed548f01..000000000 Binary files a/images/serverless-specific-transaction-search.png and /dev/null differ diff --git a/images/serverless-specific-transaction.png b/images/serverless-specific-transaction.png deleted file mode 100644 index 52073bf76..000000000 Binary files a/images/serverless-specific-transaction.png and /dev/null differ diff --git a/images/serverless-starEmpty.svg b/images/serverless-starEmpty.svg deleted file mode 100644 index 177c19769..000000000 --- a/images/serverless-starEmpty.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-synthetic-monitor-action-types-each-alert.png b/images/serverless-synthetic-monitor-action-types-each-alert.png deleted file mode 100644 index 460df7f65..000000000 Binary files a/images/serverless-synthetic-monitor-action-types-each-alert.png and /dev/null differ diff --git a/images/serverless-synthetic-monitor-action-types-more-options.png b/images/serverless-synthetic-monitor-action-types-more-options.png deleted file mode 100644 index c457d2f76..000000000 Binary files a/images/serverless-synthetic-monitor-action-types-more-options.png and /dev/null differ diff --git a/images/serverless-synthetic-monitor-action-types-summary.png b/images/serverless-synthetic-monitor-action-types-summary.png deleted file mode 100644 index f51d3c5c8..000000000 Binary files a/images/serverless-synthetic-monitor-action-types-summary.png and /dev/null differ diff --git a/images/serverless-synthetic-monitor-action-variables.png b/images/serverless-synthetic-monitor-action-variables.png deleted file mode 100644 index 78a1ce095..000000000 Binary files a/images/serverless-synthetic-monitor-action-variables.png and /dev/null differ diff --git a/images/serverless-synthetic-monitor-conditions.png b/images/serverless-synthetic-monitor-conditions.png deleted file mode 100644 index 01fb43448..000000000 Binary files a/images/serverless-synthetic-monitor-conditions.png and /dev/null differ diff --git a/images/serverless-synthetic-monitor-filters.png b/images/serverless-synthetic-monitor-filters.png deleted file mode 100644 index ddaad8cbb..000000000 Binary files a/images/serverless-synthetic-monitor-filters.png and /dev/null differ diff --git a/images/serverless-synthetic-monitor-lifecycle.png b/images/serverless-synthetic-monitor-lifecycle.png deleted file mode 100644 index 711fb1a6f..000000000 Binary files a/images/serverless-synthetic-monitor-lifecycle.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-individual-monitor-details.png b/images/serverless-synthetics-analyze-individual-monitor-details.png deleted file mode 100644 index 1e7c38013..000000000 Binary files a/images/serverless-synthetics-analyze-individual-monitor-details.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-individual-monitor-errors.png b/images/serverless-synthetics-analyze-individual-monitor-errors.png deleted file mode 100644 index 3ee9d9b99..000000000 Binary files a/images/serverless-synthetics-analyze-individual-monitor-errors.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-individual-monitor-header.png b/images/serverless-synthetics-analyze-individual-monitor-header.png deleted file mode 100644 index 0e8d3a6d8..000000000 Binary files a/images/serverless-synthetics-analyze-individual-monitor-header.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-individual-monitor-history.png b/images/serverless-synthetics-analyze-individual-monitor-history.png deleted file mode 100644 index 7253ff384..000000000 Binary files a/images/serverless-synthetics-analyze-individual-monitor-history.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-journeys-over-time.png b/images/serverless-synthetics-analyze-journeys-over-time.png deleted file mode 100644 index b9acdffd2..000000000 Binary files a/images/serverless-synthetics-analyze-journeys-over-time.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-one-run-code-executed.png b/images/serverless-synthetics-analyze-one-run-code-executed.png deleted file mode 100644 index f65f26934..000000000 Binary files a/images/serverless-synthetics-analyze-one-run-code-executed.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-one-run-compare-steps.png b/images/serverless-synthetics-analyze-one-run-compare-steps.png deleted file mode 100644 index 28a663c74..000000000 Binary files a/images/serverless-synthetics-analyze-one-run-compare-steps.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-one-step-metrics.png b/images/serverless-synthetics-analyze-one-step-metrics.png deleted file mode 100644 index d9d0d1bc8..000000000 Binary files a/images/serverless-synthetics-analyze-one-step-metrics.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-one-step-network.png b/images/serverless-synthetics-analyze-one-step-network.png deleted file mode 100644 index b448e474b..000000000 Binary files a/images/serverless-synthetics-analyze-one-step-network.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-one-step-object.png b/images/serverless-synthetics-analyze-one-step-object.png deleted file mode 100644 index 484699208..000000000 Binary files a/images/serverless-synthetics-analyze-one-step-object.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-one-step-screenshot.png b/images/serverless-synthetics-analyze-one-step-screenshot.png deleted file mode 100644 index 97a687d6f..000000000 Binary files a/images/serverless-synthetics-analyze-one-step-screenshot.png and /dev/null differ diff --git a/images/serverless-synthetics-analyze-one-step-timing.png b/images/serverless-synthetics-analyze-one-step-timing.png deleted file mode 100644 index 0bd844384..000000000 Binary files a/images/serverless-synthetics-analyze-one-step-timing.png and /dev/null differ diff --git a/images/serverless-synthetics-create-test-script-recorder.png b/images/serverless-synthetics-create-test-script-recorder.png deleted file mode 100644 index 6d488b827..000000000 Binary files a/images/serverless-synthetics-create-test-script-recorder.png and /dev/null differ diff --git a/images/serverless-synthetics-get-started-projects.png b/images/serverless-synthetics-get-started-projects.png deleted file mode 100644 index 8632f5708..000000000 Binary files a/images/serverless-synthetics-get-started-projects.png and /dev/null differ diff --git a/images/serverless-synthetics-get-started-ui-lightweight.png b/images/serverless-synthetics-get-started-ui-lightweight.png deleted file mode 100644 index 1d1223bea..000000000 Binary files a/images/serverless-synthetics-get-started-ui-lightweight.png and /dev/null differ diff --git a/images/serverless-synthetics-get-started-ui.png b/images/serverless-synthetics-get-started-ui.png deleted file mode 100644 index e94e4ceac..000000000 Binary files a/images/serverless-synthetics-get-started-ui.png and /dev/null differ diff --git a/images/serverless-synthetics-monitor-management-api-key.png b/images/serverless-synthetics-monitor-management-api-key.png deleted file mode 100644 index 84956e8e4..000000000 Binary files a/images/serverless-synthetics-monitor-management-api-key.png and /dev/null differ diff --git a/images/serverless-synthetics-monitor-page.png b/images/serverless-synthetics-monitor-page.png deleted file mode 100644 index bda038385..000000000 Binary files a/images/serverless-synthetics-monitor-page.png and /dev/null differ diff --git a/images/serverless-synthetics-params-secrets-kibana-define.png b/images/serverless-synthetics-params-secrets-kibana-define.png deleted file mode 100644 index e07aa4806..000000000 Binary files a/images/serverless-synthetics-params-secrets-kibana-define.png and /dev/null differ diff --git a/images/serverless-synthetics-params-secrets-kibana-use-browser.png b/images/serverless-synthetics-params-secrets-kibana-use-browser.png deleted file mode 100644 index 2755e7b47..000000000 Binary files a/images/serverless-synthetics-params-secrets-kibana-use-browser.png and /dev/null differ diff --git a/images/serverless-synthetics-params-secrets-kibana-use-lightweight.png b/images/serverless-synthetics-params-secrets-kibana-use-lightweight.png deleted file mode 100644 index 52fb70312..000000000 Binary files a/images/serverless-synthetics-params-secrets-kibana-use-lightweight.png and /dev/null differ diff --git a/images/serverless-synthetics-retest.png b/images/serverless-synthetics-retest.png deleted file mode 100644 index b55b96615..000000000 Binary files a/images/serverless-synthetics-retest.png and /dev/null differ diff --git a/images/serverless-synthetics-settings-alerting.png b/images/serverless-synthetics-settings-alerting.png deleted file mode 100644 index 37e77bdaa..000000000 Binary files a/images/serverless-synthetics-settings-alerting.png and /dev/null differ diff --git a/images/serverless-synthetics-settings-api-keys.png b/images/serverless-synthetics-settings-api-keys.png deleted file mode 100644 index 599088324..000000000 Binary files a/images/serverless-synthetics-settings-api-keys.png and /dev/null differ diff --git a/images/serverless-synthetics-settings-data-retention.png b/images/serverless-synthetics-settings-data-retention.png deleted file mode 100644 index 6d49753fa..000000000 Binary files a/images/serverless-synthetics-settings-data-retention.png and /dev/null differ diff --git a/images/serverless-synthetics-settings-disable-default-rules.png b/images/serverless-synthetics-settings-disable-default-rules.png deleted file mode 100644 index a58d9a145..000000000 Binary files a/images/serverless-synthetics-settings-disable-default-rules.png and /dev/null differ diff --git a/images/serverless-synthetics-settings-global-parameters.png b/images/serverless-synthetics-settings-global-parameters.png deleted file mode 100644 index 830f9a977..000000000 Binary files a/images/serverless-synthetics-settings-global-parameters.png and /dev/null differ diff --git a/images/serverless-synthetics-settings-private-locations.png b/images/serverless-synthetics-settings-private-locations.png deleted file mode 100644 index 62ba5f7ec..000000000 Binary files a/images/serverless-synthetics-settings-private-locations.png and /dev/null differ diff --git a/images/serverless-synthetics-ui-inline-script.png b/images/serverless-synthetics-ui-inline-script.png deleted file mode 100644 index d819c4ed7..000000000 Binary files a/images/serverless-synthetics-ui-inline-script.png and /dev/null differ diff --git a/images/serverless-system-extension-jamf.png b/images/serverless-system-extension-jamf.png deleted file mode 100644 index 25175582a..000000000 Binary files a/images/serverless-system-extension-jamf.png and /dev/null differ diff --git a/images/serverless-table-view-icon.png b/images/serverless-table-view-icon.png deleted file mode 100644 index c761abfb3..000000000 Binary files a/images/serverless-table-view-icon.png and /dev/null differ diff --git a/images/serverless-tableDensityCompact.svg b/images/serverless-tableDensityCompact.svg deleted file mode 100644 index 9eabb5fe8..000000000 --- a/images/serverless-tableDensityCompact.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-tag-assignment.png b/images/serverless-tag-assignment.png deleted file mode 100644 index 92a78be5f..000000000 Binary files a/images/serverless-tag-assignment.png and /dev/null differ diff --git a/images/serverless-tag-management.png b/images/serverless-tag-management.png deleted file mode 100644 index 34addfe4d..000000000 Binary files a/images/serverless-tag-management.png and /dev/null differ diff --git a/images/serverless-time-series-expected-bounds-comparison.png b/images/serverless-time-series-expected-bounds-comparison.png deleted file mode 100644 index 6e705064e..000000000 Binary files a/images/serverless-time-series-expected-bounds-comparison.png and /dev/null differ diff --git a/images/serverless-timeline.svg b/images/serverless-timeline.svg deleted file mode 100644 index 12257170f..000000000 --- a/images/serverless-timeline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-timelineWithArrow.svg b/images/serverless-timelineWithArrow.svg deleted file mode 100644 index 1ee4bea88..000000000 --- a/images/serverless-timelineWithArrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-timeslider_map.gif b/images/serverless-timeslider_map.gif deleted file mode 100644 index 463adf9a9..000000000 Binary files a/images/serverless-timeslider_map.gif and /dev/null differ diff --git a/images/serverless-trace-explorer.png b/images/serverless-trace-explorer.png deleted file mode 100644 index 70c13f650..000000000 Binary files a/images/serverless-trace-explorer.png and /dev/null differ diff --git a/images/serverless-transform-management.png b/images/serverless-transform-management.png deleted file mode 100644 index 3b944ae56..000000000 Binary files a/images/serverless-transform-management.png and /dev/null differ diff --git a/images/serverless-trash.svg b/images/serverless-trash.svg deleted file mode 100644 index 5f3d6de04..000000000 --- a/images/serverless-trash.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-turn-on-risk-engine.png b/images/serverless-turn-on-risk-engine.png deleted file mode 100644 index 4bc05a67e..000000000 Binary files a/images/serverless-turn-on-risk-engine.png and /dev/null differ diff --git a/images/serverless-turn-on-system-metrics copy.png b/images/serverless-turn-on-system-metrics copy.png deleted file mode 100644 index 8393970b3..000000000 Binary files a/images/serverless-turn-on-system-metrics copy.png and /dev/null differ diff --git a/images/serverless-turn-on-system-metrics.png b/images/serverless-turn-on-system-metrics.png deleted file mode 100644 index 8393970b3..000000000 Binary files a/images/serverless-turn-on-system-metrics.png and /dev/null differ diff --git a/images/serverless-variables.png b/images/serverless-variables.png deleted file mode 100644 index 9b377ef3b..000000000 Binary files a/images/serverless-variables.png and /dev/null differ diff --git a/images/serverless-warning copy.svg b/images/serverless-warning copy.svg deleted file mode 100644 index 642f726c7..000000000 --- a/images/serverless-warning copy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-warning.svg b/images/serverless-warning.svg deleted file mode 100644 index 642f726c7..000000000 --- a/images/serverless-warning.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/images/serverless-wiz-config-finding-logs.png b/images/serverless-wiz-config-finding-logs.png deleted file mode 100644 index 26043a862..000000000 Binary files a/images/serverless-wiz-config-finding-logs.png and /dev/null differ diff --git a/images/serverless-wiz-config-vuln-logs.png b/images/serverless-wiz-config-vuln-logs.png deleted file mode 100644 index 714f40a37..000000000 Binary files a/images/serverless-wiz-config-vuln-logs.png and /dev/null differ diff --git a/images/serverless-wiz-findings.png b/images/serverless-wiz-findings.png deleted file mode 100644 index 4a5c2ea60..000000000 Binary files a/images/serverless-wiz-findings.png and /dev/null differ diff --git a/images/serverless-yellow-dot-icon.png b/images/serverless-yellow-dot-icon.png deleted file mode 100644 index be8e61f66..000000000 Binary files a/images/serverless-yellow-dot-icon.png and /dev/null differ diff --git a/images/serverless-yellow-service.png b/images/serverless-yellow-service.png deleted file mode 100644 index 43afd6250..000000000 Binary files a/images/serverless-yellow-service.png and /dev/null differ diff --git a/images/share-dashboard-copy-link.gif b/images/share-dashboard-copy-link.gif deleted file mode 100644 index 90054f848..000000000 Binary files a/images/share-dashboard-copy-link.gif and /dev/null differ diff --git a/images/share-dashboard.gif b/images/share-dashboard.gif deleted file mode 100644 index 3e0d47eb7..000000000 Binary files a/images/share-dashboard.gif and /dev/null differ diff --git a/images/stack-components-diagram.svg b/images/stack-components-diagram.svg deleted file mode 100644 index e59c6e5a7..000000000 --- a/images/stack-components-diagram.svg +++ /dev/null @@ -1,88 +0,0 @@ - - -Administer -Visualize -Alert -Analyze - -Index -Store -Search -Analyze - -Consolidate -Transform -Enrich - -Protect -Collect -Preprocess -Ship - - -Elasticsearch clients - -Fleet -and -Elastic Agent - - - - -Logstash - - - - -Kibana - - - - -Elasticsearch ingest pipelines - -Elasticsearch - -Beats - -APM - - - - -Other queues -and processors - - - - -Interfaces, -applications, -consumers, -websites - - - - -Other shippers and sources - -Consume - - -Store - -Ingest - - - - - - - - - - - - -Components of the Elastic Stack - \ No newline at end of file diff --git a/images/tutorial-field-more-info.gif b/images/tutorial-field-more-info.gif deleted file mode 100644 index f46e4de31..000000000 Binary files a/images/tutorial-field-more-info.gif and /dev/null differ diff --git a/reference/apm/observability/apm.md b/reference/apm/observability/apm.md index 6199aeafd..e8847c7dc 100644 --- a/reference/apm/observability/apm.md +++ b/reference/apm/observability/apm.md @@ -7,7 +7,7 @@ mapped_pages: Elastic APM is an application performance monitoring system built on the {{stack}}. It allows you to monitor software services and applications in real time, by collecting detailed performance information on response time for incoming requests, database queries, calls to caches, external HTTP requests, and more. This makes it easy to pinpoint and fix performance problems quickly. -:::{image} ../../../images/observability-apm-app-landing.png +:::{image} /reference/images/observability-apm-app-landing.png :alt: Applications UI in {kib} :screenshot: ::: diff --git a/images/observability-apm-app-landing.png b/reference/images/observability-apm-app-landing.png similarity index 100% rename from images/observability-apm-app-landing.png rename to reference/images/observability-apm-app-landing.png diff --git a/images/security-timeline-object-ui.png b/reference/images/security-timeline-object-ui.png similarity index 100% rename from images/security-timeline-object-ui.png rename to reference/images/security-timeline-object-ui.png diff --git a/reference/security/fields-and-object-schemas/timeline-object-schema.md b/reference/security/fields-and-object-schemas/timeline-object-schema.md index 99a2278de..21bc9a51b 100644 --- a/reference/security/fields-and-object-schemas/timeline-object-schema.md +++ b/reference/security/fields-and-object-schemas/timeline-object-schema.md @@ -19,7 +19,7 @@ All column, dropzone, and filter fields must be [ECS fields](ecs://reference/ind This screenshot maps the Timeline UI components to their JSON objects: -:::{image} ../../../images/security-timeline-object-ui.png +:::{image} /reference/images/security-timeline-object-ui.png :alt: timeline object ui :screenshot: ::: diff --git a/troubleshoot/monitoring/unavailable-nodes.md b/troubleshoot/monitoring/unavailable-nodes.md index f5fbff646..232232406 100644 --- a/troubleshoot/monitoring/unavailable-nodes.md +++ b/troubleshoot/monitoring/unavailable-nodes.md @@ -138,7 +138,7 @@ If your {{es}} cluster is unhealthy and reports a status of red, the scale up co 3. From your deployment menu, go to the **Edit** page and increase the **Size per zone** for the data tiers identified at step 2. - :::{image} /images/cloud-ec-increase-size-per-zone.png + :::{image} /troubleshoot/images/cloud-ec-increase-size-per-zone.png :alt: Increase size per zone ::: @@ -154,7 +154,7 @@ If your {{es}} cluster is unhealthy and reports a status of red, the scale up co 1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body). 2. From the {{es}} Service panel, click the **Quick link** icon corresponding to the deployment that you want to manage. - :::{image} /images/cloud-ec-quick-link-to-deployment.png + :::{image} /troubleshoot/images/cloud-ec-quick-link-to-deployment.png :alt: Quick link to the deployment page ::: @@ -220,7 +220,7 @@ By default, the allowed CPU usage threshold is set at 85%. 1. Log in to the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body). 2. From the {{es}} Service panel, click the **Quick link** icon corresponding to the deployment that you want to manage. - :::{image} /images/cloud-ec-quick-link-to-deployment.png + :::{image} /troubleshoot/images/cloud-ec-quick-link-to-deployment.png :alt: Quick link to the deployment page :::