Skip to content

Commit

Permalink
Merge branch 'main' into esql-visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Jul 31, 2024
2 parents df106c1 + 204db75 commit ed53219
Show file tree
Hide file tree
Showing 201 changed files with 589 additions and 8,498 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ packages/kbn-discover-utils @elastic/kibana-data-discovery
packages/kbn-doc-links @elastic/docs
packages/kbn-docs-utils @elastic/kibana-operations
packages/kbn-dom-drag-drop @elastic/kibana-visualizations @elastic/kibana-data-discovery
packages/analytics/ebt @elastic/kibana-core
packages/kbn-ebt-tools @elastic/kibana-core
x-pack/packages/security-solution/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore
x-pack/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore
Expand Down
5 changes: 5 additions & 0 deletions docs/user/dashboard/dashboard.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ When you create a dashboard, you are automatically in edit mode and can make cha

* To open an existing dashboard, click the dashboard *Title* you want to open.
+
TIP: When looking for a specific dashboard, you can filter them by tag or by creator, or search the list based on their name and description. Note that the creator information is only available for dashboards created on or after version 8.14.
+
When you open an existing dashboard, you are in view mode. To make changes to the dashboard, click *Edit* in the toolbar.


[float]
[[create-panels-with-lens]]
=== Create and add panels
Expand Down Expand Up @@ -450,4 +453,6 @@ include::create-panels-with-editors.asciidoc[]

include::make-dashboards-interactive.asciidoc[]

include::find-dashboards.asciidoc[]

include::dashboard-troubleshooting.asciidoc[]
29 changes: 29 additions & 0 deletions docs/user/dashboard/find-dashboards.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[[find-dashboards]]
== Search and filter dashboards

When looking for specific dashboards to open or share, several actions are available to you to help you find them quicker.

**Search by name, description, or tag**

On your list of **Dashboards**, use the search field to look for specific terms. These terms will be highlighted in real time in your dashboard list to help you locate what's relevant to you.

**Filter by tag**

When creating or editing dashboards, you can assign them tags that allow you to retrieve them faster in the future.

On your dashboard list, you have an option that lets you filter dashboards in or out based on their tags.

**Filter by creator**

The user who created or imported a dashboard is identified as the dashboard's **creator**. This information is visible right from the dashboard list, and you can filter that list by creator.

Similarly, managed dashboards created by integrations are identified as created by Elastic.

NOTE: The creator information is only available for dashboards created on or after version 8.14. For dashboards from previous versions, the creator is empty.

image::images/dashboard-filter-by-creator.png[Option to filter the list of dashboards by creator]

**Sort by name or last update date**

You can sort the dashboard list based on their name or their last update date.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,6 @@ Now that you have a complete overview of your web server data, save the dashboar

. Select *Store time with dashboard*.

. Click *Save*.
. Click *Save*. You will be identified as the **creator** of the dashboard. If you or another user edit the dashboard, you can also view the **last editor** when checking the dashboard information.

image::images/dashboard-creator-editor.png[Information panel of a dashboard showing its creator and last editor]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"@elastic/apm-rum-react": "^2.0.3",
"@elastic/charts": "66.1.0",
"@elastic/datemath": "5.0.3",
"@elastic/ebt": "1.0.0",
"@elastic/ecs": "^8.11.1",
"@elastic/elasticsearch": "^8.14.0",
"@elastic/ems-client": "8.5.3",
Expand Down Expand Up @@ -436,7 +437,6 @@
"@kbn/discover-utils": "link:packages/kbn-discover-utils",
"@kbn/doc-links": "link:packages/kbn-doc-links",
"@kbn/dom-drag-drop": "link:packages/kbn-dom-drag-drop",
"@kbn/ebt": "link:packages/analytics/ebt",
"@kbn/ebt-tools": "link:packages/kbn-ebt-tools",
"@kbn/ecs-data-quality-dashboard": "link:x-pack/packages/security-solution/ecs_data_quality_dashboard",
"@kbn/ecs-data-quality-dashboard-plugin": "link:x-pack/plugins/ecs_data_quality_dashboard",
Expand Down
11 changes: 0 additions & 11 deletions packages/analytics/ebt/README.md

This file was deleted.

Loading

0 comments on commit ed53219

Please sign in to comment.