Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

highlight sample data section for new users #20953

Merged
merged 7 commits into from
Jul 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,229 @@ exports[`apmUiEnabled 1`] = `
wrap={false}
>
<EuiFlexItem
className="addDataFooterItem"
component="div"
grow={false}
grow={true}
>
<EuiText
grow={true}
>
<strong
style={
Object {
"height": 38,
}
}
>
Sample Data
</strong>
<EuiLink
color="primary"
href="#/home/tutorial_directory/sampleData"
style={
Object {
"marginLeft": 8,
}
}
type="button"
>
Load a data set and a Kibana dashboard
</EuiLink>
</EuiText>
</EuiFlexItem>
<EuiFlexItem
className="addDataFooterItem"
component="div"
grow={true}
>
<EuiText
grow={true}
>
<strong
style={
Object {
"height": 38,
}
}
>
Your Data
</strong>
<EuiLink
color="primary"
href="#/management/kibana/index"
style={
Object {
"marginLeft": 8,
}
}
type="button"
>
Connect to your Elasticsearch index
</EuiLink>
</EuiText>
</EuiFlexItem>
</EuiFlexGroup>
</EuiPanel>
`;

exports[`isNewKibanaInstance 1`] = `
<EuiPanel
grow={true}
hasShadow={false}
paddingSize="l"
>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="flexStart"
responsive={true}
wrap={false}
>
<EuiFlexItem
component="div"
grow={true}
>
<EuiTitle
size="m"
>
<h3>
Add Data to Kibana
</h3>
</EuiTitle>
<EuiText
grow={true}
>
<p>
Use these solutions to quickly turn your data into pre-built dashboards and monitoring systems.
</p>
</EuiText>
</EuiFlexItem>
</EuiFlexGroup>
<EuiSpacer
size="l"
/>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="none"
justifyContent="flexStart"
responsive={true}
wrap={true}
>
<EuiFlexItem
component="div"
grow={true}
>
<EuiCard
className="addDataCard"
description="Ingest logs from popular data sources and easily visualize in preconfigured dashboards."
footer={
<EuiButton
className="addDataButton"
color="primary"
fill={false}
href="#/home/tutorial_directory/logging"
iconSide="left"
type="button"
>
Add log data
</EuiButton>
}
icon={
<EuiIcon
className="addDataIcon"
size="m"
type="loggingApp"
/>
}
layout="vertical"
textAlign="center"
title="Logging"
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={true}
>
<EuiCard
className="addDataCard"
description="Collect metrics from the operating system and services running on your servers."
footer={
<EuiButton
className="addDataButton"
color="primary"
fill={false}
href="#/home/tutorial_directory/metrics"
iconSide="left"
type="button"
>
Add metric data
</EuiButton>
}
icon={
<EuiIcon
className="addDataIcon"
size="m"
type="monitoringApp"
/>
}
layout="vertical"
textAlign="center"
title="Metrics"
/>
</EuiFlexItem>
<EuiFlexItem
component="div"
grow={true}
>
<EuiCard
className="addDataCard"
description="Centralize security events for interactive investigation in ready-to-go visualizations."
footer={
<EuiButton
className="addDataButton"
color="primary"
fill={false}
href="#/home/tutorial_directory/security"
iconSide="left"
type="button"
>
Add security events
</EuiButton>
}
icon={
<EuiIcon
className="addDataIcon"
size="m"
type="securityApp"
/>
}
layout="vertical"
textAlign="center"
title="Security Analytics"
/>
</EuiFlexItem>
</EuiFlexGroup>
<EuiHorizontalRule
margin="l"
size="full"
/>
<EuiFlexGroup
alignItems="stretch"
component="div"
direction="row"
gutterSize="l"
justifyContent="spaceAround"
responsive={true}
wrap={false}
>
<EuiFlexItem
className="addDataFooterItem addDataFooterItem_highlight"
component="div"
grow={true}
>
<EuiText
grow={true}
Expand All @@ -199,7 +420,7 @@ exports[`apmUiEnabled 1`] = `
}
}
>
Need data?
Sample Data
</strong>
<EuiLink
color="primary"
Expand All @@ -211,13 +432,14 @@ exports[`apmUiEnabled 1`] = `
}
type="button"
>
Load sample data, visualizations, and dashboards
Load a data set and a Kibana dashboard
</EuiLink>
</EuiText>
</EuiFlexItem>
<EuiFlexItem
className="addDataFooterItem addDataFooterItem_highlight"
component="div"
grow={false}
grow={true}
>
<EuiText
grow={true}
Expand All @@ -229,7 +451,7 @@ exports[`apmUiEnabled 1`] = `
}
}
>
Have data?
Your Data
</strong>
<EuiLink
color="primary"
Expand Down Expand Up @@ -404,8 +626,9 @@ exports[`render 1`] = `
wrap={false}
>
<EuiFlexItem
className="addDataFooterItem"
component="div"
grow={false}
grow={true}
>
<EuiText
grow={true}
Expand All @@ -417,7 +640,7 @@ exports[`render 1`] = `
}
}
>
Need data?
Sample Data
</strong>
<EuiLink
color="primary"
Expand All @@ -429,13 +652,14 @@ exports[`render 1`] = `
}
type="button"
>
Load sample data, visualizations, and dashboards
Load a data set and a Kibana dashboard
</EuiLink>
</EuiText>
</EuiFlexItem>
<EuiFlexItem
className="addDataFooterItem"
component="div"
grow={false}
grow={true}
>
<EuiText
grow={true}
Expand All @@ -447,7 +671,7 @@ exports[`render 1`] = `
}
}
>
Have data?
Your Data
</strong>
<EuiLink
color="primary"
Expand Down
Loading