Skip to content

Commit

Permalink
Mark data streams stats API as internal-only (again)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
dakrone committed Sep 10, 2024
1 parent 9081a95 commit 58b0888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

@ServerlessScope(Scope.PUBLIC)
@ServerlessScope(Scope.INTERNAL)
public class RestDataStreamsStatsAction extends BaseRestHandler {
@Override
public String getName() {
Expand Down

0 comments on commit 58b0888

Please sign in to comment.