[DOCS] Redesigns Kibana docs landing page (#138051) (#144071)

* [DOCS] Another landing page design

* [DOCS] Uses cards in landing page

* [DOCS] Updates list of docs

* [DOCS] Emphasizes solutions

* html, css updates

use one column on medium screens and smaller

clean up

clean up again

* [DOCS] Incorporates review comments

* [DOCS] Updates text and link for search

* format headings in cards, ensure cards are always the same height

* remove unused css, align images

* [DOCS] Fixes links to images

* [DOCS] Uses images with transparent background

* Fixes wording in cards

* Update docs/index-custom-title-page.html

Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>

* Update docs/index-custom-title-page.html

Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>

* Update docs/index-custom-title-page.html

Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>

* [DOCS] Add content to describe Kibana

* [DOCS] Minor edits

* Update docs/index-custom-title-page.html

Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>

* [DOCS] Copy edits to landing page

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
Co-authored-by: Kelly Murphy <kelly.murphy@elastic.co>
(cherry picked from commit 5d2b2e5922)

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-10-26 17:16:49 -04:00 committed by GitHub
parent 72a5b750c5
commit 88c5de7d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 254 additions and 153 deletions

View file

@ -0,0 +1,254 @@
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.card {
cursor: pointer;
padding: 16px;
text-align: left;
color: #000;
}
.card:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
text-align: left;
}
#guide a.no-text-decoration:hover {
text-decoration: none!important;
}
.icon {
width: 24px;
height: 24px;
background-position: bottom;
background-size: contain;
background-repeat: no-repeat;
}
.ul-col-1 {
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
@media (min-width:769px) {
.ul-col-md-2 {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
}
</style>
<div class="legalnotice"></div>
<div class="row my-4">
<div class="col-md-6 col-12">
<p></p>
<h2>Bring your data to life</h2>
<p>
Kibana is a user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack.
Take this tutorial for the basics of visualizing data.
</p>
<p>
<a href="get-started.html">
<button class="btn btn-primary">Create a visualization</button>
</a>
</p>
<p>
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.5/whats-new.html">What's new</a>
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.5/release-notes-8.5.0.html">Release notes</a>
<a class="inline-block mr-3" href="https://www.elastic.co/videos/training-how-to-series-stack">How-to videos</a>
</p>
</div>
<div class="col-md-6 col-12">
<img class="w-100" src="https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt9068c0f145771649/633b72121434a77dfebf7301/kibana.png" />
</div>
</div>
<h3>Explore by use case</h3>
<div class="row my-4">
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/enterprise-search/current/start.html">
<div class="card h-100">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt11200907c1c033aa/634d9da119d8652169cf9b2b/enterprise-search-logo-color-32px.png');"></span>
Search my data
</h4>
<p>Create search experiences for your content, wherever it lives.</p>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html">
<div class="card h-100">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltaa08b370a00bbecc/634d9da14e565f1cdce27f7c/observability-logo-color-32px.png');"></span>
Observe my data
</h4>
<p>Follow our guides to monitor logs, metrics, and traces.</p>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/security/current/es-overview.html">
<div class="card h-100">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt9a964b17261ab257/633b72121c35a655592b7b4f/Security.png');"></span>
Protect my environment
</h4>
<p>Learn how to defend against threats across your environment.</p>
</div>
</a>
</div>
</div>
<h3>Get to know Kibana</h3>
<div class="my-5">
<div class="d-flex align-items-center mb-3">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt339897734cf6f1a5/634d9d7aad35ab2389acb5f8/icon-visualizer-32-color.png');"></span>
Discover, visualize, and share
</h4>
</div>
<ul class="ul-col-md-2 ul-col-1">
<li>
<a href="discover.html">Discover what's in your data</a>
</li>
<li>
<a href="dashboard.html">Build charts and dashboards</a>
</li>
<li>
<a href="maps.html">Map geographic data</a>
</li>
<li>
<a href="canvas.html">Design presentations</a>
</li>
<li>
<a href="xpack-graph.html">Graph patterns and relationships</a>
</li>
<li>
<a href="xpack-ml.html">Model, predict, & detect behavior</a>
</li>
<li>
<a href="reporting-getting-started.html">Generate and share reports</a>
</li>
<li>
<a href="alerting-getting-started.html">Alert and take action</a>
</li>
<li>
<a href="kuery-query.html">Use Kibana Query Language</a>
</li>
<li>
<a href="data-views.html">Learn about data views</a>
</li>
</ul>
</div>
<div class="my-5">
<div class="d-flex align-items-center mb-3">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltf6be06b964edf05e/634d9d7ab3f39b38fccfd0b4/icon-spaces-32-color.png');"></span>
Get organized
</h4>
</div>
<ul class="ul-col-md-2 ul-col-1">
<li>
<a href="xpack-spaces.html">Collect related data in spaces</a>
</li>
<li>
<a href="managing-tags.html">Quickly find apps and objects</a>
</li>
<li>
<a href="managing-saved-objects.html">Manage the objects you saved</a>
</li>
</ul>
</div>
<div class="my-5">
<div class="d-flex align-items-center mb-3">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt9d2fce38d6c4314f/634d9d7abbff0b3fd98e0e73/icon-management-32-color.png');"></span>
Manage and secure
</h4>
</div>
<ul class="ul-col-md-2 ul-col-1">
<li>
<a href="management.html">Manage data and indices</a>
</li>
<li>
<a href="tutorial-secure-access-to-kibana.html">Configure access & security</a>
</li>
<li>
<a href="xpack-monitoring.html">Monitor the Elastic Stack</a>
</li>
<li>
<a href="advanced-options.html">Customize Kibana</a>
</li>
<li>
<a href="kibana-troubleshooting.html">Troubleshoot</a>
</li>
</ul>
</div>
<div class="my-5">
<div class="d-flex align-items-center mb-3">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltaab09880054ab560/634d9d7ac96b72418f47af78/icon-upgrade-assistant-32-color.png');"></span>
Install and upgrade
</h4>
</div>
<ul class="ul-col-md-2 ul-col-1">
<li>
<a href="/install.html">Install</a>
</li>
<li>
<a href="settings.html">Configure settings</a>
</li>
<li>
<a href="upgrade.html">Prepare for an upgrade</a>
</li>
<li>
<a href="upgrade.html">Prepare for an upgrade</a>
</li>
<li>
<a href="managing-licenses.html">Update your license</a>
</ul>
</div>
<div class="my-5">
<div class="d-flex align-items-center mb-3">
<h4 class="mt-3">
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blte10aca67249f6bcb/634d9d7a6245b53fdaedc06b/icon-dev-tools-32-color.png');"></span>
Tools, APIs, and Dev docs
</h4>
</div>
<ul class="ul-col-md-2 ul-col-1">
<li>
<a href="console-kibana.html">Console</a>
</li>
<li>
<a href="console-kibana.html">Search profiler</a>
</li>
<li>
<a href="api.html">REST APIs</a>
</li>
<li>
<a href="development.html">Developer docs</a>
</li>
</ul>
</div>
<p class="my-4"><a href="https://www.elastic.co/guide/index.html">View all Elastic docs</a></p>

View file

@ -1,153 +0,0 @@
<div class="legalnotice">
<p>
From creating beautiful visualizations to managing the Elastic Stack, learn how Kibana helps you
get the most of your data.
</p>
<p>
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.5/whats-new.html">What's new</a>
<a class="inline-block mr-3" href="https://www.elastic.co/guide/en/kibana/8.5/release-notes.html">Release notes</a>
<a class="inline-block mr-3" href="https://www.elastic.co/videos/training-how-to-series-stack">How-to videos</a>
</p>
<table style="width: 100%">
<tr>
<th><h3>New to Kibana?</h3></th>
<th><h3>Popular topics</h3></th>
</tr>
<tr>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="introduction.html"
>What is Kibana?</a
>
</li>
<li class="listitem">
<a href="get-started.html"
>Quick start</a
>
</li>
<li class="listitem">
<a href="connect-to-elasticsearch.html"
>Add data</a
>
</li>
<li class="listitem">
<a href="dashboard.html"
>Create a dashboard</a
>
</li>
<li class="listitem">
<a href="discover.html"
>Search your data</a
>
</li>
</ul>
</div>
</td>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="install.html"
>Install Kibana</a
>
</li>
<li class="listitem">
<a href="settings.html"
>Configure settings</a
>
</li>
<li class="listitem">
<a href="kuery-query.html"
>Kibana Query Language (KQL)</a
>
</li>
<li class="listitem">
<a href="data-views.html"
>Create a data view</a
>
</li>
<li class="listitem">
<a href="alerting-getting-started.html"
>Create an alert</a
>
</li>
</ul>
</div>
</td>
</tr>
<tr>
<th><h3>Analyze your data</h3></th>
<th><h3>Manage all things Stack</h3></th>
</tr>
<tr>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="discover.html"
>Explore your data</a
>
</li>
<li class="listitem">
<a href="dashboard.html"
>Create dashboards</a
>
</li>
<li class="listitem">
<a href="canvas.html"
>Create presentations</a
>
</li>
<li class="listitem">
<a href="maps.html"
>Map geographic data</a
>
</li>
<li class="listitem">
<a href="xpack-ml.html"
>Model, predict, and detect behavior</a
>
</li>
</ul>
</div>
</td>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a
href="tutorial-secure-access-to-kibana.html"
>Secure access to Kibana</a
>
</li>
<li class="listitem">
<a href="xpack-spaces.html"
>Organize your data in spaces</a
>
</li>
<li class="listitem">
<a href="managing-saved-objects.html"
>Categorize your saved objects</a
>
</li>
<li class="listitem">
<a href="managing-tags.html"
>Quickly find apps and objects</a
>
</li>
<li class="listitem">
<a href="management.html"
>Manage your data</a
>
</li>
</ul>
</div>
</td>
</tr>
</table>
<h3>All topics</h3>
</div>