Skip to content
Merged
1 change: 1 addition & 0 deletions explore-analyze/dashboards/create-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Before creating a dashboard, ensure you have:
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 {{product.kibana}}, or other visualizations such as [Maps](../visualize/maps.md).
* {applies_to}`stack: ga 9.4` **Add a new Discover session**. Select **Discover session** under **New panel** to create a [Discover](../discover.md) session directly in your dashboard without saving it to the library first. {{product.kibana}} opens Discover where you configure your exploration, then saves it and returns you to the dashboard with the new panel.
Comment thread
florent-leborgne marked this conversation as resolved.
Outdated
* [**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.
Expand Down
1 change: 1 addition & 0 deletions explore-analyze/visualize.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| --- | --- | --- |
| Visualizations | [Lens](visualize/lens.md) | Create powerful charts in {{kib}}. This is the default editor. |
| | [{{esql}}](/explore-analyze/query-filter/languages/esql-kibana.md) | Create visualizations from {{esql}} queries |
| | [Discover sessions](discover.md) {applies_to}`stack: ga 9.4` {applies_to}`serverless: ga` | Create a [Discover session](../discover.md) session directly in your dashboard without saving it to the library |

Check failure on line 23 in explore-analyze/visualize.md

View workflow job for this annotation

GitHub Actions / build / build

`../discover.md` does not exist. If it was recently removed add a redirect. resolved to `/github/workspace/discover.md`
Comment thread
florent-leborgne marked this conversation as resolved.
Outdated
| | [Maps](visualize/maps.md) | Create beautiful displays of your geographical data |
| | [Alerts](visualize/alert-panels.md) | View Observability or Security alerts in your dashboard |
| | [Custom visualizations](visualize/custom-visualizations-with-vega.md) | Use Vega to create new types of visualizations |
Expand Down
Loading