diff --git a/src/core_plugins/console/public/src/directives/help.html b/src/core_plugins/console/public/src/directives/help.html index 5fbb645b095e8f5..e3d07e9990456c1 100644 --- a/src/core_plugins/console/public/src/directives/help.html +++ b/src/core_plugins/console/public/src/directives/help.html @@ -1,40 +1,38 @@ -

Help

+

Help

- - -
+
+ +
+
+
+

Request format

+
You can type one or more requests in the white editor. Console understands requests in a compact format:
- - -
-
-
-
General editing
-
Ctrl/Cmd + I
-
Auto indent current request
-
Ctrl + Space
-
Open Auto complete (even if not typing)
-
Ctrl/Cmd + Enter
-
Submit request
-
Ctrl/Cmd + Up/Down
-
Jump to the previous/next request start or end.
-
Ctrl/Cmd + Alt + L
-
Collapse/expand current scope.
-
Ctrl/Cmd + Option + 0
-
Collapse all scopes but the current one. Expand by adding a shift.
-
-
-
-
When auto-complete is visible
-
Down arrow
-
Switch focus to auto-complete menu. Use arrows to further select a term
-
Enter/Tab
-
Select the currently selected or the top most term in auto-complete menu
-
Esc
-
Close auto-complete menu
+
+

Keyboard commands

+
+
+
Ctrl/Cmd + I
+
Auto indent current request
+
Ctrl + Space
+
Open Auto complete (even if not typing)
+
Ctrl/Cmd + Enter
+
Submit request
+
Ctrl/Cmd + Up/Down
+
Jump to the previous/next request start or end.
+
Ctrl/Cmd + Alt + L
+
Collapse/expand current scope.
+
Ctrl/Cmd + Option + 0
+
Collapse all scopes but the current one. Expand by adding a shift.
+
Down arrow
+
Switch focus to auto-complete menu. Use arrows to further select a term
+
Enter/Tab
+
Select the currently selected or the top most term in auto-complete menu
+
Esc
+
Close auto-complete menu
- - +
+
diff --git a/src/core_plugins/console/public/src/directives/welcome.html b/src/core_plugins/console/public/src/directives/welcome.html index ed612655eddc257..bad5efa578ca0bd 100644 --- a/src/core_plugins/console/public/src/directives/welcome.html +++ b/src/core_plugins/console/public/src/directives/welcome.html @@ -1,33 +1,37 @@ -

Welcome to Console

- -

Quick intro to the UI

- -

The Console UI is split into two panes: an editor pane (left) and a response pane (right). - Use the editor to type requests and submit them to Elasticsearch. The results will be displayed in - the response pane on the right side. -

- -

Console understands requests in a compact format, similar to cURL: - - -

While typing a request, Console will make suggestions which you can then accept by hitting Enter/Tab. - These suggestions are made based on the request structure as well as your indices and types. -

- -

A few quick tips, while I have your attention

-
    -
  • Submit requests to ES using the green triangle button.
  • -
  • Use the wrench menu for other useful things.
  • -
  • You can paste requests in cURL format and they will be translated to the Console syntax.
  • -
  • You can resize the editor and output panes by dragging the separator between them.
  • -
  • Study the keyboard shortcuts under the Help button. Good stuff in there!
  • -
- - +
+ +

Welcome to Console

+ +

Quick intro to the UI

+ +

The Console UI is split into two panes: an editor pane (left) and a response pane (right). + Use the editor to type requests and submit them to Elasticsearch. The results will be displayed in + the response pane on the right side. +

+ +

Console understands requests in a compact format, similar to cURL: + + +

While typing a request, Console will make suggestions which you can then accept by hitting Enter/Tab. + These suggestions are made based on the request structure as well as your indices and types. +

+ +

A few quick tips, while I have your attention

+
    +
  • Submit requests to ES using the green triangle button.
  • +
  • Use the wrench menu for other useful things.
  • +
  • You can paste requests in cURL format and they will be translated to the Console syntax.
  • +
  • You can resize the editor and output panes by dragging the separator between them.
  • +
  • Study the keyboard shortcuts under the Help button. Good stuff in there!
  • +
