Skip to content

Commit 4f221bb

Browse files
authored
Mark data streams stats API as internal-only (again) (elastic#112712)
This is a redo of elastic#108745 which was reverted. Now that elastic#112303 has been merged, there is an alternative to retrieve the `maximum_timestamp`.
1 parent 00e81de commit 4f221bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data-streams/src/main/java/org/elasticsearch/datastreams/rest/RestDataStreamsStatsAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import static org.elasticsearch.rest.RestRequest.Method.GET;
2525

26-
@ServerlessScope(Scope.PUBLIC)
26+
@ServerlessScope(Scope.INTERNAL)
2727
public class RestDataStreamsStatsAction extends BaseRestHandler {
2828
@Override
2929
public String getName() {

0 commit comments

Comments
 (0)