Ingest Manager settings in Kibana

This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.

You can configure xpack.ingestManager settings in your kibana.yml. By default, Ingest Manager is enabled. To use Fleet, you also need to configure Kibana and Elasticsearch hosts.

See the Ingest Management docs for more information.

General Ingest Manager settings

xpack.ingestManager.enabled logo cloud

Set to true (default) to enable Ingest Manager.

xpack.ingestManager.fleet.enabled logo cloud

Set to true (default) to enable Fleet.

Elastic Package Manager settings

xpack.ingestManager.registryUrl

The address to use to reach Elastic Package Manager registry.

Fleet settings

xpack.ingestManager.fleet.kibana.host

The hostname used by Elastic Agent for accessing Kibana.

xpack.ingestManager.fleet.elasticsearch.host

The hostname used by Elastic Agent for accessing Elasticsearch.

xpack.ingestManager.fleet.tlsCheckDisabled

Set to true to allow Fleet to run on a Kibana instance without TLS enabled.

In Elastic Cloud, Fleet flags are already configured.

Most Popular