From 7b90511366c5ead26d1441c21d484cf1daa2a413 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Thu, 11 Jun 2020 18:15:05 -0700 Subject: [PATCH] Add ingest manager topic to docs --- docs/ingest_manager/index.asciidoc | 14 ----------- docs/ingest_manager/ingest-manager.asciidoc | 27 +++++++++++++++++++++ docs/user/index.asciidoc | 2 ++ 3 files changed, 29 insertions(+), 14 deletions(-) delete mode 100644 docs/ingest_manager/index.asciidoc create mode 100644 docs/ingest_manager/ingest-manager.asciidoc diff --git a/docs/ingest_manager/index.asciidoc b/docs/ingest_manager/index.asciidoc deleted file mode 100644 index f719c774c7739..0000000000000 --- a/docs/ingest_manager/index.asciidoc +++ /dev/null @@ -1,14 +0,0 @@ -[chapter] -[role="xpack"] -[[xpack-ingest-manager]] -= Ingest Manager - -The {ingest-manager} app in Kibana enables you to add and manage integrations for popular services and platforms, as well as manage {elastic-agent} installations in standalone or {fleet} mode. - -[role="screenshot"] -image::ingest_manager/images/ingest-manager-start.png[Ingest Manager App in Kibana] - -[float] -=== Get started - -To get started with Ingest Management, refer to the LINK_TO_INGEST_MANAGEMENT_GUIDE[Ingest Management Guide]. \ No newline at end of file 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 850ee3e666df2..7aa41c4091b5c 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[]