Skip to content

Commit b0d601f

Browse files
committed
Adjust searchable snapshot license (#60578)
No longer needs Platinum license for testing on staging.
1 parent 9e24a54 commit b0d601f

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

buildSrc/src/main/groovy/org/elasticsearch/gradle/doc/RestTestsFromSnippetsTask.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ class RestTestsFromSnippetsTask extends SnippetsTask {
259259
case 'basic':
260260
case 'gold':
261261
case 'platinum':
262+
case 'enterprise':
262263
current.println(" - xpack")
263264
break;
264265
default:

docs/reference/searchable-snapshots/apis/clear-cache.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[role="xpack"]
2-
[testenv="platinum"]
2+
[testenv="enterprise"]
33
[[searchable-snapshots-api-clear-cache]]
44
=== Clear cache API
55
++++

docs/reference/searchable-snapshots/apis/get-stats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[role="xpack"]
2-
[testenv="platinum"]
2+
[testenv="enterprise"]
33
[[searchable-snapshots-api-stats]]
44
=== Searchable snapshot statistics API
55
++++

docs/reference/searchable-snapshots/apis/mount-snapshot.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[role="xpack"]
2-
[testenv="platinum"]
2+
[testenv="enterprise"]
33
[[searchable-snapshots-api-mount-snapshot]]
44
=== Mount snapshot API
55
++++

docs/reference/searchable-snapshots/apis/repository-stats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[role="xpack"]
2-
[testenv="platinum"]
2+
[testenv="enterprise"]
33
[[searchable-snapshots-repository-stats]]
44
=== Searchable snapshot repository statistics API
55
++++

docs/reference/searchable-snapshots/apis/searchable-snapshots-apis.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[role="xpack"]
2-
[testenv="platinum"]
2+
[testenv="enterprise"]
33
[[searchable-snapshots-apis]]
44
== Searchable snapshots APIs
55

x-pack/plugin/core/src/main/java/org/elasticsearch/license/XPackLicenseState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public enum Feature {
100100

101101
ANALYTICS(OperationMode.MISSING, true),
102102

103-
SEARCHABLE_SNAPSHOTS(OperationMode.PLATINUM, true);
103+
SEARCHABLE_SNAPSHOTS(OperationMode.ENTERPRISE, true);
104104

105105
final OperationMode minimumOperationMode;
106106
final boolean needsActive;

0 commit comments

Comments
 (0)