forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ingest Manager] Document fleet configuration flags (elastic#66736)
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. To use {fleet}, you also 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 {package-manager}. | ||
|=== | ||
|
||
[cols="2*<"] | ||
|=== | ||
| `xpack.ingestManager.fleet.enabled` {ess-icon} | ||
| Set to `true` (default) to enable {fleet}. | ||
|=== | ||
|
||
[[ingest-manager-data-visualizer-settings]] | ||
|
||
==== {package-manager} settings | ||
|
||
[cols="2*<"] | ||
|=== | ||
| `xpack.ingestManager.epm.registryUrl` | ||
| The address to use to reach {package-manager} registry. | ||
|=== | ||
|
||
==== {fleet} settings | ||
|
||
[cols="2*<"] | ||
|=== | ||
| `xpack.ingestManager.fleet.kibana.host` | ||
| The hostname used by {agent} for accessing {kib}. | ||
|=== | ||
|
||
[cols="2*<"] | ||
|=== | ||
| `xpack.ingestManager.fleet.elasticsearch.host` | ||
| The hostname used by {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. | ||
==== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters