extra/docs_landing.html (957 lines of code) (raw):
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.card {
cursor: default;
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, div#content {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
}
:root {
--color-white: #fff;
--color-light-ink: #535966;
--subnav-item-link-color: var(--color-light-ink);
--color-gray: #e6ebf2;
--color-lighter-gray: #f9fbfc;
--color-elastic-blue: #07c;
--color-heading: #343741;
--color-callout: #f5f7fa;
--color-dark-blue: #005a9e;
--button-primary-color: var(--color-white);
--button-primary-bg: var(--color-elastic-blue);
--button-primary-border-color: var(--color-elastic-blue);
--button-primary-hover-bg: var(--color-dark-blue);
--button-primary-hover-border-color: var(--color-dark-blue);
}
html,
body {
overflow-x: hidden;
}
#guide h1,
#guide h2,
#guide h3,
#guide h4,
#guide h5,
#guide h6 {
font-family: MierB, Inter, Arial, sans-serif;
color: var(--color-heading);
text-align: center;
}
#guide #viewall h2 {
font-size: 40px !important;
font-weight: 600 !important;
margin: 16px 0 !important;
}
#guide h2 {
text-align: left;
font-size: 20px;
margin: 16px 16px;
font-weight: 600;
}
#guide h3 {
text-align: left;
font-size: 20px;
margin: 16px 16px;
font-weight: 600;
}
#guide .patterns:before {
content: "";
display: block;
top: 60px;
left: 0;
background: no-repeat url(https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt8d8a47b0bda71e1e/60412d88c7198e3af48f726d/generic-top-left.svg);
background-size: 100%;
margin-left: -439px;
width: 560px;
height: 300px;
position: absolute;
}
#guide .patterns:after {
content: "";
background: no-repeat url(https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt9f40c83ad2785983/6011c55b3e567f1011da3dce/generic-bottom-right.svg);
background-size: 100%;
width: 680px;
height: 400px;
display: block;
margin-left: auto;
position: absolute;
top: -96px;
right: -483px;
}
#guide h1.title {
font-size: 48px;
font-weight: 500;
z-index: 10;
}
#guide .container-fluid {
max-width: 1280px;
margin: 0 auto;
}
#middle_col {
padding-top: 120px;
width: 100%;
max-width: 1280px;
flex: 0 0 auto;
}
#right_col,
.titlepage hr {
display: none;
}
#left_col {
display: none;
}
#guide .subnavigation {
top: 00px;
border-bottom: 1px solid var(--color-gray);
z-index: 6;
background-color: var(--color-lighter-gray);
height: 60px;
line-height: 60px;
text-align: right;
position: absolute;
width: 100%;
}
#guide .subnavigation p {
width: 100%;
max-width: 1280px;
margin: 0 -30px;
}
#guide .subnavigation:before,
#guide .subnavigation:after {
content: "";
position: absolute;
background-color: var(--color-lighter-gray);
border-bottom: 1px solid var(--color-gray);
top: 0;
bottom: 0;
width: 9999px;
}
#guide .subnavigation:before {
right: 100%;
}
#guide .subnavigation:after {
left: 100%;
}
#guide .legalnotice + div p a {
color: var(--subnav-item-link-color);
font-weight: 600;
font-size: 14px;
}
#guide .tabs {
margin-bottom: 120px;
}
#capability-tabs-container {
margin-top: 75px;
}
#guide [role=tablist] {
margin: 0 auto 50px;
overflow: visible;
width: 350px;
text-align: center;
display: flex;
justify-content: center;
border-bottom: 1px solid var(--color-dark-gray);
}
#guide [role=tab] {
border: none;
border-bottom: 4px solid transparent;
padding: 0.3em 0.8em 0.7em;
background: none;
font-weight: 700;
font-size: 16px;
font-family: MierB,Inter,Arial,sans-serif;
}
#guide [role=tab][aria-selected=true] {
background: none;
border-bottom: 4px solid var(--color-elastic-blue);
color: var(--color-elastic-blue);
}
#guide [role=tab][aria-selected=false]:hover {
border-bottom: 3px solid var(--color-heading);
cursor: pointer;
}
#guide [role=tab][aria-selected=true]:not(:focus):not(:hover):before,
#guide [role=tab]:focus:before,
#guide [role=tab]:hover:before {
border-top: none;
}
@keyframes onlyFadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#guide [role=tabpanel] {
padding: 0;
border: none;
background: none;
box-shadow: none;
-webkit-animation: onlyFadeIn 1s;
animation: onlyFadeIn 1s;
}
#guide .card {
overflow: hidden;
border-radius: 10px;
padding: 32px;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
#guide .card:hover {
padding: 32px;
-moz-box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.12);
box-shadow: 0px 5px 24px rgba(0, 0, 0, 0.12);
}
#guide .card h3 {
text-align: left;
margin-bottom: 0;
padding-bottom: 0;
font-size: 28px;
}
#guide .card span.button {
margin-top: 20px;
}
#guide .card-border.card-border-top {
background-color: var(--color-elastic-blue);
position: absolute;
border-style: none;
border-width: 1px;
left: 0px;
top: 0px;
right: 0px;
bottom: auto;
height: 6px;
max-height: 6px;
}
#guide .need-help {
padding-bottom: 50px;
max-width: 700px;
margin: 0 auto;
}
#guide .need-help ul {
margin-left: 45px;
margin-top: 40px;
}
#guide .marketing-callout {
background-color: var(--color-callout);
text-align: center;
padding: 80px 0 96px;
margin: 96px 0;
position: relative;
}
#guide .marketing-callout h2 {
padding: 0;
}
#guide .marketing-callout a {
font-family: MierB,Inter,Arial,sans-serif;
font-size: 16px;
color: var(--button-primary-color);
background-color: var(--button-primary-bg);
border-color: var(--button-primary-border-color);
background-color: var(--button-primary-bg);
color: white;
font-weight: 600;
min-width: 200px;
min-height: 60px;
padding: 8px 24px;
text-align: center;
text-decoration: none;
box-shadow: none;
border: 2px solid;
border-radius: 6px;
-webkit-transition: all 100ms ease-in;
transition: all 100ms ease-in;
display: inline-block;
line-height: 40px;
margin-top: 10px;
}
#guide .marketing-callout a:hover {
background-color: var(--button-primary-hover-bg);
border-color: var(--button-primary-hover-border-color);
text-decoration: none!important;
}
#guide .marketing-callout:before,
#guide .marketing-callout:after {
content: "";
position: absolute;
background-color: var(--color-callout);
top: 0;
bottom: 0;
width: 9999px;
}
#guide .marketing-callout:before {
right: 100%;
}
#guide .marketing-callout:after {
left: 100%;
}
div#content {
margin: 50px 0 60px;
}
#guide div.docs-link-section {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
margin-bottom: 60px;
}
#guide div.docs-link-section h3 {
text-align: left;
font-size: 16px;
line-height: 22px;
letter-spacing: .12em;
text-transform: uppercase;
font-family: Inter, Arial, sans-serif;
font-weight: 600;
}
#guide div.docs-link-section h3 .toggle-icon {
display: inline-block;
-webkit-transition: transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
transform: rotate(180deg);
position: relative;
left: 10px;
}
#guide div.legacy-docs {
cursor: pointer;
}
#guide div.docs-link-section.hidden h3 .toggle-icon {
transform: rotate(0);
}
#guide div.legacy-docs.hidden div {
display: none;
}
@media screen and (max-width: 992px) {
.guide-section {
padding-right:15px
}
#guide .need-help ul {
margin-left: 0;
}
}
#feedbackWidget {
margin: 0 auto 50px;
border: none;
}
.old-elastic-experience-warning {
padding: 1em;
margin-bottom: 1em;
border: 1px solid #ccc;
background: #FFFFD2;
color: black;
position: relative;
z-index: 1;
}
div#content {
display: none;
}
div#manual-content {
margin: 50px 0 60px;
}
</style>
<div class="old-elastic-experience-warning">
You are viewing the previous version of Elastic docs. To view the current docs, go to <a href="https://www.elastic.co/docs">elastic.co/docs</a>.
</div>
<div class="legalnotice"></div>
<div id="subnavigation" class="subnavigation">
<p>
<a class="inline-block mr-3" href="https://www.elastic.co/guide/index.html#viewall">Browse all docs</a>
<a class="inline-block mr-3" href="en/starting-with-the-elasticsearch-platform-and-its-solutions/current/api-reference.html">API reference</a>
<a class="inline-block mr-3" href="en/starting-with-the-elasticsearch-platform-and-its-solutions/current/new.html">Release docs</a>
</p>
</div>
<div class="patterns container"></div>
<div id="capability-tabs-container" class="tabs" data-tab-group="doc-types">
<div id="button-container" role="tablist" aria-label="Documentation groups" class="clearfix">
<button id="solution-tab" role="tab" aria-selected="true" aria-controls="solution-tab-contents" class="float-lg-left d-block d-lg-inline tab-button active">Solutions</button>
<button id="product-tab" role="tab" aria-selected="false" aria-controls="product-tab-contents" class="float-lg-left d-block d-lg-inline tab-button">Platform</button>
<button id="deployment-tab" role="tab" aria-selected="false" aria-controls="deployment-tab-contents" class="float-lg-left d-block d-lg-inline tab-button">Deploy</button>
</div>
<div role="tabpanel" id="solution-tab-contents" aria-labelledby="solution-tab" tabindex="0">
<div class="row">
<div class="col-md-4 col-12 mb-2">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<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>
<h3 class="mt-3">
Search
</h3>
<p>Build custom applications with your data using Elasticsearch.</p>
<a class="no-text-decoration" href="en/elasticsearch/reference/8.18/getting-started.html">
<span class="button btn-tertiary">
Get started
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
<a class="no-text-decoration" href="en/elasticsearch/reference/8.18/index.html">
<span class="button btn-tertiary">
View Elasticsearch docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
</div>
</div>
<div class="col-md-4 col-12 mb-2">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<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>
<h3 class="mt-3">
Observability
</h3>
<p>Monitor applications and systems with Elastic Observability.</p>
<a class="no-text-decoration" href="en/observability/8.18/observability-get-started.html">
<span class="button btn-tertiary">
Get started
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
<a class="no-text-decoration" href="en/observability/8.18/index.html">
<span class="button btn-tertiary">
View Observability docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
</div>
</div>
<div class="col-md-4 col-12 mb-2">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt5e0e0ad9a13e6b8c/634d9da18473831f96bbdf1e/security-logo-color-32px.png');">
</span>
<h3 class="mt-3">
Security
</h3>
<p>Detect, investigate, and respond to threats with Elastic Security.</p>
<a class="no-text-decoration" href="en/starting-with-the-elasticsearch-platform-and-its-solutions/8.18/getting-started-endpoint-security.html">
<span class="button btn-tertiary">
Get started
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
<a class="no-text-decoration" href="en/security/8.18/es-overview.html">
<span class="button btn-tertiary">
View Security docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</a>
</div>
</div>
</div>
</div>
<div role="tabpanel" id="product-tab-contents" aria-labelledby="product-tab" tabindex="0" hidden="">
<div class="row">
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/elasticsearch/reference/8.18/index.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url(
'https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt36f2da8d650732a0/5d0823c3d8ff351753cbc99f/logo-elasticsearch-32-color.svg');"></span>
<h3 class="mt-3">
Elasticsearch
</h3>
<p>The core distributed search and analytics engine at the heart of the Elastic platform.</p>
<span class="button btn-tertiary">
View Elasticsearch docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/logstash/8.18/introduction.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blta565c71d21f7826f/654bc774b42e39040a69a912/logstash.png');"></span>
<h3 class="mt-3">
Logstash
</h3>
<p>A data collection engine with real-time pipelining capabilities.</p>
<span class="button btn-tertiary">
View Logstash docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/kibana/8.18/index.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt4466841eed0bf232/5d082a5e97f2babb5af907ee/logo-kibana-32-color.svg');"></span>
<h3 class="mt-3">
Kibana
</h3>
<p>Kibana gives shape to your data and is the extensible user interface of the Elastic platform.</p>
<span class="button btn-tertiary">
View Kibana docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
</div>
<div class="row my-4">
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/fleet/8.18/fleet-overview.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt57976495d1cd01a5/654bc89d15630d040a4b3992/agent.png');"></span>
<h3 class="mt-3">
Fleet and Elastic Agent
</h3>
<p>A unified method to collect logs, metrics, and security data.</p>
<span class="button btn-tertiary">
View Fleet and Elastic Agent docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/beats/libbeat/8.18/beats-reference.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt69b289360045dae9/654bc6b72e735d040a9fb7ef/Beats.png');"></span>
<h3 class="mt-3">
Beats
</h3>
<p>Lightweight data shippers that send data to your cluster.</p>
<span class="button btn-tertiary">
View Beats docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
</div>
</div>
<div role="tabpanel" id="deployment-tab-contents" aria-labelledby="deployment-tab" tabindex="0" hidden="">
<div class="row">
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/cloud-enterprise/3.8/Elastic-Cloud-Enterprise-overview.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt0dc498ca4c8b3f95/5d104bbf561b9b0b537f9906/logo-cloud-32-color.svg"');">
</span>
<h3 class="mt-3">
Elastic Cloud Enterprise
</h3>
<p>Deploy Elastic Cloud on public or private clouds, virtual machines, or your own premises.</p>
<span class="button btn-tertiary">
View Elastic Cloud Enterprise docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/cloud-on-k8s/2.16/k8s-overview.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt0dc498ca4c8b3f95/5d104bbf561b9b0b537f9906/logo-cloud-32-color.svg"');">
</span>
<h3 class="mt-3">
Elastic Cloud on Kubernetes
</h3>
<p>Deploy Elastic Cloud on Kubernetes.</p>
<span class="button btn-tertiary">
View Elastic Cloud Kubernetes docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
<div class="col-md-4 col-12 mb-2">
<a class="no-text-decoration" href="en/elastic-stack/8.18/installing-elastic-stack.html">
<div class="card h-100">
<div class="card-border card-border-top"></div>
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt0090c6239e64faf8/logo-stack-32-color.svg');">
</span>
<h3 class="mt-3">
Self managed
</h3>
<p>Install, configure, and run Elastic products on your own premises.</p>
<span class="button btn-tertiary">
View Self managed docs
<svg width="27" height="14" viewBox="0 0 27 14" fill="none" xmlns="http://www.w3.org/2000/svg" class="jsx-3012141155">
<path d="M0 7H25" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
<path d="M19 1L25 7L19 13" stroke="#0077CC" stroke-width="2" class="jsx-3012141155"></path>
</svg>
</span>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="viewall" style="margin-top: 0px;margin-bottom: 0px !important;" />
<h2>Browse all docs</h2>
<div id="manual-content">
<div class="position-relative">
<h2><a id="_search" href="#_search"></a>Search</h2>
</div>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<a href="en/elasticsearch/reference/8.18/index.html" class="ulink" target="_top">Elasticsearch Guide [8.18]</a> — <a href="en/elasticsearch/reference/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/enterprise-search/8.18/index.html" class="ulink" target="_top">Enterprise Search Guide [8.18]</a> — <a href="en/enterprise-search/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/workplace-search/8.18/index.html" class="ulink" target="_top">Workplace Search Guide [8.18]</a> — <a href="en/workplace-search/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/app-search/8.18/index.html" class="ulink" target="_top">App Search Guide [8.18]</a> — <a href="en/app-search/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/enterprise-search-clients/index.html" class="ulink" target="_top">Enterprise Search Clients</a>
</li>
</ul>
</div>
<div class="position-relative">
<h2><a id="_observability_apm_logs_metrics_and_uptime" href="#_observability_apm_logs_metrics_and_uptime"></a>Observability: APM, Logs, Metrics, and Uptime</h2>
</div>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<a href="en/observability/8.18/index.html" class="ulink" target="_top">Observability [8.18]</a> — <a href="en/observability/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/apm/index.html" class="ulink" target="_top">Application Performance Monitoring (APM)</a>
</li>
<li class="listitem">
<a href="en/ecs-logging/index.html" class="ulink" target="_top">ECS logging</a>
</li>
</ul>
</div>
<div class="position-relative">
<h2><a id="_security" href="#_security"></a>Security</h2>
</div>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<a href="en/security/8.18/index.html" class="ulink" target="_top">Elastic Security [8.18]</a> — <a href="en/security/index.html" class="ulink" target="_top">other versions</a>
</li>
</ul>
</div>
<div class="position-relative">
<h2><a id="_elastic_stack" href="#_elastic_stack"></a>Elastic Stack</h2>
</div>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<a href="en/starting-with-the-elasticsearch-platform-and-its-solutions/8.18/index.html" class="ulink" target="_top">Starting with the Elasticsearch Platform and its Solutions [8.18]</a> — <a href="en/starting-with-the-elasticsearch-platform-and-its-solutions/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/client/curator/8.0/index.html" class="ulink" target="_top">Curator Index Management [8.0]</a> — <a href="en/elasticsearch/client/curator/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/ecs/8.17/index.html" class="ulink" target="_top">Elastic Common Schema (ECS) Reference [8.17]</a> — <a href="en/ecs/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/client/index.html" class="ulink" target="_top">Elasticsearch Clients</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/hadoop/8.18/index.html" class="ulink" target="_top">Elasticsearch for Apache Hadoop and Spark [8.18]</a> — <a href="en/elasticsearch/hadoop/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/esre/8.18/index.html" class="ulink" target="_top">Elasticsearch Relevance Engine (ESRE) [8.18]</a> — <a href="en/esre/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elastic-stack/8.17/index.html" class="ulink" target="_top">Installation and Upgrade Guide [8.17]</a> — <a href="en/elastic-stack/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/kibana/8.18/index.html" class="ulink" target="_top">Kibana Guide [8.18]</a> — <a href="en/kibana/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/machine-learning/8.18/index.html" class="ulink" target="_top">Machine Learning [8.18]</a> — <a href="en/machine-learning/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/painless/8.18/index.html" class="ulink" target="_top">Painless Scripting Language [8.18]</a> — <a href="en/elasticsearch/painless/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/plugins/8.18/index.html" class="ulink" target="_top">Plugins and Integrations [8.18]</a> — <a href="en/elasticsearch/plugins/index.html" class="ulink" target="_top">other versions</a>
</li>
</ul>
</div>
<div class="position-relative">
<h2><a id="_ingest_add_your_data" href="#_ingest_add_your_data"></a>Ingest: Add your data</h2>
</div>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<a href="en/ingest/8.18/index.html" class="ulink" target="_top">Elastic Ingest Reference Architectures [8.18]</a> — <a href="en/ingest/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/fleet/8.18/index.html" class="ulink" target="_top">Fleet and Elastic Agent Guide [8.18]</a> — <a href="en/fleet/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/logstash/8.18/index.html" class="ulink" target="_top">Logstash Reference [8.18]</a> — <a href="en/logstash/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/logstash-versioned-plugins/current/index.html" class="ulink" target="_top">Logstash Versioned Plugin Reference</a>
</li>
<li class="listitem">
<a href="en/beats/loggingplugin/8.18/index.html" class="ulink" target="_top">Elastic Logging Plugin for Docker [8.18]</a> — <a href="en/beats/loggingplugin/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/auditbeat/8.18/index.html" class="ulink" target="_top">Auditbeat Reference [8.18]</a> — <a href="en/beats/auditbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/devguide/8.18/index.html" class="ulink" target="_top">Beats Developer Guide [8.18]</a> — <a href="en/beats/devguide/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/libbeat/8.18/index.html" class="ulink" target="_top">Beats Platform Reference [8.18]</a> — <a href="en/beats/libbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/filebeat/8.18/index.html" class="ulink" target="_top">Filebeat Reference [8.18]</a> — <a href="en/beats/filebeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/heartbeat/8.18/index.html" class="ulink" target="_top">Heartbeat Reference [8.18]</a> — <a href="en/beats/heartbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/metricbeat/8.18/index.html" class="ulink" target="_top">Metricbeat Reference [8.18]</a> — <a href="en/beats/metricbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/packetbeat/8.18/index.html" class="ulink" target="_top">Packetbeat Reference [8.18]</a> — <a href="en/beats/packetbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/winlogbeat/8.18/index.html" class="ulink" target="_top">Winlogbeat Reference [8.18]</a> — <a href="en/beats/winlogbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
</ul>
</div>
<div class="position-relative">
<h2><a id="_cloud_provision_manage_and_monitor_the_elastic_stack" href="#_cloud_provision_manage_and_monitor_the_elastic_stack"></a>Cloud: Provision, Manage, and Monitor the Elastic Stack</h2>
</div>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<a href="en/cloud-enterprise/3.8/index.html" class="ulink" target="_top">Elastic Cloud Enterprise - Elastic Cloud on your Infrastructure [3.8]</a> — <a href="en/cloud-enterprise/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/cloud-on-k8s/2.16/index.html" class="ulink" target="_top">Elastic Cloud on Kubernetes [2.16]</a> — <a href="en/cloud-on-k8s/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/ecctl/1.14/index.html" class="ulink" target="_top">Elastic Cloud Control - The Command-Line Interface for Elasticsearch Service and ECE [1.14]</a> — <a href="en/ecctl/index.html" class="ulink" target="_top">other versions</a>
</li>
</ul>
</div>
<div class="position-relative">
<h2><a id="_archive" href="#_archive"></a>Archive</h2>
</div>
<div class="ulist itemizedlist">
<ul class="itemizedlist">
<li class="listitem">
<a href="en/elastic-stack-gke/current/index.html" class="ulink" target="_top">Elastic Stack and Google Cloud’s Anthos</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/guide/current/index.html" class="ulink" target="_top">Elasticsearch - The Definitive Guide [2.x]</a> — <a href="en/elasticsearch/guide/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/resiliency/current/index.html" class="ulink" target="_top">Elasticsearch Resiliency Status</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/client/elasticsearch-js/current/index.html" class="ulink" target="_top">Elasticsearch.js for 5.6-7.6</a>
</li>
<li class="listitem">
<a href="en/beats/functionbeat/current/index.html" class="ulink" target="_top">Functionbeat Reference [8.15]</a> — <a href="en/beats/functionbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elastic-stack-get-started/current/index.html" class="ulink" target="_top">Getting Started [8.2]</a> — <a href="en/elastic-stack-get-started/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/graph/current/index.html" class="ulink" target="_top">Graph Reference for 2.x [2.4]</a> — <a href="en/graph/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elasticsearch/client/groovy-api/current/index.html" class="ulink" target="_top">Groovy API [2.4]</a> — <a href="en/elasticsearch/client/groovy-api/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/infrastructure/guide/current/index.html" class="ulink" target="_top">Infrastructure Monitoring Guide for 6.5-7.4 [7.4]</a> — <a href="en/infrastructure/guide/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/beats/journalbeat/current/index.html" class="ulink" target="_top">Journalbeat Reference for 6.5-7.15 [7.15]</a> — <a href="en/beats/journalbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="get-started/current/index.html" class="ulink" target="_top">Legacy APM Overview [7.15]</a> — <a href="get-started/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="server/current/index.html" class="ulink" target="_top">Legacy APM Server Reference [7.15]</a> — <a href="server/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/logs/guide/current/index.html" class="ulink" target="_top">Logs Monitoring Guide for 7.5-7.9 [7.9]</a> — <a href="en/logs/guide/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/marvel/current/index.html" class="ulink" target="_top">Marvel Reference for 2.x and 1.x [2.4]</a> — <a href="en/marvel/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/metrics/guide/current/index.html" class="ulink" target="_top">Metrics Monitoring Guide for 7.5-7.9 [7.9]</a> — <a href="en/metrics/guide/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/reporting/current/index.html" class="ulink" target="_top">Reporting Reference for 2.x</a>
</li>
<li class="listitem">
<a href="en/sense/current/index.html" class="ulink" target="_top">Sense Editor for 4.x</a>
</li>
<li class="listitem">
<a href="en/shield/current/index.html" class="ulink" target="_top">Shield Reference for 2.x and 1.x [2.4]</a> — <a href="en/shield/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/siem/guide/current/index.html" class="ulink" target="_top">SIEM Guide [7.8]</a> — <a href="en/siem/guide/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/swiftype/sitesearch/current/index.html" class="ulink" target="_top">Site Search Reference</a>
</li>
<li class="listitem">
<a href="en/beats/topbeat/current/index.html" class="ulink" target="_top">Topbeat Reference [1.3]</a> — <a href="en/beats/topbeat/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/uptime/current/index.html" class="ulink" target="_top">Uptime Monitoring Guide for 7.2-7.9 [7.9]</a> — <a href="en/uptime/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/elastic-stack-overview/current/index.html" class="ulink" target="_top">Stack Overview [7.4]</a> — <a href="en/elastic-stack-overview/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/watcher/current/index.html" class="ulink" target="_top">Watcher Reference for 2.x and 1.x [2.4]</a> — <a href="en/watcher/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="en/x-pack/current/index.html" class="ulink" target="_top">X-Pack Reference for 6.0-6.2 and 5.x [6.2]</a> — <a href="en/x-pack/index.html" class="ulink" target="_top">other versions</a>
</li>
<li class="listitem">
<a href="cn/index.html" class="ulink" target="_top">简体中文</a>
</li>
<li class="listitem">
<a href="jp/index.html" class="ulink" target="_top">日本語</a>
</li>
<li class="listitem">
<a href="kr/index.html" class="ulink" target="_top">한국어</a>
</li>
</ul>
</div>
</div>
<div id="bottomContent" style="display: none;">
<div class="marketing-callout">
<h2>Free Elastic training</h2>
<p>Learn about Elasticsearch Relevance Engine™ (ESRE), designed to power AI search applications.</p>
<a class="button btn-primary btn-small"
href="https://www.elastic.co/training/elasticsearch-relevance-engine-quick-start?tech=rtp&plcmt=cta-card&pg=docs">Explore now</a>
</div>
<div class="my-4 need-help">
<h2 class="mt-3">
Need help?
</h2>
<ul class="ul-col-md-2 ul-col-1">
<li>
<a
href="en/starting-with-the-elasticsearch-platform-and-its-solutions/current/introducing-elastic-documentation.html">Introducing
Elastic documentation</a>
</li>
<li>
<a href="https://discuss.elastic.co/">Forums</a>
</li>
<li>
<a href="https://www.elastic.co/training/">Training</a>
</li>
<li>
<a href="en/starting-with-the-elasticsearch-platform-and-its-solutions/current/troubleshooting-and-faqs.html">Troubleshooting
and FAQs</a>
</li>
<li>
<a href="en/starting-with-the-elasticsearch-platform-and-its-solutions/current/get-support-help.html">How to get
support</a>
</li>
<li>
<a
href="https://www.elastic.co/events/?tab=1&solution=null&event=Meetup®ion=null&language=English&industry=null">Meetups
and virtual events</a>
</li>
<li>
<a href="https://ela.st/slack">Community Slack</a>
</li>
<li>
<a class="inline-block mr-3" href="https://www.elastic.co/videos">Videos & Webinars</a>
</li>
</ul>
</div>
<!-- Feedback widget -->
<div id="feedbackWidgetContainer"></div>
</div>
<script type="text/javascript">
document.body.classList.add("docs-landing");
</script>