Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/concepts/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ image:concepts/images/refresh-every.png["section of time filter where you can co


[float]
[[semi-structured-search]]
==== Semi-structured search

Combine free text search with field-based search using the Kibana Query Language (KQL).
Expand Down
9 changes: 5 additions & 4 deletions docs/discover/save-search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ image::discover/images/read-only-badge.png[Example of Discover's read only acces
If the saved search is associated with a different index pattern than is currently
selected, opening the saved search changes the selected index pattern. The query language
used for the saved search is also automatically selected.
. To add your search results to an existing dashboard:
.. Open the dashboard, then click *Edit*.
. To add your search results to a dashboard:
.. Open the main menu, then click *Dashboard*.
.. Open or create the dashboard, then click *Edit*.
.. Click *Add from library*.
.. Open the *Types* menu, then select *Saved search*.
.. Select the the saved search that you want.
.. From the *Types* dropdown, select *Saved search*.
.. Select the saved search that you want to visualize, then click *X* to close the list.
6 changes: 6 additions & 0 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,12 @@ out through *Advanced Settings*. *Default: `true`*
| Set this value to true to allow Vega to use any URL to access external data
sources and images. When false, Vega can only get data from {es}. *Default: `false`*

| `xpack.discoverEnhanced.actions.exploreDataInContextMenu.enabled`
| Enables the *Explore underlying data* option that allows you to open *Discover* from a dashboard panel and view the panel data. *Default: `false`*

| `xpack.discoverEnhanced.actions.exploreDataInChart.enabled`
| Enables you to view the underlying documents in a data series from a dashboard panel. *Default: `false`*

| `xpack.license_management.enabled`
| Set this value to false to
disable the License Management UI. *Default: `true`*
Expand Down
31 changes: 7 additions & 24 deletions docs/user/dashboard/aggregation-based.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ create visual art for a specific topic.

Choose the type of visualization you want to create, then use the editor to configure the options.

. From the dashboard, click *Create panel*, then click *Aggregation based* on the *New visualization* window.
. On the dashboard, click *All types > Aggregation based*.

.. Click the type of visualization you want to create.
.. Select the visualization type you want to create.

.. Click the data source you want to visualize.
.. Select the data source you want to visualize.

. From the editor, add the <<aggregation-reference,aggregations>> you want to visualize, then click *Update*.
. Add the <<aggregation-reference,aggregations>> you want to visualize using the editor, then click *Update*.
+
NOTE: For the *Date Histogram* to use an *auto interval*, the date field must match the primary time field of the index pattern.

. To change the order, drag the aggregations along the editor.
. To change the order, drag and drop the aggregations in the editor.
+
[role="screenshot"]
image:images/bar-chart-tutorial-3.png[Option to change the order of aggregations]
Expand Down Expand Up @@ -137,13 +137,9 @@ Add the sample web logs data that you'll use to create the bar chart, then creat

Open the bar chart visualization builder and change the time range.

. On the dashboard, click *Create panel*.
. On the dashboard, click *All types > Aggregation based*, select *Vertical bar*, then select *kibana_sample_data_logs*.

. On the *New visualization* window, click *Aggregation based > Vertical bar*.

. On the *Choose a source* window, click *kibana_sample_data_logs*.

. Change the <<set-time-filter, time filter>>> to *Last 7 days*.
. Make sure the <<set-time-filter, time filter>>> is *Last 7 days*.

[float]
[[tutorial-configure-the-bar-chart]]
Expand Down Expand Up @@ -177,19 +173,6 @@ TIP: Aggregation-based panels support a maximum of three *Split series*.
[role="screenshot"]
image:images/bar-chart-tutorial-2.png[Bar chart with sample logs data]

[float]
===== Save the panel
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥🔥🔥


Save and add the visualization panel to the dashboard.

. From the toolbar, click *Save*.

. Enter the *Title* and optional *Description*.

. From the *Tags* drop down, select any applicable tags.

. Select *Add to Dashboard after saving*.

. Click *Save and return*.


Expand Down
4 changes: 2 additions & 2 deletions docs/user/dashboard/create-panels-with-editors.asciidoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[[create-panels-with-editors]]
== Create panels with editors

{kib} provides several editors that you can use to create dashboard panels.
{kib} provides several editors that you can use to create panels of your data.

[cols="2"]
|===

| <<lens,*Lens*>>
| Create visualizations with the drag and drop editor. *Lens* is recommended for most users.
| Create visualizations with the drag and drop editor.

| <<maps,*Maps*>>
| Create visualizations with your geographical data.
Expand Down
Loading