diff --git a/src/core_plugins/console/public/src/directives/help.html b/src/core_plugins/console/public/src/directives/help.html index 5fbb645b095e..e3d07e999045 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 ed612655eddc..bad5efa578ca 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

+

Welcome to Console

-

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. -

+

Quick intro to the UI

-

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

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. +

-

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. -

+

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

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!
  • -
+

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 2106e3d65fc1..a55100911d9f 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 be6e928f0f2b..772f8a2b77ea 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 1dfd3957a1ad..4428f7bf5242 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 9306852c1441..bca9a7cc1fd1 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 f8597bcf4a6a..1b8d80ad573f 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 8a979651238b..bfa84adcebc8 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 4ea0ed9d2392..cf6d64842c58 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 @@ -
-
+
+ +

No results found

@@ -63,21 +64,46 @@ The search bar at the top uses Elasticsearch's support for Lucene
Query String syntax. Let's say we're searching web server logs that have been parsed into a few fields.

-

Examples:

- Find requests that contain the number 200, in any field: -
200
+

Examples

- Or we can search in a specific field. Find 200 in the status field: -
status:200
+

Find requests that contain the number 200, in any field:

+
+ +
200
+
+
+
- Find all status codes between 400-499: -
status:[400 TO 499]
+

Or we can search in a specific field. Find 200 in the status field:

+
+ +
status:200
+
+
+
- Find status codes 400-499 with the extension php: -
status:[400 TO 499] AND extension:PHP
+

Find all status codes between 400-499:

+
+ +
status:[400 TO 499]
+
+
+
- Or HTML -
status:[400 TO 499] AND (extension:php OR extension:html)
+

Find status codes 400-499 with the extension php:

+
+ +
status:[400 TO 499] AND extension:PHP
+
+
+
+ +

Or HTML

+
+ +
status:[400 TO 499] AND (extension:php OR extension:html)
+
+
diff --git a/src/core_plugins/kibana/public/discover/styles/main.less b/src/core_plugins/kibana/public/discover/styles/main.less index 62ff94e365e7..5f023c5434d0 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 fe931915c2a2..a150ea8ec33c 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 -

-
+ + + +

Welcome to Kibana

+
+
- - - -

- Data already in Elasticsearch? -

-
+ + + +

+ Data already in Elasticsearch? +

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

+ + + + + + +

Visualize and Explore Data

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

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

Manage and Administer the Elastic Stack

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

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

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

+ + + + + +

+ 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 590a89ae74e2..b96f1dbd9509 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 ee7e1c326687..d538d8c836b1 100644 --- a/src/core_plugins/kibana/public/management/landing.html +++ b/src/core_plugins/kibana/public/management/landing.html @@ -23,7 +23,7 @@
-
+