Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ingest Manager] Document fleet configuration flags #66736

Merged
merged 6 commits into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions docs/settings/ingest-manager-settings.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
[role="xpack"]
[[ingest-manager-settings-kb]]
=== Ingest Manager settings in {kib}
++++
<titleabbrev>Ingest Manager settings</titleabbrev>
++++

You can configure `xpack.ingestManager` settings in your `kibana.yml`.
By default Ingest Manager is not enabled you need to enable it. Also to you use Fleet, you need to configure {kib} and {es} hosts.

[[general-ingest-manager-settings-kb]]
==== General Ingest Manager settings

[cols="2*<"]
|===
| `xpack.ingestManager.enabled` {ess-icon}
| Set to `true` to enable Ingest Manager.
|===

[cols="2*<"]
|===
| `xpack.ingestManager.epm.enabled` {ess-icon}
| Set to `true` (default) to enable the package manager.
|===

[cols="2*<"]
|===
| `xpack.ingestManager.fleet.enabled` {ess-icon}
| Set to `true` (default) to enable Fleet.
|===

[[ingest-manager-data-visualizer-settings]]

==== EPM settings

[cols="2*<"]
|===
| `xpack.ingestManager.epm.registryUrl`
| The address use to reach EPM registry
|===

==== Fleet settings

[cols="2*<"]
|===
| `xpack.ingestManager.fleet.kibana.host`
| The hostname used by Elastic Agent for accessing {kib}.
|===

[cols="2*<"]
|===
| `xpack.ingestManager.fleet.elasticsearch.host`
| The hostname used by Elastic Agent for accessing {es}.
|===

[cols="2*<"]
|===
| `xpack.ingestManager.fleet.tlsCheckDisabled`
| Set to `true` to allow Fleet to run on a {kib} instance without TLS enabled.
|===

[NOTE]
====
In {ecloud}, Fleet flags are already configured.
====
1 change: 1 addition & 0 deletions docs/settings/settings-xkb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ include::ml-settings.asciidoc[]
include::reporting-settings.asciidoc[]
include::spaces-settings.asciidoc[]
include::i18n-settings.asciidoc[]
include::ingest-manager-settings.asciidoc[]
1 change: 1 addition & 0 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -643,3 +643,4 @@ include::secure-settings.asciidoc[]
include::{kib-repo-dir}/settings/security-settings.asciidoc[]
include::{kib-repo-dir}/settings/spaces-settings.asciidoc[]
include::{kib-repo-dir}/settings/telemetry-settings.asciidoc[]
include::{docdir}/settings/ingest-manager-settings.asciidoc[]