Update EUI to v5.0.0 (#25316) (#25408)

* update EUI to v5.0.0

* update snapshots

* revert snapshot change

* revert snapshot change (2)
This commit is contained in:
Chandler Prall 2018-11-08 12:54:52 -07:00 committed by GitHub
parent d012b6a015
commit 0f56480e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
82 changed files with 329 additions and 63 deletions

View file

@ -82,7 +82,7 @@
"@types/react": "16.3.14"
},
"dependencies": {
"@elastic/eui": "4.5.1",
"@elastic/eui": "5.0.0",
"@elastic/filesaver": "1.1.2",
"@elastic/good": "8.1.1-kibana1",
"@elastic/numeral": "2.3.2",

View file

@ -24,6 +24,7 @@ exports[`renders ListControl 1`] = `
label="list control"
>
<EuiComboBox
compressed={false}
data-test-subj="listControlSelect0"
fullWidth={false}
isClearable={true}

View file

@ -54,6 +54,7 @@ exports[`Inspector Data View component should render empty state 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2
className="euiTitle euiTitle--medium"
@ -70,9 +71,10 @@ exports[`Inspector Data View component should render empty state 1`] = `
</EuiSpacer>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
The element did not provide any data.
@ -172,9 +174,10 @@ exports[`Inspector Data View component should render loading state 1`] = `
</EuiSpacer>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
Gathering data

View file

@ -15,6 +15,7 @@ exports[`after fetch hideWriteControls 1`] = `
>
<EuiText
grow={true}
size="m"
>
<h2>
<EuiTextColor
@ -60,6 +61,7 @@ exports[`after fetch initialFilter 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h1>
Dashboards
@ -273,6 +275,7 @@ exports[`after fetch renders table rows 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h1>
Dashboards
@ -426,6 +429,7 @@ exports[`after fetch renders warning when listingLimit is exceeded 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h1>
Dashboards

View file

@ -13,6 +13,7 @@ exports[`render 1`] = `
<EuiFlyoutBody>
<EuiTitle
size="s"
textTransform="none"
>
<h1>
Add Panels

View file

@ -16,6 +16,7 @@ exports[`renders DashboardCloneModal 1`] = `
<EuiModalBody>
<EuiText
grow={true}
size="m"
>
<p>
Please enter a new name for your dashboard.

View file

@ -50,7 +50,7 @@ Array [
class="euiSpacer euiSpacer--xl"
/>
<div
class="euiText"
class="euiText euiText--medium"
>
<h3>
Refine your query
@ -78,7 +78,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find requests that contain the number 200, in any field
@ -102,7 +102,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find 200 in the status field
@ -126,7 +126,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find all status codes between 400-499
@ -150,7 +150,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find status codes 400-499 with the extension php
@ -174,7 +174,7 @@ Array [
class="euiDescriptionList__title"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<strong>
Find status codes 400-499 with the extension php or html
@ -304,7 +304,7 @@ Array [
class="euiSpacer euiSpacer--xl"
/>
<div
class="euiText"
class="euiText euiText--medium"
>
<h3>
Address shard failures
@ -423,7 +423,7 @@ Array [
class="euiSpacer euiSpacer--xl"
/>
<div
class="euiText"
class="euiText euiText--medium"
>
<h3>
Expand your time range

View file

@ -13,6 +13,7 @@ exports[`render 1`] = `
<EuiFlyoutBody>
<EuiTitle
size="s"
textTransform="none"
>
<h1>
Open Search

View file

@ -21,6 +21,7 @@ exports[`apmUiEnabled 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -32,6 +33,7 @@ exports[`apmUiEnabled 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -216,6 +218,7 @@ exports[`apmUiEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -256,6 +259,7 @@ exports[`apmUiEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -314,6 +318,7 @@ exports[`isNewKibanaInstance 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -325,6 +330,7 @@ exports[`isNewKibanaInstance 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -473,6 +479,7 @@ exports[`isNewKibanaInstance 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -513,6 +520,7 @@ exports[`isNewKibanaInstance 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -571,6 +579,7 @@ exports[`mlEnabled 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -582,6 +591,7 @@ exports[`mlEnabled 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -766,6 +776,7 @@ exports[`mlEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -806,6 +817,7 @@ exports[`mlEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -846,6 +858,7 @@ exports[`mlEnabled 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -904,6 +917,7 @@ exports[`render 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -915,6 +929,7 @@ exports[`render 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -1063,6 +1078,7 @@ exports[`render 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={
@ -1103,6 +1119,7 @@ exports[`render 1`] = `
>
<EuiText
grow={true}
size="m"
>
<strong
style={

View file

@ -36,6 +36,7 @@ exports[`home directories should not render directory entry when showOnHomePage
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -66,6 +67,7 @@ exports[`home directories should not render directory entry when showOnHomePage
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -104,6 +106,7 @@ exports[`home directories should not render directory entry when showOnHomePage
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -171,6 +174,7 @@ exports[`home directories should render ADMIN directory entry in "Manage" panel
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -201,6 +205,7 @@ exports[`home directories should render ADMIN directory entry in "Manage" panel
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -258,6 +263,7 @@ exports[`home directories should render ADMIN directory entry in "Manage" panel
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -325,6 +331,7 @@ exports[`home directories should render DATA directory entry in "Explore Data" p
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -374,6 +381,7 @@ exports[`home directories should render DATA directory entry in "Explore Data" p
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -412,6 +420,7 @@ exports[`home directories should render DATA directory entry in "Explore Data" p
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -479,6 +488,7 @@ exports[`home isNewKibanaInstance should safely handle execeptions 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -509,6 +519,7 @@ exports[`home isNewKibanaInstance should safely handle execeptions 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -547,6 +558,7 @@ exports[`home isNewKibanaInstance should safely handle execeptions 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -614,6 +626,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when t
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -644,6 +657,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when t
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -682,6 +696,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to false when t
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -749,6 +764,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when th
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -779,6 +795,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when th
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -817,6 +834,7 @@ exports[`home isNewKibanaInstance should set isNewKibanaInstance to true when th
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -884,6 +902,7 @@ exports[`home should not contain RecentlyAccessed panel when there is no recentl
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -914,6 +933,7 @@ exports[`home should not contain RecentlyAccessed panel when there is no recentl
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -952,6 +972,7 @@ exports[`home should not contain RecentlyAccessed panel when there is no recentl
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -1035,6 +1056,7 @@ exports[`home should render home component 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1065,6 +1087,7 @@ exports[`home should render home component 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1103,6 +1126,7 @@ exports[`home should render home component 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -1170,6 +1194,7 @@ exports[`home welcome should show the normal home page if loading fails 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1200,6 +1225,7 @@ exports[`home welcome should show the normal home page if loading fails 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1238,6 +1264,7 @@ exports[`home welcome should show the normal home page if loading fails 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -1305,6 +1332,7 @@ exports[`home welcome should show the normal home page if welcome screen is disa
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1335,6 +1363,7 @@ exports[`home welcome should show the normal home page if welcome screen is disa
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1373,6 +1402,7 @@ exports[`home welcome should show the normal home page if welcome screen is disa
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -1447,6 +1477,7 @@ exports[`home welcome stores skip welcome setting if skipped 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1477,6 +1508,7 @@ exports[`home welcome stores skip welcome setting if skipped 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h3>
<FormattedMessage
@ -1515,6 +1547,7 @@ exports[`home welcome stores skip welcome setting if skipped 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage

View file

@ -8,6 +8,7 @@ exports[`render 1`] = `
>
<EuiTitle
size="xs"
textTransform="none"
>
<h3>
<EuiTextColor
@ -88,6 +89,7 @@ exports[`render 1`] = `
>
<EuiText
grow={true}
size="m"
>
<EuiIcon
color="subdued"

View file

@ -33,6 +33,7 @@ exports[`props iconType 1`] = `
<EuiTitle
className="synopsisTitle"
size="s"
textTransform="none"
>
<h4>
Great tutorial
@ -41,6 +42,7 @@ exports[`props iconType 1`] = `
<EuiText
className="synopsisBody"
grow={true}
size="m"
>
<p>
<EuiTextColor
@ -89,6 +91,7 @@ exports[`props iconUrl 1`] = `
<EuiTitle
className="synopsisTitle"
size="s"
textTransform="none"
>
<h4>
Great tutorial
@ -97,6 +100,7 @@ exports[`props iconUrl 1`] = `
<EuiText
className="synopsisBody"
grow={true}
size="m"
>
<p>
<EuiTextColor
@ -135,6 +139,7 @@ exports[`props isBeta 1`] = `
<EuiTitle
className="synopsisTitle"
size="s"
textTransform="none"
>
<h4>
Great tutorial
@ -143,6 +148,7 @@ exports[`props isBeta 1`] = `
<EuiText
className="synopsisBody"
grow={true}
size="m"
>
<p>
<EuiTextColor
@ -181,6 +187,7 @@ exports[`render 1`] = `
<EuiTitle
className="synopsisTitle"
size="s"
textTransform="none"
>
<h4>
Great tutorial
@ -189,6 +196,7 @@ exports[`render 1`] = `
<EuiText
className="synopsisBody"
grow={true}
size="m"
>
<p>
<EuiTextColor

View file

@ -21,6 +21,7 @@ exports[`render 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage

View file

@ -33,6 +33,7 @@ exports[`props exportedFieldsUrl 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h2>
Great tutorial
@ -115,6 +116,7 @@ exports[`props iconType 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h2>
Great tutorial
@ -167,6 +169,7 @@ exports[`props isBeta 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h2>
Great tutorial
@ -223,6 +226,7 @@ exports[`props previewUrl 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h2>
Great tutorial
@ -284,6 +288,7 @@ exports[`render 1`] = `
>
<EuiTitle
size="l"
textTransform="none"
>
<h2>
Great tutorial

View file

@ -117,6 +117,7 @@ exports[`bulkCreate should display error message when bulkCreate request fails 1
>
<EuiText
grow={true}
size="m"
>
<p>
Imports index pattern, visualizations and pre-defined dashboards.
@ -191,6 +192,7 @@ exports[`bulkCreate should display error message when bulkCreate request fails 1
<EuiTitle
className="euiStep__title"
size="s"
textTransform="none"
>
<p
className="euiTitle euiTitle--small euiStep__title"
@ -222,9 +224,10 @@ exports[`bulkCreate should display error message when bulkCreate request fails 1
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
Imports index pattern, visualizations and pre-defined dashboards.
@ -423,6 +426,7 @@ exports[`bulkCreate should display success message when bulkCreate is successful
>
<EuiText
grow={true}
size="m"
>
<p>
Imports index pattern, visualizations and pre-defined dashboards.
@ -537,6 +541,7 @@ exports[`bulkCreate should display success message when bulkCreate is successful
<EuiTitle
className="euiStep__title"
size="s"
textTransform="none"
>
<p
className="euiTitle euiTitle--small euiStep__title"
@ -568,9 +573,10 @@ exports[`bulkCreate should display success message when bulkCreate is successful
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
Imports index pattern, visualizations and pre-defined dashboards.
@ -675,6 +681,7 @@ exports[`renders 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
Imports index pattern, visualizations and pre-defined dashboards.

View file

@ -21,6 +21,7 @@ exports[`EmptyState should render normally 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<EuiTextColor
color="subdued"
@ -46,6 +47,7 @@ exports[`EmptyState should render normally 1`] = `
/>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage

View file

@ -4,6 +4,7 @@ exports[`Header should render a different name, prompt, and beta tag if provided
<div>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
<FormattedMessage
@ -39,6 +40,7 @@ exports[`Header should render a different name, prompt, and beta tag if provided
>
<EuiText
grow={true}
size="m"
>
<p>
<EuiTextColor
@ -73,6 +75,7 @@ exports[`Header should render normally 1`] = `
<div>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
<FormattedMessage
@ -101,6 +104,7 @@ exports[`Header should render normally 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
<EuiTextColor
@ -127,6 +131,7 @@ exports[`Header should render without including system indices 1`] = `
<div>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
<FormattedMessage
@ -155,6 +160,7 @@ exports[`Header should render without including system indices 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
<EuiTextColor

View file

@ -21,6 +21,7 @@ exports[`LoadingState should render normally 1`] = `
>
<EuiTitle
size="s"
textTransform="none"
>
<EuiTextColor
color="subdued"

View file

@ -4,6 +4,7 @@ exports[`Header should mark the input as invalid 1`] = `
<div>
<EuiTitle
size="s"
textTransform="none"
>
<h2>
<FormattedMessage
@ -123,6 +124,7 @@ exports[`Header should render normally 1`] = `
<div>
<EuiTitle
size="s"
textTransform="none"
>
<h2>
<FormattedMessage

View file

@ -24,6 +24,7 @@ exports[`LoadingIndices should render normally 1`] = `
>
<EuiText
grow={true}
size="m"
>
<EuiTextColor
color="subdued"

View file

@ -43,6 +43,7 @@ exports[`StepTimeField should render a loading state when creating the index pat
>
<EuiText
grow={true}
size="m"
>
<FormattedMessage
defaultMessage="Creating index pattern..."

View file

@ -4,6 +4,7 @@ exports[`Header should render normally 1`] = `
<div>
<EuiTitle
size="s"
textTransform="none"
>
<h2>
<FormattedMessage
@ -19,6 +20,7 @@ exports[`Header should render normally 1`] = `
<EuiText
color="subdued"
grow={true}
size="m"
>
<FormattedMessage
defaultMessage="You've defined {indexPattern} as your {indexPatternName}. Now you can specify some settings before we create it."

View file

@ -260,6 +260,7 @@ exports[`TimeField should render something if hiding time field 1`] = `
<EuiForm>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage

View file

@ -16,6 +16,7 @@ exports[`Header should render normally 1`] = `
>
<EuiTitle
size="s"
textTransform="none"
>
<h3>
<FormattedMessage
@ -27,6 +28,7 @@ exports[`Header should render normally 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage

View file

@ -4,6 +4,7 @@ exports[`Header should render normally 1`] = `
<div>
<EuiTitle
size="s"
textTransform="none"
>
<h3>
<FormattedMessage
@ -15,6 +16,7 @@ exports[`Header should render normally 1`] = `
</EuiTitle>
<EuiText
grow={true}
size="m"
>
<p>
<FormattedMessage

View file

@ -14,6 +14,7 @@ exports[`Flyout conflicts should allow conflict resolution 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<FormattedMessage
@ -207,6 +208,7 @@ exports[`Flyout should render import step 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<FormattedMessage

View file

@ -17,6 +17,7 @@ exports[`Header should render normally 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
<FormattedMessage
@ -111,6 +112,7 @@ exports[`Header should render normally 1`] = `
/>
<EuiText
grow={true}
size="m"
>
<p>
<EuiTextColor

View file

@ -14,6 +14,7 @@ exports[`Relationships should render dashboards normally 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<EuiToolTip
@ -128,6 +129,7 @@ exports[`Relationships should render errors 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<EuiToolTip
@ -178,6 +180,7 @@ exports[`Relationships should render index patterns normally 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<EuiToolTip
@ -218,6 +221,7 @@ exports[`Relationships should render searches normally 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<EuiToolTip
@ -396,6 +400,7 @@ exports[`Relationships should render visualizations normally 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<EuiToolTip

View file

@ -45,6 +45,7 @@ exports[`Form should render normally 1`] = `
<EuiForm>
<EuiText
grow={true}
size="m"
>
<EuiFlexGroup
alignItems="baseline"
@ -117,6 +118,7 @@ exports[`Form should render normally 1`] = `
<EuiForm>
<EuiText
grow={true}
size="m"
>
<EuiFlexGroup
alignItems="baseline"
@ -172,6 +174,7 @@ exports[`Form should render normally 1`] = `
<EuiForm>
<EuiText
grow={true}
size="m"
>
<EuiFlexGroup
alignItems="baseline"

View file

@ -3,6 +3,7 @@
exports[`PageTitle should render normally 1`] = `
<EuiText
grow={true}
size="m"
>
<h1
data-test-subj="managementSettingsTitle"

View file

@ -21,6 +21,7 @@ exports[`render 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<FormattedMessage
@ -46,6 +47,7 @@ exports[`render 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
My Computer

View file

@ -14,6 +14,7 @@ exports[`LabelTemplateFlyout should render normally 1`] = `
<EuiFlyoutBody>
<EuiText
grow={true}
size="m"
>
<h3>
<FormattedMessage

View file

@ -14,6 +14,7 @@ exports[`UrlTemplateFlyout should render normally 1`] = `
<EuiFlyoutBody>
<EuiText
grow={true}
size="m"
>
<h3>
<FormattedMessage

View file

@ -61,6 +61,7 @@ exports[`InspectorPanel should render as expected 1`] = `
>
<EuiTitle
size="s"
textTransform="none"
>
<h1
className="euiTitle euiTitle--small"

View file

@ -35,6 +35,7 @@ exports[`LanguageSwitcher should toggle off if language is lucene 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
Our experimental autocomplete and simple syntax features can help you create your queries. Just start typing and youll see matches related to your data. See docs
@ -130,6 +131,7 @@ exports[`LanguageSwitcher should toggle on if language is kuery 1`] = `
>
<EuiText
grow={true}
size="m"
>
<p>
Our experimental autocomplete and simple syntax features can help you create your queries. Just start typing and youll see matches related to your data. See docs

View file

@ -20,7 +20,6 @@
// TODO: Remove once typescript definitions are in EUI
declare module '@elastic/eui' {
export const EuiCopy: React.SFC<any>;
export const EuiForm: React.SFC<any>;
}
import React, { Component } from 'react';

View file

@ -119,7 +119,7 @@
},
"dependencies": {
"@elastic/datemath": "^4.0.2",
"@elastic/eui": "4.5.1",
"@elastic/eui": "5.0.0",
"@elastic/node-crypto": "0.1.2",
"@elastic/node-phantom-simple": "2.2.4",
"@elastic/numeral": "2.3.2",

View file

@ -1,5 +1,5 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`LicenseStatus component should display display warning is expired 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--danger\\" focusable=\\"false\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\"><g fill-rule=\\"evenodd\\"><path d=\\"M7.5 2.236L1.618 14h11.764L7.5 2.236zm.894-.447l5.882 11.764A1 1 0 0 1 13.382 15H1.618a1 1 0 0 1-.894-1.447L6.606 1.789a1 1 0 0 1 1.788 0z\\"></path><path d=\\"M7 6h1v5H7zM7 12h1v1H7z\\"></path></g></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 data-test-subj=\\"licenseText\\" class=\\"euiTitle euiTitle--large\\">Your Platinum license has expired</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><span data-test-subj=\\"licenseSubText\\"><div class=\\"euiText\\"><div class=\\"euiTextColor euiTextColor--subdued\\">Your license expired on <strong></strong></div></div></span></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;
exports[`LicenseStatus component should display display warning is expired 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--danger\\" focusable=\\"false\\" xmlns=\\"http://www.w3.org/2000/svg\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\"><g fill-rule=\\"evenodd\\"><path d=\\"M7.5 2.236L1.618 14h11.764L7.5 2.236zm.894-.447l5.882 11.764A1 1 0 0 1 13.382 15H1.618a1 1 0 0 1-.894-1.447L6.606 1.789a1 1 0 0 1 1.788 0z\\"></path><path d=\\"M7 6h1v5H7zM7 12h1v1H7z\\"></path></g></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 data-test-subj=\\"licenseText\\" class=\\"euiTitle euiTitle--large\\">Your Platinum license has expired</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><span data-test-subj=\\"licenseSubText\\"><div class=\\"euiText euiText--medium\\"><div class=\\"euiTextColor euiTextColor--subdued\\">Your license expired on <strong></strong></div></div></span></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;
exports[`LicenseStatus component should display normally when license is active 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--success\\" focusable=\\"false\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\" xmlns=\\"http://www.w3.org/2000/svg\\"><path d=\\"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm-1.125-5a.377.377 0 0 0 .266-.11l5.25-5.25a.376.376 0 0 0-.531-.53l-4.985 4.985L4.141 7.36a.376.376 0 0 0-.531.53l3 3c.073.073.17.11.265.11z\\" fill-rule=\\"evenodd\\"></path></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 data-test-subj=\\"licenseText\\" class=\\"euiTitle euiTitle--large\\">Your Gold license is active</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><span data-test-subj=\\"licenseSubText\\"><div class=\\"euiText\\"><div class=\\"euiTextColor euiTextColor--subdued\\">Your license will expire on <strong>October 12, 2099 7:00 PM EST</strong></div></div></span></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;
exports[`LicenseStatus component should display normally when license is active 1`] = `"<div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><div class=\\"euiFlexGroup euiFlexGroup--gutterSmall euiFlexGroup--alignItemsCenter euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><svg class=\\"euiIcon euiIcon--medium euiIcon--success\\" focusable=\\"false\\" width=\\"16\\" height=\\"16\\" viewBox=\\"0 0 16 16\\" xmlns=\\"http://www.w3.org/2000/svg\\"><path d=\\"M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm-1.125-5a.377.377 0 0 0 .266-.11l5.25-5.25a.376.376 0 0 0-.531-.53l-4.985 4.985L4.141 7.36a.376.376 0 0 0-.531.53l3 3c.073.073.17.11.265.11z\\" fill-rule=\\"evenodd\\"></path></svg></div><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><h2 data-test-subj=\\"licenseText\\" class=\\"euiTitle euiTitle--large\\">Your Gold license is active</h2></div></div></div></div><div class=\\"euiFlexGroup euiFlexGroup--gutterLarge euiFlexGroup--justifyContentSpaceAround euiFlexGroup--directionRow euiFlexGroup--responsive\\"><div class=\\"euiFlexItem euiFlexItem--flexGrowZero\\"><span data-test-subj=\\"licenseSubText\\"><div class=\\"euiText euiText--medium\\"><div class=\\"euiTextColor euiTextColor--subdued\\">Your license will expire on <strong>October 12, 2099 7:00 PM EST</strong></div></div></span></div></div><div class=\\"euiSpacer euiSpacer--l\\"></div></div>"`;

View file

@ -87,9 +87,10 @@ exports[`TelemetryOptIn should display when telemetry not opted in 1`] = `
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
<FormattedMessage
@ -148,6 +149,7 @@ exports[`TelemetryOptIn should display when telemetry not opted in 1`] = `
<EuiText
className="licManagement__narrowText"
grow={true}
size="m"
>
<p>
<FormattedMessage
@ -241,6 +243,7 @@ exports[`TelemetryOptIn should display when telemetry not opted in 1`] = `
<EuiText
className="licManagement__narrowText"
grow={true}
size="m"
>
<p>
<FormattedMessage

View file

@ -116,6 +116,7 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<EuiTitle
className="eui-textCenter"
size="l"
textTransform="none"
>
<h1
className="euiTitle euiTitle--large eui-textCenter"
@ -298,26 +299,29 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
<EuiText
data-test-subj="confirmModalBodyText"
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
data-test-subj="confirmModalBodyText"
>
<div>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
Some functionality will be lost if you replace your TRIAL license with a BASIC license. Review the list of features below.
</div>
</EuiText>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<ul>
<li
@ -411,9 +415,10 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
</EuiOverlayMask>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
<FormattedMessage
@ -459,9 +464,10 @@ exports[`UploadLicense should display a modal when license requires acknowledgem
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<EuiFilePicker
compressed={false}
@ -776,6 +782,7 @@ exports[`UploadLicense should display an error when ES says license is expired 1
<EuiTitle
className="eui-textCenter"
size="l"
textTransform="none"
>
<h1
className="euiTitle euiTitle--large eui-textCenter"
@ -816,9 +823,10 @@ exports[`UploadLicense should display an error when ES says license is expired 1
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
<FormattedMessage
@ -905,9 +913,10 @@ exports[`UploadLicense should display an error when ES says license is expired 1
</EuiCallOut>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<EuiFilePicker
compressed={false}
@ -1248,6 +1257,7 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
<EuiTitle
className="eui-textCenter"
size="l"
textTransform="none"
>
<h1
className="euiTitle euiTitle--large eui-textCenter"
@ -1288,9 +1298,10 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
<FormattedMessage
@ -1377,9 +1388,10 @@ exports[`UploadLicense should display an error when ES says license is invalid 1
</EuiCallOut>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<EuiFilePicker
compressed={false}
@ -1720,6 +1732,7 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
<EuiTitle
className="eui-textCenter"
size="l"
textTransform="none"
>
<h1
className="euiTitle euiTitle--large eui-textCenter"
@ -1760,9 +1773,10 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
<FormattedMessage
@ -1849,9 +1863,10 @@ exports[`UploadLicense should display an error when submitting invalid JSON 1`]
</EuiCallOut>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<EuiFilePicker
compressed={false}
@ -2192,6 +2207,7 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
<EuiTitle
className="eui-textCenter"
size="l"
textTransform="none"
>
<h1
className="euiTitle euiTitle--large eui-textCenter"
@ -2232,9 +2248,10 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
<FormattedMessage
@ -2321,9 +2338,10 @@ exports[`UploadLicense should display error when ES returns error 1`] = `
</EuiCallOut>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<EuiFilePicker
compressed={false}

View file

@ -17,6 +17,7 @@ exports[`PipelineEditor component includes required error message for falsy pipe
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Create Pipeline
@ -334,6 +335,7 @@ exports[`PipelineEditor component invalidates form for invalid pipeline id input
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Create Pipeline
@ -650,6 +652,7 @@ exports[`PipelineEditor component invalidates form for pipeline id with spaces 1
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Create Pipeline
@ -966,6 +969,7 @@ exports[`PipelineEditor component matches snapshot for clone pipeline 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Clone Pipeline "pipelineToClone"
@ -1274,6 +1278,7 @@ exports[`PipelineEditor component matches snapshot for create pipeline 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Create Pipeline
@ -1586,6 +1591,7 @@ exports[`PipelineEditor component matches snapshot for edit pipeline 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Edit Pipeline "pipelineId"

View file

@ -75,6 +75,7 @@ exports[`UpgradeFailure component passes expected text for new pipeline 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<UpgradeFailureTitle
className="euiTitle euiTitle--medium"
@ -153,6 +154,7 @@ exports[`UpgradeFailure component passes expected text for new pipeline 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2
className="euiTitle euiTitle--medium"
@ -175,9 +177,10 @@ exports[`UpgradeFailure component passes expected text for new pipeline 1`] = `
</EuiSpacer>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p
style={
@ -374,6 +377,7 @@ exports[`UpgradeFailure component passes expected text for not manual upgrade 1`
>
<EuiTitle
size="m"
textTransform="none"
>
<UpgradeFailureTitle
className="euiTitle euiTitle--medium"
@ -452,6 +456,7 @@ exports[`UpgradeFailure component passes expected text for not manual upgrade 1`
>
<EuiTitle
size="m"
textTransform="none"
>
<h2
className="euiTitle euiTitle--medium"
@ -474,9 +479,10 @@ exports[`UpgradeFailure component passes expected text for not manual upgrade 1`
</EuiSpacer>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p
style={
@ -673,6 +679,7 @@ exports[`UpgradeFailure component passes expected text for not new pipeline 1`]
>
<EuiTitle
size="m"
textTransform="none"
>
<UpgradeFailureTitle
className="euiTitle euiTitle--medium"
@ -751,6 +758,7 @@ exports[`UpgradeFailure component passes expected text for not new pipeline 1`]
>
<EuiTitle
size="m"
textTransform="none"
>
<h2
className="euiTitle euiTitle--medium"
@ -773,9 +781,10 @@ exports[`UpgradeFailure component passes expected text for not new pipeline 1`]
</EuiSpacer>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p
style={

View file

@ -25,6 +25,7 @@ exports[`UpgradeFailureTitle component renders component as expected 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
the Title

View file

@ -4,6 +4,7 @@ exports[`ActionsSection renders with no actions selected 1`] = `
<React.Fragment>
<EuiText
grow={true}
size="m"
>
<p>
Choose the action(s) to take when the rule matches an anomaly.
@ -94,6 +95,7 @@ exports[`ActionsSection renders with skip_result and skip_model_update selected
<React.Fragment>
<EuiText
grow={true}
size="m"
>
<p>
Choose the action(s) to take when the rule matches an anomaly.
@ -184,6 +186,7 @@ exports[`ActionsSection renders with skip_result selected 1`] = `
<React.Fragment>
<EuiText
grow={true}
size="m"
>
<p>
Choose the action(s) to take when the rule matches an anomaly.

View file

@ -21,6 +21,7 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
>
<EuiTitle
size="l"
textTransform="none"
>
<h1
id="flyoutTitle"
@ -91,6 +92,7 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
/>
<EuiText
grow={true}
size="m"
>
<p>
Rules instruct anomaly detectors to change their behavior based on domain-specific knowledge that you provide. When you create a rule, you can specify conditions, scope, and actions. When the conditions of a rule are satisfied, its actions are triggered.
@ -109,6 +111,7 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
/>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Action
@ -128,6 +131,7 @@ exports[`RuleEditorFlyout renders the flyout after adding a condition to a rule
/>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Conditions
@ -251,6 +255,7 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
>
<EuiTitle
size="l"
textTransform="none"
>
<h1
id="flyoutTitle"
@ -335,6 +340,7 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
/>
<EuiText
grow={true}
size="m"
>
<p>
Rules instruct anomaly detectors to change their behavior based on domain-specific knowledge that you provide. When you create a rule, you can specify conditions, scope, and actions. When the conditions of a rule are satisfied, its actions are triggered.
@ -353,6 +359,7 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
/>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Action
@ -372,6 +379,7 @@ exports[`RuleEditorFlyout renders the flyout after setting the rule to edit 1`]
/>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Conditions
@ -495,6 +503,7 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
>
<EuiTitle
size="l"
textTransform="none"
>
<h1
id="flyoutTitle"
@ -565,6 +574,7 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
/>
<EuiText
grow={true}
size="m"
>
<p>
Rules instruct anomaly detectors to change their behavior based on domain-specific knowledge that you provide. When you create a rule, you can specify conditions, scope, and actions. When the conditions of a rule are satisfied, its actions are triggered.
@ -583,6 +593,7 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
/>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Action
@ -602,6 +613,7 @@ exports[`RuleEditorFlyout renders the flyout for creating a rule with conditions
/>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Conditions
@ -717,6 +729,7 @@ exports[`RuleEditorFlyout renders the select action component for a detector wit
>
<EuiTitle
size="l"
textTransform="none"
>
<h1
id="flyoutTitle"

View file

@ -6,6 +6,7 @@ exports[`ScopeSection false canGetFilters privilege show NoPermissionCallOut whe
<React.Fragment>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Scope
@ -39,6 +40,7 @@ exports[`ScopeSection renders when enabled with no scope supplied 1`] = `
<React.Fragment>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Scope
@ -86,6 +88,7 @@ exports[`ScopeSection renders when enabled with scope supplied 1`] = `
<React.Fragment>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Scope
@ -133,6 +136,7 @@ exports[`ScopeSection renders when not enabled 1`] = `
<React.Fragment>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Scope
@ -163,6 +167,7 @@ exports[`ScopeSection show NoFilterListsCallOut when no filter list IDs 1`] = `
<React.Fragment>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Scope

View file

@ -16,6 +16,7 @@ exports[`EditConditionLink renders for a condition using actual 1`] = `
>
<EuiText
grow={true}
size="m"
>
Update rule condition from
5
@ -69,6 +70,7 @@ exports[`EditConditionLink renders for a condition using diff from typical 1`] =
>
<EuiText
grow={true}
size="m"
>
Update rule condition from
5
@ -122,6 +124,7 @@ exports[`EditConditionLink renders for a condition using typical 1`] = `
>
<EuiText
grow={true}
size="m"
>
Update rule condition from
5

View file

@ -33,11 +33,13 @@ exports[`ValidateJob renders button and modal with a message 1`] = `
/>
<EuiText
grow={true}
size="m"
>
Job validation performs certain checks against job configurations and underlying source data and provides specific advice on how to adjust settings that are more likely to produce insightful results.
</EuiText>
<EuiText
grow={true}
size="m"
>
For more information, see
<EuiLink
@ -93,11 +95,13 @@ exports[`ValidateJob renders the button and modal with a success message 1`] = `
>
<EuiText
grow={true}
size="m"
>
Job validation performs certain checks against job configurations and underlying source data and provides specific advice on how to adjust settings that are more likely to produce insightful results.
</EuiText>
<EuiText
grow={true}
size="m"
>
For more information, see
<EuiLink

View file

@ -4,6 +4,7 @@ exports[`CustomUrlEditor renders the editor for a dashboard type URL with a labe
<React.Fragment>
<EuiTitle
size="xs"
textTransform="none"
>
<h4>
Create new custom URL
@ -98,6 +99,7 @@ exports[`CustomUrlEditor renders the editor for a dashboard type URL with a labe
label="Query entities"
>
<EuiComboBox
compressed={false}
fullWidth={false}
isClearable={true}
onChange={[Function]}
@ -165,6 +167,7 @@ exports[`CustomUrlEditor renders the editor for a discover type URL with an enti
<React.Fragment>
<EuiTitle
size="xs"
textTransform="none"
>
<h4>
Create new custom URL
@ -259,6 +262,7 @@ exports[`CustomUrlEditor renders the editor for a discover type URL with an enti
label="Query entities"
>
<EuiComboBox
compressed={false}
fullWidth={false}
isClearable={true}
onChange={[Function]}
@ -360,6 +364,7 @@ exports[`CustomUrlEditor renders the editor for a discover type URL with valid t
<React.Fragment>
<EuiTitle
size="xs"
textTransform="none"
>
<h4>
Create new custom URL
@ -454,6 +459,7 @@ exports[`CustomUrlEditor renders the editor for a discover type URL with valid t
label="Query entities"
>
<EuiComboBox
compressed={false}
fullWidth={false}
isClearable={true}
onChange={[Function]}
@ -551,6 +557,7 @@ exports[`CustomUrlEditor renders the editor for a new dashboard type URL with no
<React.Fragment>
<EuiTitle
size="xs"
textTransform="none"
>
<h4>
Create new custom URL
@ -649,6 +656,7 @@ exports[`CustomUrlEditor renders the editor for a new dashboard type URL with no
label="Query entities"
>
<EuiComboBox
compressed={false}
fullWidth={false}
isClearable={true}
onChange={[Function]}
@ -716,6 +724,7 @@ exports[`CustomUrlEditor renders the editor for other type of URL with duplicate
<React.Fragment>
<EuiTitle
size="xs"
textTransform="none"
>
<h4>
Create new custom URL
@ -803,6 +812,7 @@ exports[`CustomUrlEditor renders the editor for other type of URL with unique la
<React.Fragment>
<EuiTitle
size="xs"
textTransform="none"
>
<h4>
Create new custom URL

View file

@ -30,6 +30,7 @@ exports[`EditFilterListHeader renders the header when creating a new filter list
>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
Create new filter list
@ -91,6 +92,7 @@ exports[`EditFilterListHeader renders the header when creating a new filter list
>
<EuiText
grow={true}
size="m"
>
<p>
A test filter list
@ -143,6 +145,7 @@ exports[`EditFilterListHeader renders the header when creating a new filter list
>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
Create new filter list
@ -208,6 +211,7 @@ exports[`EditFilterListHeader renders the header when creating a new filter list
>
<EuiText
grow={true}
size="m"
>
<EuiTextColor
color="subdued"
@ -262,6 +266,7 @@ exports[`EditFilterListHeader renders the header when editing an existing unused
>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
Filter list test_filter_list
@ -305,6 +310,7 @@ exports[`EditFilterListHeader renders the header when editing an existing unused
>
<EuiText
grow={true}
size="m"
>
<EuiTextColor
color="subdued"
@ -329,6 +335,7 @@ exports[`EditFilterListHeader renders the header when editing an existing unused
<React.Fragment>
<EuiText
grow={true}
size="m"
>
<p>
This filter list is not used by any jobs.
@ -371,6 +378,7 @@ exports[`EditFilterListHeader renders the header when editing an existing used f
>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
Filter list test_filter_list
@ -414,6 +422,7 @@ exports[`EditFilterListHeader renders the header when editing an existing used f
>
<EuiText
grow={true}
size="m"
>
<p>
A test filter list
@ -439,6 +448,7 @@ exports[`EditFilterListHeader renders the header when editing an existing used f
>
<EuiText
grow={true}
size="m"
>
This filter list is used in
</EuiText>
@ -452,6 +462,7 @@ exports[`EditFilterListHeader renders the header when editing an existing used f
/>
<EuiText
grow={true}
size="m"
>
across
</EuiText>

View file

@ -30,6 +30,7 @@ exports[`Filter Lists Header renders header 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h1>
Filter Lists
@ -88,6 +89,7 @@ exports[`Filter Lists Header renders header 1`] = `
/>
<EuiText
grow={true}
size="m"
>
<p>
<EuiTextColor

View file

@ -32,6 +32,7 @@ exports[`Overview that overview page renders normally 1`] = `
>
<EuiTitle
size="s"
textTransform="none"
>
<h3>
Active Beats in Last Day
@ -79,6 +80,7 @@ exports[`Overview that overview page renders normally 1`] = `
>
<EuiTitle
size="s"
textTransform="none"
>
<h3>
Top 5 Beat Types in Last Day
@ -118,6 +120,7 @@ exports[`Overview that overview page renders normally 1`] = `
>
<EuiTitle
size="s"
textTransform="none"
>
<h3>
Top 5 Versions in Last Day

View file

@ -9,6 +9,7 @@ exports[`CcrShard that is renders an exception properly 1`] = `
<EuiTitle
color="danger"
size="s"
textTransform="none"
>
<h3>
<EuiTextColor
@ -157,6 +158,7 @@ exports[`CcrShard that it renders normally 1`] = `
buttonContent={
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Advanced
@ -170,6 +172,7 @@ exports[`CcrShard that it renders normally 1`] = `
<React.Fragment>
<EuiTitle
size="s"
textTransform="none"
>
<h4>
September 27, 2018 9:32:09 AM

View file

@ -36,6 +36,7 @@ exports[`DetailDrawer component If vertices shows basic info and no stats for if
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
if
@ -47,6 +48,7 @@ exports[`DetailDrawer component If vertices shows basic info and no stats for if
<EuiFlyoutBody>
<EuiText
grow={true}
size="m"
>
<div>
<p>
@ -105,6 +107,7 @@ exports[`DetailDrawer component Plugin vertices Plugin does not have explicit ID
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
grok filter
@ -116,6 +119,7 @@ exports[`DetailDrawer component Plugin vertices Plugin does not have explicit ID
<EuiFlyoutBody>
<EuiText
grow={true}
size="m"
>
<div>
<p>
@ -396,6 +400,7 @@ exports[`DetailDrawer component Plugin vertices Plugin has explicit ID shows bas
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
grok filter
@ -407,6 +412,7 @@ exports[`DetailDrawer component Plugin vertices Plugin has explicit ID shows bas
<EuiFlyoutBody>
<EuiText
grow={true}
size="m"
>
<p>
This
@ -683,6 +689,7 @@ exports[`DetailDrawer component Queue vertices shows basic info and no stats for
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
queue
@ -694,6 +701,7 @@ exports[`DetailDrawer component Queue vertices shows basic info and no stats for
<EuiFlyoutBody>
<EuiText
grow={true}
size="m"
>
<p>
This is an internal structure used by Logstash to buffer events between inputs and the rest of the pipeline.
@ -742,6 +750,7 @@ exports[`DetailDrawer component shows vertex title 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2 />
</EuiTitle>
@ -751,6 +760,7 @@ exports[`DetailDrawer component shows vertex title 1`] = `
<EuiFlyoutBody>
<EuiText
grow={true}
size="m"
/>
</EuiFlyoutBody>
</EuiFlyout>

View file

@ -12,6 +12,7 @@ exports[`Queue component renders default elements 1`] = `
<EuiText
className="monPipelineViewer__queueMessage"
grow={true}
size="m"
>
Queue metrics not available
</EuiText>

View file

@ -25,6 +25,7 @@ exports[`StatementListHeading component renders title and icon type 1`] = `
>
<EuiTitle
size="s"
textTransform="none"
>
<h4>
Filters

View file

@ -31,7 +31,7 @@ exports[`NoData should show a default message if reason is unknown 1`] = `
class="euiSpacer euiSpacer--m"
/>
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
There is a
@ -111,7 +111,7 @@ exports[`NoData should show text next to the spinner while checking a setting 1`
class="euiTextColor euiTextColor--subdued"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
Monitoring provides insight to your hardware performance and load.

View file

@ -14,6 +14,7 @@ exports[`ExplainCollectionEnabled should explain about xpack.monitoring.collecti
<Component>
<EuiTitle
size="l"
textTransform="none"
>
<h2
className="euiTitle euiTitle--large"
@ -30,9 +31,10 @@ exports[`ExplainCollectionEnabled should explain about xpack.monitoring.collecti
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
Monitoring provides insight to your hardware performance and load.
@ -52,9 +54,10 @@ exports[`ExplainCollectionEnabled should explain about xpack.monitoring.collecti
</EuiHorizontalRule>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
We checked the

View file

@ -15,6 +15,7 @@ exports[`ExplainCollectionInterval collection interval setting updates should sh
>
<EuiTitle
size="l"
textTransform="none"
>
<h2
className="euiTitle euiTitle--large"
@ -32,9 +33,10 @@ exports[`ExplainCollectionInterval collection interval setting updates should sh
</EuiHorizontalRule>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
As soon as monitoring data appears in your cluster the page will automatically refresh with your monitoring dashboard. This only takes only a few seconds.
@ -74,6 +76,7 @@ exports[`ExplainCollectionInterval collection interval setting updates should sh
<Component>
<EuiTitle
size="l"
textTransform="none"
>
<h2
className="euiTitle euiTitle--large"
@ -90,9 +93,10 @@ exports[`ExplainCollectionInterval collection interval setting updates should sh
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
Monitoring provides insight to your hardware performance and load.
@ -112,9 +116,10 @@ exports[`ExplainCollectionInterval collection interval setting updates should sh
</EuiHorizontalRule>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
We checked the
@ -253,6 +258,7 @@ exports[`ExplainCollectionInterval should explain about xpack.monitoring.collect
<Component>
<EuiTitle
size="l"
textTransform="none"
>
<h2
className="euiTitle euiTitle--large"
@ -269,9 +275,10 @@ exports[`ExplainCollectionInterval should explain about xpack.monitoring.collect
>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
Monitoring provides insight to your hardware performance and load.
@ -291,9 +298,10 @@ exports[`ExplainCollectionInterval should explain about xpack.monitoring.collect
</EuiHorizontalRule>
<EuiText
grow={true}
size="m"
>
<div
className="euiText"
className="euiText euiText--medium"
>
<p>
We checked the

View file

@ -11,7 +11,7 @@ Array [
class="euiTextColor euiTextColor--subdued"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
To run monitoring please perform the following steps
@ -22,7 +22,7 @@ Array [
class="euiHorizontalRule euiHorizontalRule--half euiHorizontalRule--marginLarge"
/>,
<div
class="euiText eui-textLeft"
class="euiText euiText--medium eui-textLeft"
>
<p>
We checked the

View file

@ -11,7 +11,7 @@ Array [
class="euiTextColor euiTextColor--subdued"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
To run monitoring please perform the following steps
@ -22,7 +22,7 @@ Array [
class="euiHorizontalRule euiHorizontalRule--half euiHorizontalRule--marginLarge"
/>,
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
We checked the cluster settings and found that

View file

@ -11,7 +11,7 @@ Array [
class="euiTextColor euiTextColor--subdued"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
Monitoring provides insight to your hardware performance and load.
@ -22,7 +22,7 @@ Array [
class="euiHorizontalRule euiHorizontalRule--half euiHorizontalRule--marginLarge"
/>,
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
We checked the cluster settings and found that
@ -94,7 +94,7 @@ Array [
class="euiTextColor euiTextColor--subdued"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
To run monitoring please perform the following steps
@ -105,7 +105,7 @@ Array [
class="euiHorizontalRule euiHorizontalRule--half euiHorizontalRule--marginLarge"
/>,
<div
class="euiText eui-textLeft"
class="euiText euiText--medium eui-textLeft"
>
<p>
We checked the
@ -211,7 +211,7 @@ Array [
class="euiTextColor euiTextColor--subdued"
>
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
To run monitoring please perform the following steps
@ -222,7 +222,7 @@ Array [
class="euiHorizontalRule euiHorizontalRule--half euiHorizontalRule--marginLarge"
/>,
<div
class="euiText"
class="euiText euiText--medium"
>
<p>
We checked the node001foo settings and found that

View file

@ -11,7 +11,7 @@ Array [
class="euiHorizontalRule euiHorizontalRule--half euiHorizontalRule--marginLarge"
/>,
<div
class="euiText eui-textLeft"
class="euiText euiText--medium eui-textLeft"
>
<p>
No monitoring data found. Try setting the time filter to "Last 1 hour" or check if data is available for a different time period.

View file

@ -7,7 +7,6 @@
// TODO: Remove once typescript definitions are in EUI
declare module '@elastic/eui' {
export const EuiCopy: React.SFC<any>;
export const EuiForm: React.SFC<any>;
}
import { EuiButton, EuiCopy, EuiForm, EuiFormRow, EuiSpacer, EuiText } from '@elastic/eui';

View file

@ -9,6 +9,7 @@ exports[`DisabledLoginForm renders as expected 1`] = `
<EuiText
color="danger"
grow={true}
size="m"
style={
Object {
"textAlign": "center",
@ -21,6 +22,7 @@ exports[`DisabledLoginForm renders as expected 1`] = `
</EuiText>
<EuiText
grow={true}
size="m"
style={
Object {
"textAlign": "center",

View file

@ -25,6 +25,7 @@ exports[`LoginPage disabled form states renders as expected when a connection to
<EuiTitle
className="loginWelcome__title"
size="l"
textTransform="none"
>
<h1>
<FormattedMessage
@ -117,6 +118,7 @@ exports[`LoginPage disabled form states renders as expected when an unknown logi
<EuiTitle
className="loginWelcome__title"
size="l"
textTransform="none"
>
<h1>
<FormattedMessage
@ -209,6 +211,7 @@ exports[`LoginPage disabled form states renders as expected when secure cookies
<EuiTitle
className="loginWelcome__title"
size="l"
textTransform="none"
>
<h1>
<FormattedMessage
@ -301,6 +304,7 @@ exports[`LoginPage disabled form states renders as expected when xpack is not av
<EuiTitle
className="loginWelcome__title"
size="l"
textTransform="none"
>
<h1>
<FormattedMessage
@ -393,6 +397,7 @@ exports[`LoginPage enabled form state renders as expected 1`] = `
<EuiTitle
className="loginWelcome__title"
size="l"
textTransform="none"
>
<h1>
<FormattedMessage

View file

@ -21,6 +21,7 @@ exports[`it renders without blowing up 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
<EuiIcon

View file

@ -16,6 +16,7 @@ exports[`it renders without crashing 1`] = `
key="clusterPrivs"
>
<EuiComboBox
compressed={false}
fullWidth={false}
isClearable={true}
isDisabled={false}

View file

@ -89,6 +89,7 @@ exports[`it renders without crashing 1`] = `
hasEmptyLabelSpace={true}
>
<EuiComboBox
compressed={false}
fullWidth={false}
isClearable={true}
isDisabled={false}
@ -105,6 +106,7 @@ exports[`it renders without crashing 1`] = `
/>
<EuiTitle
size="xs"
textTransform="none"
>
<h3>
Index privileges

View file

@ -42,6 +42,7 @@ exports[`it renders without crashing 1`] = `
label="Indices"
>
<EuiComboBox
compressed={false}
data-test-subj="indicesInput0"
fullWidth={false}
isClearable={true}
@ -65,6 +66,7 @@ exports[`it renders without crashing 1`] = `
label="Privileges"
>
<EuiComboBox
compressed={false}
data-test-subj="privilegesInput0"
fullWidth={false}
isClearable={true}
@ -141,6 +143,7 @@ exports[`it renders without crashing 1`] = `
>
<React.Fragment>
<EuiComboBox
compressed={false}
data-test-subj="fieldInput0"
fullWidth={false}
isClearable={true}

View file

@ -86,6 +86,7 @@ exports[`<SpaceAwarePrivilegeForm> renders without crashing 1`] = `
<React.Fragment>
<EuiTitle
size="xs"
textTransform="none"
>
<h3>
Higher privileges for individual spaces

View file

@ -2,6 +2,7 @@
exports[`SpaceSelector renders without crashing 1`] = `
<EuiComboBox
compressed={false}
fullWidth={false}
isClearable={true}
onChange={[Function]}

View file

@ -19,6 +19,7 @@ exports[`ConfirmDeleteModal renders as expected 1`] = `
<EuiText
data-test-subj="confirmModalBodyText"
grow={true}
size="m"
>
<p>
Deleting a space permanently removes the space and
@ -51,6 +52,7 @@ exports[`ConfirmDeleteModal renders as expected 1`] = `
>
<EuiText
grow={true}
size="m"
>
You are about to delete your current space
<span>

View file

@ -34,6 +34,7 @@ exports[`AdvancedSettingsTitle renders as expected 1`] = `
>
<EuiText
grow={true}
size="m"
>
<h1
data-test-subj="managementSettingsTitle"

View file

@ -10,6 +10,7 @@ exports[`SecureSpaceMessage renders if user profile allows security to be manage
<EuiText
className="eui-textCenter"
grow={true}
size="m"
>
<p>
Want to assign a role to a space? Go to Management and select

View file

@ -28,6 +28,7 @@ exports[`SpacesGridPage renders as expected 1`] = `
>
<EuiText
grow={true}
size="m"
>
<h1>
Spaces

View file

@ -10,6 +10,7 @@ exports[`SpacesDescription renders without crashing 1`] = `
<EuiText
className="spcDescription__text"
grow={true}
size="m"
>
<p>
Organize your dashboards and other saved objects into meaningful categories.

View file

@ -26,6 +26,7 @@ exports[`it renders without crashing 1`] = `
</span>
<EuiTitle
size="l"
textTransform="none"
>
<h1>
Select your space
@ -68,6 +69,7 @@ exports[`it renders without crashing 1`] = `
<EuiText
color="subdued"
grow={true}
size="m"
textAlign="center"
>
No spaces match search criteria

View file

@ -15,6 +15,7 @@ exports[`OptInDetailsComponent renders as expected 1`] = `
>
<EuiTitle
size="m"
textTransform="none"
>
<h2>
Cluster statistics
@ -26,6 +27,7 @@ exports[`OptInDetailsComponent renders as expected 1`] = `
>
<EuiText
grow={true}
size="m"
>
This is an example of the basic cluster statistics that well collect. It includes the number of indices, shards, and nodes. It also includes high-level usage statistics, such as whether monitoring is turned on.
</EuiText>

View file

@ -10,6 +10,7 @@ exports[`TelemetryForm renders as expected 1`] = `
<EuiForm>
<EuiText
grow={true}
size="m"
>
<EuiFlexGroup
alignItems="baseline"

View file

@ -26,10 +26,10 @@
dependencies:
moment "^2.13.0"
"@elastic/eui@4.5.1":
version "4.5.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-4.5.1.tgz#29ac4f07ab80b229ff4b183f7ced580b84a13df5"
integrity sha512-wUI2ALqKH2MPS7xUsfzm6QOmtnw2itSlWxIaje3y6kbnGyjdSyrewpaws6TRQL7bHss+ylKTVwJCWR6dSC3nVw==
"@elastic/eui@5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-5.0.0.tgz#e6fe9e1aa8b00c93045178f78a6dd0d457d56fa8"
integrity sha512-WL6sp6u2Rt1O7a2exLU/RuDcRnpluPN6aQ2JexBl+G6mVyF8F5I3RGJKTJp3jOozOaODRY2ev+Nq57EydkjrKg==
dependencies:
classnames "^2.2.5"
core-js "^2.5.1"

View file

@ -129,10 +129,10 @@
version "0.0.0"
uid ""
"@elastic/eui@4.5.1":
version "4.5.1"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-4.5.1.tgz#29ac4f07ab80b229ff4b183f7ced580b84a13df5"
integrity sha512-wUI2ALqKH2MPS7xUsfzm6QOmtnw2itSlWxIaje3y6kbnGyjdSyrewpaws6TRQL7bHss+ylKTVwJCWR6dSC3nVw==
"@elastic/eui@5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-5.0.0.tgz#e6fe9e1aa8b00c93045178f78a6dd0d457d56fa8"
integrity sha512-WL6sp6u2Rt1O7a2exLU/RuDcRnpluPN6aQ2JexBl+G6mVyF8F5I3RGJKTJp3jOozOaODRY2ev+Nq57EydkjrKg==
dependencies:
classnames "^2.2.5"
core-js "^2.5.1"