From 30656b9f4ec9c18739a13a00526aaa88aafd409a Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi Date: Tue, 14 Oct 2025 17:52:58 +0200 Subject: [PATCH 1/5] Update step 3 that adds content to the dashboard --- explore-analyze/dashboards/create-dashboard.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/explore-analyze/dashboards/create-dashboard.md b/explore-analyze/dashboards/create-dashboard.md index 8cdd14c778..434cb69d39 100644 --- a/explore-analyze/dashboards/create-dashboard.md +++ b/explore-analyze/dashboards/create-dashboard.md @@ -15,8 +15,13 @@ products: When you create a dashboard, you are automatically in edit mode and can make changes to the dashboard. -3. Add content to the dashboard. You have several options covered in more detail in the [Visualizations section](../visualize.md#panels-editors): +3. Add content to the dashboard. You have several options covered in more detail in the [Visualizations section](../visualize.md#panels-editors). + * {applies_to}`stack: ga 9.2` + * [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}. + * **Add from library**. Select existing content that has already been configured and saved to the **Add from library flyout**. + + * {applies_to}`stack: ga 9.0` * [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}. * [**Add panel**](../visualize.md#panels-editors). Choose one of the available panels to add and configure content to your dashboard. * **Add from library**. Select existing content that has already been configured and saved to the **Visualize Library**. From a878c95d73f95ed73ecbb19a721b7ac201b10a7e Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi Date: Tue, 14 Oct 2025 18:09:29 +0200 Subject: [PATCH 2/5] Test applies switch --- explore-analyze/dashboards/create-dashboard.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/explore-analyze/dashboards/create-dashboard.md b/explore-analyze/dashboards/create-dashboard.md index 434cb69d39..ad7f92e8d8 100644 --- a/explore-analyze/dashboards/create-dashboard.md +++ b/explore-analyze/dashboards/create-dashboard.md @@ -17,17 +17,20 @@ products: 3. Add content to the dashboard. You have several options covered in more detail in the [Visualizations section](../visualize.md#panels-editors). - * {applies_to}`stack: ga 9.2` + :::::{applies-switch} + ::::{applies-item} { stack: ga 9.2, serverless: } * [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}. * **Add from library**. Select existing content that has already been configured and saved to the **Add from library flyout**. + :::: - * {applies_to}`stack: ga 9.0` + ::::{applies-item} stack: ga 9.0 * [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}. * [**Add panel**](../visualize.md#panels-editors). Choose one of the available panels to add and configure content to your dashboard. * **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](/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. From e2ecdf230a63c037cc1efa794515919a0c06793b Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:45:31 +0200 Subject: [PATCH 3/5] Update explore-analyze/dashboards/create-dashboard.md Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- explore-analyze/dashboards/create-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-analyze/dashboards/create-dashboard.md b/explore-analyze/dashboards/create-dashboard.md index ad7f92e8d8..9c03ea9c38 100644 --- a/explore-analyze/dashboards/create-dashboard.md +++ b/explore-analyze/dashboards/create-dashboard.md @@ -15,7 +15,7 @@ products: When you create a dashboard, you are automatically in edit mode and can make changes to the dashboard. -3. Add content to the dashboard. You have several options covered in more detail in the [Visualizations section](../visualize.md#panels-editors). +3. Add content to the dashboard. The following tabs show the available options in certain versions and deployment types. Some options are covered in more detail in the [Visualizations section](../visualize.md#panels-editors). :::::{applies-switch} ::::{applies-item} { stack: ga 9.2, serverless: } From f5fb0d51bccfa054d313fb25bcf49b04abdbc884 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Wed, 15 Oct 2025 08:14:09 +0200 Subject: [PATCH 4/5] Update create-dashboard.md formatting --- explore-analyze/dashboards/create-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-analyze/dashboards/create-dashboard.md b/explore-analyze/dashboards/create-dashboard.md index 9c03ea9c38..b0c7b8097a 100644 --- a/explore-analyze/dashboards/create-dashboard.md +++ b/explore-analyze/dashboards/create-dashboard.md @@ -20,7 +20,7 @@ products: :::::{applies-switch} ::::{applies-item} { stack: ga 9.2, serverless: } * [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}. - * **Add from library**. Select existing content that has already been configured and saved to the **Add from library flyout**. + * **Add from library**. Select existing content that has already been configured and saved to the **Add from library** flyout. :::: ::::{applies-item} stack: ga 9.0 From c9de035f6d541733de2a1cc675a17c21aca56451 Mon Sep 17 00:00:00 2001 From: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> Date: Wed, 15 Oct 2025 12:58:35 +0200 Subject: [PATCH 5/5] Update explore-analyze/dashboards/create-dashboard.md Co-authored-by: florent-leborgne --- .../dashboards/create-dashboard.md | 22 +++++-------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/explore-analyze/dashboards/create-dashboard.md b/explore-analyze/dashboards/create-dashboard.md index b0c7b8097a..8b93bf5c02 100644 --- a/explore-analyze/dashboards/create-dashboard.md +++ b/explore-analyze/dashboards/create-dashboard.md @@ -15,22 +15,12 @@ products: When you create a dashboard, you are automatically in edit mode and can make changes to the dashboard. -3. Add content to the dashboard. The following tabs show the available options in certain versions and deployment types. Some options are covered in more detail in the [Visualizations section](../visualize.md#panels-editors). - - :::::{applies-switch} - ::::{applies-item} { stack: ga 9.2, serverless: } - * [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}. - * **Add from library**. Select existing content that has already been configured and saved to the **Add from library** flyout. - :::: - - ::::{applies-item} stack: ga 9.0 - * [**Create visualization**](../visualize/lens.md). This option is a shortcut to create a chart using **Lens**, the default visualization editor in {{kib}}. - * [**Add panel**](../visualize.md#panels-editors). Choose one of the available panels to add and configure content to your dashboard. - * **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](/explore-analyze/images/kibana-add_content_to_dashboard_8.15.0.png "title =60%") - :::: +3. Populate your dashboard with the content that you need. You can: + + * [**Add new visualizations**](../visualize.md#panels-editors). Create a chart using [Lens](../visualize/lens.md), the default visualization editor in {{kib}}, or other visualizations such as [Maps](../visualize/maps.md). + * [**Add existing content from the library**](../visualize/visualize-library.md). Select existing visualizations or Discover sessions that have already been configured and saved to the **Visualize Library**. + * [**Add annotations or navigation panels**](../visualize.md#panels-editors). Make your dashboard more informative and easier to read with sections, text, and images. + * [**Add controls**](add-controls.md). Define a set of interactive filters (options lists, range or time sliders) that you and future users of this dashboard can use to explore its data. 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.