Skip to content

Commit ea218dd

Browse files
authored
Adding initial public and internal serverless scopes to Analytics-Geo REST handlers (#94038)
1 parent 2abe27e commit ea218dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/rollup/src/main/java/org/elasticsearch/xpack/downsample/RestDownsampleAction.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
import org.elasticsearch.client.internal.node.NodeClient;
1111
import org.elasticsearch.rest.BaseRestHandler;
1212
import org.elasticsearch.rest.RestRequest;
13+
import org.elasticsearch.rest.Scope;
14+
import org.elasticsearch.rest.ServerlessScope;
1315
import org.elasticsearch.rest.action.RestToXContentListener;
1416
import org.elasticsearch.xpack.core.downsample.DownsampleAction;
1517
import org.elasticsearch.xpack.core.downsample.DownsampleConfig;
@@ -19,6 +21,7 @@
1921

2022
import static org.elasticsearch.rest.RestRequest.Method.POST;
2123

24+
@ServerlessScope(Scope.INTERNAL)
2225
public class RestDownsampleAction extends BaseRestHandler {
2326

2427
@Override

0 commit comments

Comments
 (0)