+ + + +
diff --git a/src/core_plugins/kbn_vislib_vis_types/public/controls/gauge_options.html b/src/core_plugins/kbn_vislib_vis_types/public/controls/gauge_options.html index 2106e3d65fc1639..a55100911d9fd3a 100644 --- a/src/core_plugins/kbn_vislib_vis_types/public/controls/gauge_options.html +++ b/src/core_plugins/kbn_vislib_vis_types/public/controls/gauge_options.html @@ -175,6 +175,7 @@ class="kuiButton kuiButton--primary kuiButton--fullWidth"> Add Range
+
Note: colors can be changed in the legend
diff --git a/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html b/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html index be6e928f0f2bcaf..772f8a2b77eacf4 100644 --- a/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html +++ b/src/core_plugins/kbn_vislib_vis_types/public/controls/heatmap_options.html @@ -170,6 +170,7 @@ > Add Range +
Note: colors can be changed in the legend
diff --git a/src/core_plugins/kibana/public/dashboard/styles/index.less b/src/core_plugins/kibana/public/dashboard/styles/index.less index 651d28f89eb277c..6f848d07d60a901 100644 --- a/src/core_plugins/kibana/public/dashboard/styles/index.less +++ b/src/core_plugins/kibana/public/dashboard/styles/index.less @@ -117,7 +117,7 @@ .start-screen { margin: 20px auto; max-width: 800px; - background: tint(@globalColorBlue, 90%); + background: #FFF; padding: 40px; border-radius: 4px; } diff --git a/src/core_plugins/kibana/public/dev_tools/partials/dev_tools_app.html b/src/core_plugins/kibana/public/dev_tools/partials/dev_tools_app.html index 9306852c1441c7d..bca9a7cc1fd1d13 100644 --- a/src/core_plugins/kibana/public/dev_tools/partials/dev_tools_app.html +++ b/src/core_plugins/kibana/public/dev_tools/partials/dev_tools_app.html @@ -9,13 +9,13 @@ > -
+
{{::item.display}} diff --git a/src/core_plugins/kibana/public/discover/components/field_chooser/lib/detail_views/string.html b/src/core_plugins/kibana/public/discover/components/field_chooser/lib/detail_views/string.html index f8597bcf4a6a20f..1b8d80ad573fd7b 100644 --- a/src/core_plugins/kibana/public/discover/components/field_chooser/lib/detail_views/string.html +++ b/src/core_plugins/kibana/public/discover/components/field_chooser/lib/detail_views/string.html @@ -1,6 +1,6 @@
-
{{field.details.error}}
+
{{field.details.error}}
diff --git a/src/core_plugins/kibana/public/discover/index.html b/src/core_plugins/kibana/public/discover/index.html index 8a979651238bda1..bfa84adcebc8bf6 100644 --- a/src/core_plugins/kibana/public/discover/index.html +++ b/src/core_plugins/kibana/public/discover/index.html @@ -65,7 +65,10 @@

-

Searching

+
+

Searching

+
+
{{fetchStatus.complete}}/{{fetchStatus.total}}
diff --git a/src/core_plugins/kibana/public/discover/partials/no_results.html b/src/core_plugins/kibana/public/discover/partials/no_results.html index 4ea0ed9d2392012..cf6d64842c589e3 100644 --- a/src/core_plugins/kibana/public/discover/partials/no_results.html +++ b/src/core_plugins/kibana/public/discover/partials/no_results.html @@ -1,5 +1,6 @@ -
-
+ diff --git a/src/core_plugins/kibana/public/discover/styles/main.less b/src/core_plugins/kibana/public/discover/styles/main.less index 62ff94e365e7b56..5f023c5434d0e16 100644 --- a/src/core_plugins/kibana/public/discover/styles/main.less +++ b/src/core_plugins/kibana/public/discover/styles/main.less @@ -78,6 +78,7 @@ bottom: 0; right: 0; z-index: 20; + padding-top: 10px; opacity: 0.75; text-align: center; @@ -209,10 +210,6 @@ white-space: nowrap; } - .discover-field-details-error { - margin-top: 5px; - } - .discover-field-details-item { margin-top: 5px; } @@ -222,6 +219,7 @@ } .discover-field-details-item-title { + line-height: 1.5; display: flex; align-items: center; justify-content: space-between; diff --git a/src/core_plugins/kibana/public/home/components/home.js b/src/core_plugins/kibana/public/home/components/home.js index fe931915c2a2846..a150ea8ec33c87b 100644 --- a/src/core_plugins/kibana/public/home/components/home.js +++ b/src/core_plugins/kibana/public/home/components/home.js @@ -3,10 +3,19 @@ import PropTypes from 'prop-types'; import { Synopsis } from './synopsis'; import { KuiLinkButton, - KuiFlexGroup, - KuiFlexItem, - KuiFlexGrid, } from 'ui_framework/components'; + +import { + EuiPage, + EuiPanel, + EuiTitle, + EuiSpacer, + EuiFlexGroup, + EuiFlexItem, + EuiFlexGrid, + EuiText, +} from '@elastic/eui'; + import { FeatureCatalogueCategory } from 'ui/registry/feature_catalogue'; export function Home({ addBasePath, directories }) { @@ -18,92 +27,104 @@ export function Home({ addBasePath, directories }) { }) .map((directory) => { return ( - + - + ); }); }; return ( -
-
- -
- - -

- Welcome to Kibana -

-
- - - - -

- Data already in Elasticsearch? -

-
- - - - Set up index patterns - - -
- -
-
-
- -
- - -

+ + + + + +

Welcome to Kibana

+
+
+ + + + +

+ Data already in Elasticsearch? +

+
+ + + + Set up index patterns + + +
+ +
+
+ + + + + + + +

Visualize and Explore Data

- - { renderDirectories(FeatureCatalogueCategory.DATA) } - - - -

+ + + + { renderDirectories(FeatureCatalogueCategory.DATA) } + + + + + + +

Manage and Administer the Elastic Stack

- - { renderDirectories(FeatureCatalogueCategory.ADMIN) } - - - -

- -
-

- Didn’t find what you were looking for? -

+ + + + { renderDirectories(FeatureCatalogueCategory.ADMIN) } + + + + + + + + + + +

+ Didn’t find what you were looking for? +

+
+ View full directory of Kibana plugins -
+ + -
-
+ ); } diff --git a/src/core_plugins/kibana/public/home/home.less b/src/core_plugins/kibana/public/home/home.less index 590a89ae74e2100..b96f1dbd9509744 100644 --- a/src/core_plugins/kibana/public/home/home.less +++ b/src/core_plugins/kibana/public/home/home.less @@ -5,15 +5,6 @@ min-height: 100vh; } -.homePanel { - padding: 24px; - background-color: @white; -} - -.homeTopFeatures { - margin-top: 12px; -} - .homeFeatureDirectory { background: @white; margin: 0; diff --git a/src/core_plugins/kibana/public/management/landing.html b/src/core_plugins/kibana/public/management/landing.html index ee7e1c326687209..d538d8c836b1616 100644 --- a/src/core_plugins/kibana/public/management/landing.html +++ b/src/core_plugins/kibana/public/management/landing.html @@ -23,7 +23,7 @@
-
+