Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class RestTestsFromSnippetsTask extends SnippetsTask {
case 'basic':
case 'gold':
case 'platinum':
case 'enterprise':
current.println(" - xpack")
break;
default:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[role="xpack"]
[testenv="platinum"]
[testenv="enterprise"]
[[searchable-snapshots-api-clear-cache]]
=== Clear cache API
++++
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[role="xpack"]
[testenv="platinum"]
[testenv="enterprise"]
[[searchable-snapshots-api-stats]]
=== Searchable snapshot statistics API
++++
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[role="xpack"]
[testenv="platinum"]
[testenv="enterprise"]
[[searchable-snapshots-api-mount-snapshot]]
=== Mount snapshot API
++++
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[role="xpack"]
[testenv="platinum"]
[testenv="enterprise"]
[[searchable-snapshots-repository-stats]]
=== Searchable snapshot repository statistics API
++++
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[role="xpack"]
[testenv="platinum"]
[testenv="enterprise"]
[[searchable-snapshots-apis]]
== Searchable snapshots APIs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public enum Feature {

ANALYTICS(OperationMode.MISSING, true),

SEARCHABLE_SNAPSHOTS(OperationMode.PLATINUM, true);
SEARCHABLE_SNAPSHOTS(OperationMode.ENTERPRISE, true);

final OperationMode minimumOperationMode;
final boolean needsActive;
Expand Down