Open tsullivan opened 9 hours ago
Pinging @elastic/appex-sharedux (Team:SharedUX)
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
?
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.