Skip to content

Commit 7933528

Browse files
Setting ccm default off (elastic#138248)
1 parent fa8c771 commit 7933528

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elastic/ccm

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elastic/ccm/CCMSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public class CCMSettings {
1515
public static final Setting<Boolean> CCM_SUPPORTED_ENVIRONMENT = Setting.boolSetting(
1616
"xpack.inference.elastic.ccm_supported_environment",
17-
true,
17+
false,
1818
Setting.Property.NodeScope
1919
);
2020

0 commit comments

Comments
 (0)