From 7b04fa3cecbc47e32884d9331ab4e87e677a0e41 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 12 Jun 2020 11:27:55 -0700 Subject: [PATCH] Add ingest manager topic to docs (#68980) # Conflicts: # docs/ingest_manager/index.asciidoc --- docs/ingest_manager/ingest-manager.asciidoc | 27 +++++++++++++++++++++ docs/user/index.asciidoc | 2 ++ 2 files changed, 29 insertions(+) create mode 100644 docs/ingest_manager/ingest-manager.asciidoc diff --git a/docs/ingest_manager/ingest-manager.asciidoc b/docs/ingest_manager/ingest-manager.asciidoc new file mode 100644 index 0000000000000..8f6e8036c68cd --- /dev/null +++ b/docs/ingest_manager/ingest-manager.asciidoc @@ -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]. diff --git a/docs/user/index.asciidoc b/docs/user/index.asciidoc index bc8a503fec424..e9a2119a3892a 100644 --- a/docs/user/index.asciidoc +++ b/docs/user/index.asciidoc @@ -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[]