Skip to content

Commit db39e05

Browse files
Delete all images at top level dir (#868)
Final image clean up after #861, #862, #863, #864, #865, #866, and #867 are merged.
1 parent 60703ec commit db39e05

File tree

3,254 files changed

+85
-2105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,254 files changed

+85
-2105
lines changed

explore-analyze/dashboards/add-controls.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ There are three types of controls:
1414

1515
* [**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.
1616
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.
17-
![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%")
17+
![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%")
1818

1919
* [**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.
2020
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.
21-
![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%")
21+
![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%")
2222

2323
* [**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.
2424
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.
25-
![Time slider control for the the Last 7 days](../../images/dashboard_timeslidercontrol_8.17.0.gif)
25+
![Time slider control for the the Last 7 days](/explore-analyze/images/dashboard_timeslidercontrol_8.17.0.gif)
2626

2727

2828

@@ -32,7 +32,7 @@ To add interactive Options list and Range slider controls, create the controls,
3232

3333
1. Open or create a new dashboard.
3434
2. In **Edit** mode, select **Controls** > **Add control** in the dashboard toolbar.
35-
![Controls button in the toolbar with the Add Control option selected](../../images/kibana-dashboard-add-control-8.15.0.png "title =60%")
35+
![Controls button in the toolbar with the Add Control option selected](/explore-analyze/images/kibana-dashboard-add-control-8.15.0.png "title =60%")
3636

3737
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**.
3838
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.
7777

7878
1. Open or create a new dashboard.
7979
2. In **Edit** mode, select **Controls** > **Add time slider control**.
80-
![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%")
80+
![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%")
8181

8282
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).
8383
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.
8888
Several settings that apply to all controls of the same dashboard are available.
8989

9090
1. In **Edit** mode, select **Controls** > **Settings**.
91-
![Controls button in the toolbar with the Settings option selected](../../images/kibana-dashboard-controls-settings-8.15.0.png "title =60%")
91+
![Controls button in the toolbar with the Settings option selected](/explore-analyze/images/kibana-dashboard-controls-settings-8.15.0.png "title =60%")
9292

9393
2. On the **Control settings** flyout, configure the following settings:
9494

@@ -113,7 +113,7 @@ Several settings that apply to all controls of the same dashboard are available.
113113

114114
Change the settings for the Options list and Range slider controls.
115115

116-
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 "").
116+
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 "").
117117
2. On the **Edit control** flyout, change the options, then click **Save and close**.
118118

119119
## Add controls from your ES|QL visualization's query [add-esql-control]
@@ -122,8 +122,8 @@ stack: preview
122122
serverless: preview
123123
```
124124

125-
You can bind controls to your ES|QL visualizations in dashboards. When creating an ES|QL visualization, the autocomplete suggestions
126-
prompt control insertion for field values, field names, function configuration, and function names. This enables controls that only
125+
You can bind controls to your ES|QL visualizations in dashboards. When creating an ES|QL visualization, the autocomplete suggestions
126+
prompt control insertion for field values, field names, function configuration, and function names. This enables controls that only
127127
apply to a specific panel, and exposes visualization configuration such as date histogram interval controls to dashboard users.
128128

129129
:::{note}
@@ -179,5 +179,5 @@ Currently, only **Options lists** with static values are supported for ES|QL-bas
179179

180180
Remove controls from your dashboard.
181181

182-
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 "").
182+
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 "").
183183
2. On the **Delete control?** window, click **Delete**.

explore-analyze/dashboards/create-dashboard-of-panels-with-ecommerce-data.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this tutorial, you’ll use the ecommerce sample data to analyze sales trends
1212

1313
When you’re done, you’ll have a complete overview of the sample web logs data.
1414

15-
:::{image} ../../images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png
15+
:::{image} /explore-analyze/images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png
1616
:alt: Final dashboard with eCommerce sample data
1717
:screenshot:
1818
:::
@@ -47,7 +47,7 @@ To analyze the data with a custom time interval, create a bar chart that shows y
4747

4848
2. To zoom in on the data, click and drag your cursor across the bars.
4949

50-
:::{image} ../../images/kibana-lens_clickAndDragZoom_7.16.gif
50+
:::{image} /explore-analyze/images/kibana-lens_clickAndDragZoom_7.16.gif
5151
:alt: Cursor clicking and dragging across the bars to zoom in on the data
5252
:screenshot:
5353
:::
@@ -82,7 +82,7 @@ To identify the 75th percentile of orders, add a reference line:
8282

8383
4. Click **Close**.
8484

85-
:::{image} ../../images/kibana-lens_barChartCustomTimeInterval_8.3.png
85+
:::{image} /explore-analyze/images/kibana-lens_barChartCustomTimeInterval_8.3.png
8686
:alt: Orders per day
8787
:screenshot:
8888
:::
@@ -110,7 +110,7 @@ To copy a function, you drag it to the **Add or drag-and-drop a field** area wit
110110

111111
1. Drag the **95th** field to **Add or drag-and-drop a field** for **Vertical axis**.
112112

113-
:::{image} ../../images/drag-and-drop-a-field-8.16.0.gif
113+
:::{image} /explore-analyze/images/drag-and-drop-a-field-8.16.0.gif
114114
:alt: Easily duplicate the items with drag and drop
115115
:screenshot:
116116
:::
@@ -120,7 +120,7 @@ To copy a function, you drag it to the **Add or drag-and-drop a field** area wit
120120
4. To create the `50th` and `10th` percentiles, repeat the duplication steps.
121121
5. Open the **Left Axis** menu, select **Custom** from the **Axis title** dropdown, then enter `Percentiles for product prices` in the **Axis title** field.
122122

123-
:::{image} ../../images/kibana-lens_lineChartMultipleDataSeries_7.16.png
123+
:::{image} /explore-analyze/images/kibana-lens_lineChartMultipleDataSeries_7.16.png
124124
:alt: Percentiles for product prices chart
125125
:screenshot:
126126
:::
@@ -153,14 +153,14 @@ Add a layer to display the customer traffic:
153153
2. In the **Series color** field, enter `#D36086`.
154154
3. Click **Right** for the **Axis side**, then click **Close**.
155155

156-
:::{image} ../../images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png
156+
:::{image} /explore-analyze/images/kibana-lens_advancedTutorial_numberOfCustomers_8.5.0.png
157157
:alt: Number of customers area chart in Lens
158158
:::
159159

160160
4. From the **Available fields** list, drag **order_date** to the **Horizontal Axis** field in the second layer.
161161
5. To change the position of the legend, open the **Legend** menu, then select the **Alignment** arrow that points up.
162162

163-
:::{image} ../../images/kibana-lens_mixedXYChart_7.16.png
163+
:::{image} /explore-analyze/images/kibana-lens_mixedXYChart_7.16.png
164164
:alt: Layer visualization type menu
165165
:screenshot:
166166
:::
@@ -200,7 +200,7 @@ For each order category, create a filter:
200200
6. Click **Close**.
201201
7. Open the **Legend** menu, then select the **Alignment** arrow that points up.
202202

203-
:::{image} ../../images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png
203+
:::{image} /explore-analyze/images/kibana-lens_areaPercentageNumberOfOrdersByCategory_8.3.png
204204
:alt: Prices share by category
205205
:screenshot:
206206
:::
@@ -236,7 +236,7 @@ Filter the results to display the data for only Saturday and Sunday:
236236
4. Click **Close**.
237237
5. Open the **Legend** menu, then click **Hide** next to **Display**.
238238

239-
:::{image} ../../images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png
239+
:::{image} /explore-analyze/images/kibana-lens_areaChartCumulativeNumberOfSalesOnWeekend_7.16.png
240240
:alt: Area chart with cumulative sum of orders made on the weekend
241241
:screenshot:
242242
:width: 50%
@@ -339,7 +339,7 @@ Now that you have a complete overview of your eCommerce sales data, save the das
339339
3. Select **Store time with dashboard**.
340340
4. Click **Save**.
341341

342-
:::{image} ../../images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png
342+
:::{image} /explore-analyze/images/kibana-lens_timeSeriesDataTutorialDashboard_8.3.png
343343
:alt: Final dashboard with eCommerce sample data
344344
:screenshot:
345345
:::

explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Learn the most common ways to create a dashboard from your own data. The tutoria
1212

1313
When you’re done, you’ll have a complete overview of the sample web logs data.
1414

15-
:::{image} ../../images/kibana-lens_logsDashboard_8.4.0.png
15+
:::{image} /explore-analyze/images/kibana-lens_logsDashboard_8.4.0.png
1616
:alt: Logs dashboard
1717
:screenshot:
1818
:::
@@ -35,7 +35,7 @@ Open the visualization editor, then make sure the correct fields appear.
3535
1. On the dashboard, click **Create visualization**.
3636
2. Make sure the **{{kib}} Sample Data Logs** {{data-source}} appears.
3737

38-
:::{image} ../../images/kibana-lens_dataViewDropDown_8.4.0.png
38+
:::{image} /explore-analyze/images/kibana-lens_dataViewDropDown_8.4.0.png
3939
:alt: Data view dropdown
4040
:screenshot:
4141
:::
@@ -66,14 +66,14 @@ The only number function that you can use with **clientip** is **Unique count**,
6666

6767
1. Open the **Visualization type** dropdown, then select **Metric**.
6868

69-
:::{image} ../../images/kibana-visualization-type-dropdown-8.16.0.png
69+
:::{image} /explore-analyze/images/kibana-visualization-type-dropdown-8.16.0.png
7070
:alt: Visualization type dropdown
7171
:screenshot:
7272
:::
7373

7474
2. From the **Available fields** list, drag **clientip** to the workspace or layer pane.
7575

76-
:::{image} ../../images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png
76+
:::{image} /explore-analyze/images/kibana-tutorial-unique-count-of-client-ip-8.16.0.png
7777
:alt: Metric visualization of the clientip field
7878
:screenshot:
7979
:::
@@ -125,15 +125,15 @@ To save space on the dashboard, hide the axis labels.
125125

126126
1. Open the **Left axis** menu, then select **None** from the **Axis title** dropdown.
127127

128-
:::{image} ../../images/kibana-line-chart-left-axis-8.16.0.png
128+
:::{image} /explore-analyze/images/kibana-line-chart-left-axis-8.16.0.png
129129
:alt: Left axis menu
130130
:screenshot:
131131
:width: 50%
132132
:::
133133

134134
2. Open the **Bottom axis** menu, then select **None** from the **Axis title** dropdown.
135135

136-
:::{image} ../../images/kibana-line-chart-bottom-axis-8.16.0.png
136+
:::{image} /explore-analyze/images/kibana-line-chart-bottom-axis-8.16.0.png
137137
:alt: Bottom axis menu
138138
:screenshot:
139139
:width: 50%
@@ -146,7 +146,7 @@ Since you removed the axis labels, add a panel title:
146146
1. Hover over the panel and click ![Settings icon](/explore-analyze/images/kibana-settings-icon-hover-action.png ""). The **Settings** flyout appears.
147147
2. In the **Title** field, enter `Median of bytes`, then click **Apply**.
148148

149-
:::{image} ../../images/kibana-lens_lineChartMetricOverTime_8.4.0.png
149+
:::{image} /explore-analyze/images/kibana-lens_lineChartMetricOverTime_8.4.0.png
150150
:alt: Line chart that displays metric data over time
151151
:screenshot:
152152
:width: 50%
@@ -167,7 +167,7 @@ The **Top values** function ranks the unique values of a field by another functi
167167

168168
3. Drag **request.keyword** to the workspace.
169169

170-
:::{image} ../../images/kibana-tutorial-top-values-of-field-8.16.0.png
170+
:::{image} /explore-analyze/images/kibana-tutorial-top-values-of-field-8.16.0.png
171171
:alt: Vertical bar chart with top values of request.keyword by most unique visitors
172172
:screenshot:
173173
:width: 50%
@@ -180,7 +180,7 @@ The chart labels are unable to display because the **request.keyword** field con
180180

181181
1. Open the **Visualization type** dropdown, then select **Table**.
182182

183-
:::{image} ../../images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png
183+
:::{image} /explore-analyze/images/kibana-table-with-request-keyword-and-client-ip-8.16.0.png
184184
:alt: Table with top values of request.keyword by most unique visitors
185185
:screenshot:
186186
:width: 50%
@@ -192,7 +192,7 @@ The chart labels are unable to display because the **request.keyword** field con
192192
2. In the **Name** field, enter `Page URL`.
193193
3. Click **Close**.
194194

195-
:::{image} ../../images/kibana-lens_tableTopFieldValues_7.16.png
195+
:::{image} /explore-analyze/images/kibana-lens_tableTopFieldValues_7.16.png
196196
:alt: Table that displays the top field values
197197
:screenshot:
198198
:width: 50%
@@ -240,7 +240,7 @@ To display the values as a percentage of the sum of all values, use the **Pie**
240240

241241
1. Open the **Visualization Type** dropdown, then select **Pie**.
242242

243-
:::{image} ../../images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png
243+
:::{image} /explore-analyze/images/kibana-lens_pieChartCompareSubsetOfDocs_7.16.png
244244
:alt: Pie chart that compares a subset of documents to all documents
245245
:screenshot:
246246
:width: 50%
@@ -269,7 +269,7 @@ The distribution of a number can help you find patterns. For example, you can an
269269
4. From the **Available fields** list, drag **hour_of_day** to **Horizontal axis** field in the layer pane.
270270
5. In the layer pane, click **hour_of_day**, then slide the **Intervals granularity** slider until the horizontal axis displays hourly intervals.
271271

272-
:::{image} ../../images/kibana-lens_barChartDistributionOfNumberField_7.16.png
272+
:::{image} /explore-analyze/images/kibana-lens_barChartDistributionOfNumberField_7.16.png
273273
:alt: Bar chart that displays the distribution of a number field
274274
:screenshot:
275275
:width: 60%
@@ -329,7 +329,7 @@ Remove the documents that do not match the filter criteria:
329329
1. In the layer pane, click **Top 3 values of geo.srcdest**.
330330
2. Click **Advanced**, deselect **Group other values as "Other"**, then click **Close**.
331331

332-
:::{image} ../../images/kibana-lens_treemapMultiLevelChart_7.16.png
332+
:::{image} /explore-analyze/images/kibana-lens_treemapMultiLevelChart_7.16.png
333333
:alt: Treemap visualization
334334
:screenshot:
335335
:width: 50%
@@ -354,7 +354,7 @@ Decrease the size of the following panels, then move the panels to the first row
354354
* **Sum of bytes from large requests**
355355
* **Website traffic**
356356

357-
:::{image} ../../images/kibana-lens_logsDashboard_8.4.0.png
357+
:::{image} /explore-analyze/images/kibana-lens_logsDashboard_8.4.0.png
358358
:alt: Logs dashboard
359359
:screenshot:
360360
:::

explore-analyze/dashboards/create-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mapped_pages:
2020
* **Add from library**. Select existing content that has already been configured and saved to the **Visualize Library**.
2121
* [**Controls**](add-controls.md). Add controls to help filter the content of your dashboard.
2222

23-
![Options to add content to your dashboard](../../images/kibana-add_content_to_dashboard_8.15.0.png "title =60%")
23+
![Options to add content to your dashboard](/explore-analyze/images/kibana-add_content_to_dashboard_8.15.0.png "title =60%")
2424

2525
4. Organize your dashboard by [organizing the various panels](arrange-panels.md).
2626
5. Define the main settings of your dashboard from the **Settings** menu located in the toolbar.

0 commit comments

Comments
 (0)