Ingest Manager settings in Kibana

edit

Ingest Manager settings in Kibana

edit

This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview 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 not enabled. You need to enable it. To use Fleet, you also need to configure Kibana and Elasticsearch hosts.

See the Ingest Management docs for more information.

General Ingest Manager settings

edit

xpack.ingestManager.enabled logo cloud

Set to true to enable Ingest Manager.

xpack.ingestManager.epm.enabled logo cloud

Set to true (default) to enable Elastic Package Manager.

xpack.ingestManager.fleet.enabled logo cloud

Set to true (default) to enable Fleet.

Elastic Package Manager settings

edit

xpack.ingestManager.epm.registryUrl

The address to use to reach Elastic Package Manager registry.

Fleet settings

edit

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.