Add ingest manager topic to docs (#68980) (#69053)

# Conflicts:
#	docs/ingest_manager/index.asciidoc
This commit is contained in:
DeDe Morton 2020-06-12 12:23:25 -07:00 committed by GitHub
parent 407405b040
commit c1ee11cec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,27 @@
[chapter]
[role="xpack"]
[[ingest-manager]]
= {ingest-manager}
experimental[]
{ingest-manager} in {kib} enables you to add and manage integrations for popular
services and platforms, as well as manage {elastic-agent} installations in
standalone or {fleet} mode.
Standalone mode requires you to manually configure and manage the agent locally.
{fleet} mode offers several advantages:
* A central place to configure and monitor your {agent}s.
* An overview of the data ingest in your {es} cluster.
* Multiple integrations to collect and transform data.
[role="screenshot"]
image::ingest_manager/images/ingest-manager-start.png[{ingest-manager} app in {kib}]
[float]
== Get started
To get started with {ingest-management}, refer to the
{ingest-guide}/index.html[Ingest Management Guide].

View file

@ -40,6 +40,8 @@ include::monitoring/index.asciidoc[]
include::management.asciidoc[]
include::{kib-repo-dir}/ingest_manager/ingest-manager.asciidoc[]
include::reporting/index.asciidoc[]
include::alerting/index.asciidoc[]