We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.chat-*
1 parent b59c533 commit 7004d77Copy full SHA for 7004d77
modules/kibana/src/main/java/org/elasticsearch/kibana/KibanaPlugin.java
@@ -43,6 +43,7 @@ public class KibanaPlugin extends Plugin implements SystemIndexPlugin {
43
.setDescription("Onechat system index")
44
.setType(Type.EXTERNAL_UNMANAGED)
45
.setAllowedElasticProductOrigins(KIBANA_PRODUCT_ORIGIN)
46
+ .setAllowsTemplates()
47
.build();
48
49
public static final SystemIndexDescriptor APM_AGENT_CONFIG_INDEX_DESCRIPTOR = SystemIndexDescriptor.builder()
0 commit comments