Skip to content

Commit 21d4e2e

Browse files
Merge branch 'master' into reporting/ignore-network-request-failures
2 parents d477a82 + 134e70e commit 21d4e2e

File tree

695 files changed

+13299
-10526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

695 files changed

+13299
-10526
lines changed

docs/development/core/public/kibana-plugin-public.appmountcontext.core.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ core: {
1717
i18n: I18nStart;
1818
notifications: NotificationsStart;
1919
overlays: OverlayStart;
20+
savedObjects: SavedObjectsStart;
2021
uiSettings: IUiSettingsClient;
2122
injectedMetadata: {
2223
getInjectedVar: (name: string, defaultValue?: any) => unknown;

docs/development/core/public/kibana-plugin-public.appmountcontext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export interface AppMountContext
1616

1717
| Property | Type | Description |
1818
| --- | --- | --- |
19-
| [core](./kibana-plugin-public.appmountcontext.core.md) | <code>{</code><br/><code> application: Pick&lt;ApplicationStart, 'capabilities' &#124; 'navigateToApp'&gt;;</code><br/><code> chrome: ChromeStart;</code><br/><code> docLinks: DocLinksStart;</code><br/><code> http: HttpStart;</code><br/><code> i18n: I18nStart;</code><br/><code> notifications: NotificationsStart;</code><br/><code> overlays: OverlayStart;</code><br/><code> uiSettings: IUiSettingsClient;</code><br/><code> injectedMetadata: {</code><br/><code> getInjectedVar: (name: string, defaultValue?: any) =&gt; unknown;</code><br/><code> };</code><br/><code> }</code> | Core service APIs available to mounted applications. |
19+
| [core](./kibana-plugin-public.appmountcontext.core.md) | <code>{</code><br/><code> application: Pick&lt;ApplicationStart, 'capabilities' &#124; 'navigateToApp'&gt;;</code><br/><code> chrome: ChromeStart;</code><br/><code> docLinks: DocLinksStart;</code><br/><code> http: HttpStart;</code><br/><code> i18n: I18nStart;</code><br/><code> notifications: NotificationsStart;</code><br/><code> overlays: OverlayStart;</code><br/><code> savedObjects: SavedObjectsStart;</code><br/><code> uiSettings: IUiSettingsClient;</code><br/><code> injectedMetadata: {</code><br/><code> getInjectedVar: (name: string, defaultValue?: any) =&gt; unknown;</code><br/><code> };</code><br/><code> }</code> | Core service APIs available to mounted applications. |
2020

docs/management/field-formatters/url-formatter.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The `Url` field formatter can take on the following types:
44
* The *Image* type can be used to specify an image directory where a specified image is located.
55
* The *Audio* type can be used to specify an audio directory where a specified audio file is located.
66
7+
For an *Image* type you can specify width and height attributes. These will be used to set the max width / max height of the image, while keeping the aspect ratio. Image will not be upscaled if it's smaller than the provided size parameters.
8+
79
You can customize either type of URL field formats with templates. A _URL template_ enables you to add specific values
810
to a partial URL. Use the string `{{value}}` to add the contents of the field to a fixed URL.
911

docs/maps/connect-to-ems.asciidoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ EMS requests are made to the following domains:
1313
* vector.maps.elastic.co
1414

1515
**Elastic Maps** makes requests directly from the browser to EMS.
16-
To proxy EMS requests through the Kibana server, set `map.proxyElasticMapsServiceInMaps` to `true` in your <<settings, kibana.yml>> file.
16+
17+
[float]
18+
=== Connect to Elastic Maps Service from an internal network
19+
20+
To connect to EMS when your Kibana server and browser are in an internal network:
21+
22+
. Set `map.proxyElasticMapsServiceInMaps` to `true` in your <<settings, kibana.yml>> file to proxy EMS requests through the Kibana server.
23+
. Update your firewall rules to whitelist connections from your Kibana server to the EMS domains listed above.
24+
25+
NOTE: Coordinate map and region map visualizations do not support `map.proxyElasticMapsServiceInMaps` and will not proxy EMS requests through the Kibana server.
1726

1827

1928
[float]
20-
=== Disabling Elastic Maps Service
29+
=== Disable Elastic Maps Service
2130

2231
You might experience EMS connection issues if your Kibana server or browser are on a private network or
2332
behind a firewall. If this happens, you can disable the EMS connection to avoid unnecessary EMS requests.

docs/visualize/most-frequent.asciidoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,19 @@ levels of {es} {ref}/search-aggregations-bucket.html[bucket] aggregations.
77

88
The most frequently used visualizations include:
99

10-
* Line, Area and Bar charts
10+
* Line, area, and bar charts
1111
* Pie charts
12-
* Data table
13-
* Metric visualization
14-
* Goal and Gauge visualization
12+
* Data tables
13+
* Metric, goals, and gauges
1514
* Heat maps
16-
* Tag cloud
15+
* Tag clouds
1716

1817
[float]
1918
=== Configure your visualization
2019

21-
You configure visualizations using the default editor, which is broken into *Metrics* and *Buckets*, and includes a default count
20+
You configure visualizations using the default editor, which is broken into metrics and buckets, and includes a default count
2221
metric. Each visualization supports different configurations for what the metrics and buckets
23-
represent. For example, a Bar chart allows you to add an X-axis:
22+
represent. For example, a bar chart allows you to add an X-axis:
2423

2524
[role="screenshot"]
2625
image::images/add-bucket.png["",height=478]

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@elastic/charts": "^14.0.0",
114114
"@elastic/datemath": "5.0.2",
115115
"@elastic/ems-client": "1.0.5",
116-
"@elastic/eui": "16.1.0",
116+
"@elastic/eui": "17.0.0",
117117
"@elastic/filesaver": "1.1.2",
118118
"@elastic/good": "8.1.1-kibana2",
119119
"@elastic/numeral": "2.3.3",
@@ -166,6 +166,7 @@
166166
"encode-uri-query": "1.0.1",
167167
"execa": "^3.2.0",
168168
"expiry-js": "0.1.7",
169+
"fast-deep-equal": "^3.1.1",
169170
"file-loader": "4.2.0",
170171
"font-awesome": "4.7.0",
171172
"getos": "^3.1.0",
@@ -229,6 +230,7 @@
229230
"react-resize-detector": "^4.2.0",
230231
"react-router-dom": "^4.3.1",
231232
"react-sizeme": "^2.3.6",
233+
"react-use": "^13.10.2",
232234
"reactcss": "1.2.3",
233235
"redux": "4.0.0",
234236
"redux-actions": "2.2.1",

packages/kbn-ui-framework/dist/kui_dark.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
/* 1 */
2+
/* 1 */
3+
/**
4+
* 1. Extend beta badges to at least 40% of the container's width
5+
* 2. Fix for IE to ensure badges are visible outside of a <button> tag
6+
*/
7+
/**
8+
* 1. Apply margin to all but last item in the flex.
9+
* 2. Margin gets flipped because of the row-reverse.
10+
*/
111
/**
2-
* 2. Account for inner box-shadow style border when in group
312
* 3. Must supply both values to background-size or some browsers apply the single value to both directions
413
*/
514
/**
615
* 4. Override invalid state with focus state.
716
*/
17+
/**
18+
* Mixin for use in:
19+
* - EuiCard
20+
* - EuiPageContent
21+
*/
822
/**
923
* 1. Enforce pointer when there's no href.
1024
* 2. Allow these styles to be applied to a button element.
@@ -1595,7 +1609,6 @@ main {
15951609
-webkit-align-items: center;
15961610
-ms-flex-align: center;
15971611
align-items: center;
1598-
height: 100%;
15991612
padding: 12px 8px;
16001613
font-size: 16px;
16011614
font-weight: bold;

packages/kbn-ui-framework/dist/kui_light.css

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
/* 1 */
2+
/* 1 */
3+
/**
4+
* 1. Extend beta badges to at least 40% of the container's width
5+
* 2. Fix for IE to ensure badges are visible outside of a <button> tag
6+
*/
7+
/**
8+
* 1. Apply margin to all but last item in the flex.
9+
* 2. Margin gets flipped because of the row-reverse.
10+
*/
111
/**
2-
* 2. Account for inner box-shadow style border when in group
312
* 3. Must supply both values to background-size or some browsers apply the single value to both directions
413
*/
514
/**
615
* 4. Override invalid state with focus state.
716
*/
17+
/**
18+
* Mixin for use in:
19+
* - EuiCard
20+
* - EuiPageContent
21+
*/
822
/**
923
* 1. Enforce pointer when there's no href.
1024
* 2. Allow these styles to be applied to a button element.
@@ -522,7 +536,7 @@ main {
522536
-webkit-appearance: none;
523537
/* 1 */
524538
background-color: #fbfcfd;
525-
border: 1px solid rgba(0, 0, 0, 0.1);
539+
border: 1px solid rgba(15, 39, 118, 0.1);
526540
border-radius: 4px;
527541
width: 16px;
528542
height: 16px;
@@ -623,7 +637,7 @@ main {
623637
line-height: 1.5;
624638
color: #343741;
625639
background-color: #fbfcfd;
626-
border: 1px solid rgba(0, 0, 0, 0.1);
640+
border: 1px solid rgba(15, 39, 118, 0.1);
627641
border-radius: 4px;
628642
-webkit-transition: border-color 0.1s linear;
629643
transition: border-color 0.1s linear;
@@ -662,7 +676,7 @@ main {
662676
line-height: 1.5;
663677
color: #343741;
664678
background-color: #fbfcfd;
665-
border: 1px solid rgba(0, 0, 0, 0.1);
679+
border: 1px solid rgba(15, 39, 118, 0.1);
666680
border-radius: 4px;
667681
-webkit-transition: border-color 0.1s linear;
668682
transition: border-color 0.1s linear;
@@ -734,7 +748,7 @@ main {
734748
line-height: 1.5;
735749
color: #343741;
736750
background-color: #fbfcfd;
737-
border: 1px solid rgba(0, 0, 0, 0.1);
751+
border: 1px solid rgba(15, 39, 118, 0.1);
738752
border-radius: 4px;
739753
-webkit-transition: border-color 0.1s linear;
740754
transition: border-color 0.1s linear;
@@ -777,7 +791,7 @@ main {
777791
line-height: 1.5;
778792
color: #343741;
779793
background-color: #fbfcfd;
780-
border: 1px solid rgba(0, 0, 0, 0.1);
794+
border: 1px solid rgba(15, 39, 118, 0.1);
781795
border-radius: 4px;
782796
-webkit-transition: border-color 0.1s linear;
783797
transition: border-color 0.1s linear;
@@ -1252,7 +1266,7 @@ main {
12521266
font-size: 14px;
12531267
color: #343741;
12541268
background-color: #fbfcfd;
1255-
border: 1px solid rgba(0, 0, 0, 0.1);
1269+
border: 1px solid rgba(15, 39, 118, 0.1);
12561270
border-radius: 4px; }
12571271
.kuiLocalDropdownInput:focus {
12581272
border-color: #006BB4; }
@@ -1410,7 +1424,7 @@ main {
14101424
line-height: 1.5;
14111425
color: #343741;
14121426
background-color: #fbfcfd;
1413-
border: 1px solid rgba(0, 0, 0, 0.1);
1427+
border: 1px solid rgba(15, 39, 118, 0.1);
14141428
border-radius: 4px;
14151429
-webkit-transition: border-color 0.1s linear;
14161430
transition: border-color 0.1s linear;
@@ -1491,7 +1505,7 @@ main {
14911505
line-height: 1.5;
14921506
color: #343741;
14931507
background-color: #fbfcfd;
1494-
border: 1px solid rgba(0, 0, 0, 0.1);
1508+
border: 1px solid rgba(15, 39, 118, 0.1);
14951509
border-radius: 4px;
14961510
-webkit-transition: border-color 0.1s linear;
14971511
transition: border-color 0.1s linear;
@@ -1595,7 +1609,6 @@ main {
15951609
-webkit-align-items: center;
15961610
-ms-flex-align: center;
15971611
align-items: center;
1598-
height: 100%;
15991612
padding: 12px 8px;
16001613
font-size: 16px;
16011614
font-weight: bold;

packages/kbn-ui-framework/src/kui_dark.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
@import '../../../node_modules/@elastic/eui/src/global_styling/functions/index';
44
@import '../../../node_modules/@elastic/eui/src/global_styling/variables/index';
55
@import '../../../node_modules/@elastic/eui/src/global_styling/mixins/index';
6-
@import '../../../node_modules/@elastic/eui/src/components/form/variables';
7-
@import '../../../node_modules/@elastic/eui/src/components/form/mixins';
86

97
// Configuration
108
@import 'global_styling/variables/index';

packages/kbn-ui-framework/src/kui_light.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
@import '../../../node_modules/@elastic/eui/src/global_styling/functions/index';
44
@import '../../../node_modules/@elastic/eui/src/global_styling/variables/index';
55
@import '../../../node_modules/@elastic/eui/src/global_styling/mixins/index';
6-
@import '../../../node_modules/@elastic/eui/src/components/form/variables';
7-
@import '../../../node_modules/@elastic/eui/src/components/form/mixins';
86

97
// Configuration
108
@import 'global_styling/variables/index';

0 commit comments

Comments
 (0)