Skip to content

Commit 7004d77

Browse files
authored
Allow templates for .chat-* index template (#131914)
1 parent b59c533 commit 7004d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/kibana/src/main/java/org/elasticsearch/kibana/KibanaPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class KibanaPlugin extends Plugin implements SystemIndexPlugin {
4343
.setDescription("Onechat system index")
4444
.setType(Type.EXTERNAL_UNMANAGED)
4545
.setAllowedElasticProductOrigins(KIBANA_PRODUCT_ORIGIN)
46+
.setAllowsTemplates()
4647
.build();
4748

4849
public static final SystemIndexDescriptor APM_AGENT_CONFIG_INDEX_DESCRIPTOR = SystemIndexDescriptor.builder()

0 commit comments

Comments
 (0)