You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/building.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@ products:
11
11
12
12
# Build dashboards [create-dashboards]
13
13
14
-
Dashboards in {{kib}} combine multiple visualizations, metrics, and controls into a single view that tells a story about your data. You can create dashboards from scratch, start with templates, or assemble panels from the Visualize Library.
14
+
Dashboards in {{product.kibana}} combine multiple visualizations, metrics, and controls into a single view that tells a story about your data. You can create dashboards from scratch, start with templates, or assemble panels from the Visualize Library.
15
15
16
-
This section covers the key concepts and requirements for building dashboards. To get started, you need indexed data in {{es}} and a {{data-source}} that defines which data to analyze.
16
+
This section covers the key concepts and requirements for building dashboards. To get started, you need indexed data in {{product.elasticsearch}} and a {{data-source}} that defines which data to analyze.
17
17
18
18
$$$dashboard-minimum-requirements$$$
19
19
To create or edit dashboards, you first need to:
20
20
21
-
* have [data indexed into {{es}}](/manage-data/ingest.md) and a [data view](../find-and-organize/data-views.md). A data view is a subset of your {{es}} data, and allows you to load just the right data when building a visualization or exploring it.
21
+
* have [data indexed into {{product.elasticsearch}}](/manage-data/ingest.md) and a [data view](../find-and-organize/data-views.md). A data view is a subset of your {{product.elasticsearch}} data, and allows you to load just the right data when building a visualization or exploring it.
22
22
23
23
::::{tip}
24
24
If you don’t have data at hand and still want to explore dashboards, you can import one of the [sample data sets](../../manage-data/ingest/sample-data.md) available.
25
25
::::
26
26
27
-
* have sufficient permissions on the **Dashboard** feature. If that’s not the case, you might get a read-only indicator. A {{kib}} administrator can [grant you the required privileges](../../deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md).
27
+
* have sufficient permissions on the **Dashboard** feature. If that’s not the case, you might get a read-only indicator. A {{product.kibana}} administrator can [grant you the required privileges](../../deploy-manage/users-roles/cluster-or-deployment-auth/kibana-privileges.md).
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/create-dashboard-of-panels-with-web-server-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ products:
11
11
12
12
# Create a dashboard to monitor website logs [create-a-dashboard-of-panels-with-web-server-data]
13
13
14
-
In this tutorial, you'll learn the most common visualization patterns for creating dashboards in {{kib}}. You'll explore how to build metric panels, line charts, tables, pie charts, and other visualizations using Lens, the default visualization editor. By the end, you'll understand the fundamental workflows for transforming raw data into meaningful dashboards.
14
+
In this tutorial, you'll learn the most common visualization patterns for creating dashboards in {{product.kibana}}. You'll explore how to build metric panels, line charts, tables, pie charts, and other visualizations using Lens, the default visualization editor. By the end, you'll understand the fundamental workflows for transforming raw data into meaningful dashboards.
15
15
16
16
The tutorial uses web server log data from the analyst perspective, but these techniques apply to any data set.
17
17
18
18
**Prerequisites:**
19
19
20
-
- Access to {{kib}} (version 8.0 or later)
20
+
- Access to {{product.kibana}} (version 8.0 or later)
21
21
- Web logs sample data installed (instructions below)
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/create-dashboard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,22 +17,22 @@ This guide walks through the process of creating a new dashboard, adding content
17
17
18
18
To create a dashboard:
19
19
20
-
1. Open the **Dashboards** page in {{kib}}.
20
+
1. Open the **Dashboards** page in {{product.kibana}}.
21
21
2. Select **Create dashboard** to start with an empty dashboard.
22
22
23
23
When you create a dashboard, you are automatically in edit mode and can make changes to the dashboard.
24
24
25
25
3. Populate your dashboard with the content that you need. You can:
26
26
27
-
*[**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).
27
+
*[**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).
28
28
*[**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**.
29
29
*[**Add annotations or navigation panels**](../visualize.md#panels-editors). Make your dashboard more informative and easier to read with sections, text, and images.
30
30
*[**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.
31
31
32
32
4. Organize your dashboard by [organizing the various panels](arrange-panels.md).
33
33
5. Define the main settings of your dashboard from the **Settings** menu located in the toolbar.
34
34
35
-
1. A meaningful title, description, and [tags](../find-and-organize/tags.md) allow you to find the dashboard quickly later when browsing your list of dashboards or using the {{kib}} search bar.
35
+
1. A meaningful title, description, and [tags](../find-and-organize/tags.md) allow you to find the dashboard quickly later when browsing your list of dashboards or using the {{product.kibana}} search bar.
36
36
2. Additional display options allow you unify the look and feel of the dashboard’s panels:
37
37
38
38
***Store time with dashboard** — Saves the specified time filter.
9. In the list of {{kib}} repository issues, verify that the slice value appears.
132
+
9. In the list of {{product.kibana}} repository issues, verify that the slice value appears.
133
133
134
134

135
135
@@ -213,7 +213,7 @@ Example:
213
213
214
214
**rison**
215
215
216
-
Serialize variables in [rison](https://github.com/w33ble/rison-node) format. Rison is a common format for{{kib}} apps for storing statein the URL.
216
+
Serialize variables in [rison](https://github.com/w33ble/rison-node) format. Rison is a common format for{{product.kibana}} apps for storing statein the URL.
217
217
218
218
Example:
219
219
@@ -347,11 +347,11 @@ To ensure that the configured URL drilldown works as expected with your data, yo
347
347
348
348
| Source | Variable | Description |
349
349
| --- | --- | --- |
350
-
|**Global**| kibanaUrl | {{kib}} base URL. Useful for creating URL drilldowns that navigate within {{kib}}. |
350
+
|**Global**| kibanaUrl | {{product.kibana}} base URL. Useful for creating URL drilldowns that navigate within {{product.kibana}}. |
351
351
|**Context**| context.panel | Context provided by current dashboard panel. |
352
352
|| context.panel.id | ID of a panel. |
353
353
|| context.panel.title | Title of a panel. |
354
-
|| context.panel.filters | List of {{kib}} filters applied to a panel.<br>Tip: Use in combination with [rison](#helpers) helper forinternal {{kib}} navigations with carrying over current filters. |
354
+
|| context.panel.filters | List of {{product.kibana}} filters applied to a panel.<br>Tip: Use in combination with [rison](#helpers) helper forinternal {{product.kibana}} navigations with carrying over current filters. |
355
355
|| context.panel.query.query | Current query string. |
356
356
|| context.panel.query.language | Current query language. |
357
357
|| context.panel.timeRange.from<br>context.panel.timeRange.to | Current time picker values.<br>Tip: Use in combination with [date](#helpers) helper to format date. |
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/import-dashboards.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ products:
11
11
12
12
# Import dashboards [_import_dashboards]
13
13
14
-
To move dashboards between {{kib}} instances or restore dashboards from backup, use the import feature. Import works with NDJSON files that contain dashboard definitions and their dependencies.
14
+
To move dashboards between {{product.kibana}} instances or restore dashboards from backup, use the import feature. Import works with NDJSON files that contain dashboard definitions and their dependencies.
15
15
16
-
When you import a dashboard, {{kib}} also imports related objects like {{data-sources}} and visualizations. You can control whether to overwrite existing objects or create new ones with random IDs to avoid conflicts.
16
+
When you import a dashboard, {{product.kibana}} also imports related objects like {{data-sources}} and visualizations. You can control whether to overwrite existing objects or create new ones with random IDs to avoid conflicts.
17
17
18
18
***Check for existing objects**: When selected, objects are not imported when another object with the same ID already exists in this space or cluster. For example, if you import a dashboard that uses a data view which already exists, the data view is not imported and the dashboard uses the existing data view instead. You can also chose to select manually which of the imported or the existing objects are kept by selecting **Request action on conflict**.
19
19
***Create new objects with random IDs**: All related objects are imported and are assigned a new ID to avoid conflicts.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/managing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ products:
11
11
12
12
# Manage dashboards [_manage_dashboards]
13
13
14
-
As your collection of dashboards grows, you need efficient ways to find, organize, and track them. {{kib}} provides search, filtering, and tagging capabilities to help you locate specific dashboards quickly, plus favorites and usage tracking to monitor which dashboards your team relies on most.
14
+
As your collection of dashboards grows, you need efficient ways to find, organize, and track them. {{product.kibana}} provides search, filtering, and tagging capabilities to help you locate specific dashboards quickly, plus favorites and usage tracking to monitor which dashboards your team relies on most.
15
15
16
16
This guide shows you how to search dashboards by name or tag, filter by creator, mark favorites, and view usage statistics.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/sharing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,4 +37,4 @@ You can export dashboards from **Stack Management** > **Saved Objects**. To conf
37
37
38
38

39
39
40
-
To automate {{kib}}, you can export dashboards as NDJSON using the [Export saved objects API](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-saved-objects). It is important to export dashboards with all necessary references.
40
+
To automate {{product.kibana}}, you can export dashboards as NDJSON using the [Export saved objects API](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-saved-objects). It is important to export dashboards with all necessary references.
Copy file name to clipboardExpand all lines: explore-analyze/dashboards/tutorials.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ products:
13
13
14
14
These step-by-step tutorials walk you through building complete dashboards from start to finish. Each tutorial demonstrates specific visualization techniques and analytical workflows that you can apply to your own data.
15
15
16
-
While the tutorials use {{kib}} sample data sets for convenience, the techniques and approaches work with any compatible data source. Choose a tutorial based on the type of analysis you want to perform.
16
+
While the tutorials use {{product.kibana}} sample data sets for convenience, the techniques and approaches work with any compatible data source. Choose a tutorial based on the type of analysis you want to perform.
0 commit comments