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: dev_docs/key_concepts/building_blocks.mdx
+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
@@ -42,7 +42,7 @@ and <DocLink id="kibBuildingBlocks" section="index-patterns" text="Index Pattern
42
42
### Dashboard Embeddable
43
43
44
44
Add a Dashboard Embeddable directly inside your application to provide users with a set of visualizations and graphs that work seamlessly
45
-
with the <DocLinkid="kibBuildingBlocks"section="query-bar"text="Query Bar"/>. Every feature that is added to a registered <DocLinkid="kibBuildingBlocks"section="embeddables"text="Embeddable" /> (Lens, Maps, Saved Searches and more) will be available automatically, as well as any <DocLinkid="kibBuildingBlocks"section="ui-actions--triggers"text="UI Actions" /> that are added to the Embeddable context menu panel (for example, drilldowns, custom panel time ranges, and "share to" features).
45
+
with the <DocLinkid="kibBuildingBlocks"section="query-bar"text="Query Bar"/>. Every feature that is added to a registered <DocLinkid="kibBuildingBlocks"section="embeddables"text="Embeddable" /> (Lens, Maps, Discover sessions and more) will be available automatically, as well as any <DocLinkid="kibBuildingBlocks"section="ui-actions--triggers"text="UI Actions" /> that are added to the Embeddable context menu panel (for example, drilldowns, custom panel time ranges, and "share to" features).
46
46
47
47
The Dashboard Embeddable is one of the highest-level UI components you can add to your application.
Copy file name to clipboardExpand all lines: docs/discover/search.asciidoc
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,10 +92,10 @@ status:[400 TO 499] AND (extension:php OR extension:html)
92
92
93
93
94
94
[[save-open-search]]
95
-
=== Save a search
96
-
A saved search persists your current view of Discover for later retrieval and reuse. You can reload a saved search into Discover, add it to a dashboard, and use it as the basis for a visualization.
95
+
=== Save a Discover session
96
+
A saved Discover session persists your current view of Discover for later retrieval and reuse. You can reload a saved session into Discover, add it to a dashboard, and use it as the basis for a visualization.
97
97
98
-
A saved search includes the query text, filters, and optionally, the time filter. A saved search also includes the selected columns in the document table, the sort order, and the current index pattern.
98
+
A Discover session includes the query text, filters, and optionally, the time filter. A Discover session also includes the selected columns in the document table, the sort order, and the current {data-source}.
99
99
100
100
[role="xpack"]
101
101
[[discover-read-only-access]]
@@ -107,23 +107,23 @@ Kibana see <<xpack-security-authorization>>.
107
107
[role="screenshot"]
108
108
image::discover/images/read-only-badge.png[Example of Discover's read only access indicator in Kibana's header]
109
109
110
-
==== Save a search
111
-
To save the current search:
110
+
==== Save a Discover session
111
+
To save the current session:
112
112
113
113
. Click *Save* in the toolbar.
114
-
. Enter a name for the search and click *Save*.
114
+
. Enter a name for the session and click *Save*.
115
115
116
-
To import, export, and delete saved searches, go to the *Saved Objects* management page using the navigation menu or the <<kibana-navigation-search,global search field>>.
116
+
To import, export, and delete saved Discover sessions, go to the *Saved Objects* management page using the navigation menu or the <<kibana-navigation-search,global search field>>.
117
117
118
-
==== Open a saved search
119
-
To load a saved search into Discover:
118
+
==== Open a saved Discover session
119
+
To load a saved session into Discover:
120
120
121
121
. Click *Open* in the toolbar.
122
-
. Select the search you want to open.
122
+
. Select the session you want to open.
123
123
124
-
If the saved search is associated with a different index pattern than is currently
125
-
selected, opening the saved search changes the selected index pattern. The query language
126
-
used for the saved search will also be automatically selected.
124
+
If the saved Discover session is associated with a different {data-source} than is currently
125
+
selected, opening the saved Discover session changes the selected {data-source}. The query language
126
+
used for the saved Discover session will also be automatically selected.
127
127
128
128
[[save-load-delete-query]]
129
129
=== Save a query
@@ -133,7 +133,7 @@ A saved query is a portable collection of query text and filters that you can re
133
133
* View the results of the same query in multiple apps
134
134
* Share your query
135
135
136
-
Saved queries don't include information specific to Discover, such as the currently selected columns in the document table, the sort order, and the index pattern. If you want to save your current view of Discover for later retrieval and reuse, create a <<save-open-search, saved search>> instead.
136
+
Saved queries don't include information specific to Discover, such as the currently selected columns in the document table, the sort order, and the {data-source}. If you want to save your current view of Discover for later retrieval and reuse, create a <<save-open-search, Discover session>> instead.
0 commit comments