You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Rest Api Compatibility] Licence accept_enterprise and response changes (elastic#75479)
in elastic#50067 for _license the accept_enterprise = false was no longer supported. This
commit allows it under rest compatibility and is showing enterprise licenses as platinum
The same change had to be applied to _xpack endpoint elastic#58217
in elastic#50735 max_resource_units was introduced to be more accurate. For v7 requests, which do not know about enterprise license we will return max_node which will be set from max_resource_units (it assumes that one resource unit is 32GB - which corresponds to 1 node)
relates elastic#51816
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/text/ReplaceTextual.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
importorg.gradle.api.tasks.Optional;
19
19
20
20
/**
21
-
* A transformation to replace a key/value combination.
21
+
* A transformation to replace a key/value combination.
0 commit comments