Skip to content

Commit

Permalink
removing RestReindexDataStreamAction
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Nov 18, 2024
1 parent 1f2ec3b commit fc24085
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
import org.elasticsearch.datastreams.rest.RestMigrateToDataStreamAction;
import org.elasticsearch.datastreams.rest.RestModifyDataStreamsAction;
import org.elasticsearch.datastreams.rest.RestPromoteDataStreamAction;
import org.elasticsearch.datastreams.rest.RestReindexDataStreamAction;
import org.elasticsearch.datastreams.task.ReindexDataStreamPersistentTaskExecutor;
import org.elasticsearch.datastreams.task.ReindexDataStreamPersistentTaskState;
import org.elasticsearch.datastreams.task.ReindexDataStreamStatus;
Expand Down Expand Up @@ -301,7 +300,6 @@ public List<RestHandler> getRestHandlers(
handlers.add(new RestPutDataStreamOptionsAction());
handlers.add(new RestDeleteDataStreamOptionsAction());
}
handlers.add(new RestReindexDataStreamAction());
return handlers;
}

Expand Down

This file was deleted.

0 comments on commit fc24085

Please sign in to comment.