elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.67k stars 8.23k forks source link

Reporting feature does not work when setting `stack.templates.enabled: false` in Elasticsearch #201281

Open tsullivan opened 9 hours ago

tsullivan commented 9 hours ago

Since we have begun leveraging Elasticsearch to create a data stream for Reporting, we have begun depending on Elasticsearch to also install the mapping template for the reporting data. See #176022 and https://github.com/elastic/elasticsearch/pull/97765.

Elasticsearch has a setting called stack.templates.enabled. If disabled, the mapping templates for Reporting, and other features, will not be installed.

This issue is to decide what the expected behavior is for Reporting when the setting is disabled.

elasticmachine commented 9 hours ago

Pinging @elastic/appex-sharedux (Team:SharedUX)

tsullivan commented 9 hours ago

Ping @leehinman. The mapping templates were installed in https://github.com/elastic/elasticsearch/pull/97765.

What is the typical expectation for features that depend on system mapping templates, when Elasticsearch is configured with stack.templates.enabled: false ?