REST : Add stats and get alert rest handlers.
Original commit: elastic/x-pack-elasticsearch@f402c13fc5
This commit is contained in:
parent
8b2c6ba39d
commit
31baa2aa47
|
@ -22,7 +22,7 @@ import org.elasticsearch.threadpool.ThreadPool;
|
|||
import org.elasticsearch.transport.TransportService;
|
||||
|
||||
/**
|
||||
* Performs the delete operation.
|
||||
* Performs the stats operation.
|
||||
*/
|
||||
public class TransportAlertStatsAction extends TransportMasterNodeOperationAction<AlertsStatsRequest, AlertsStatsResponse> {
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Delete action.
|
||||
* Stats action.
|
||||
*/
|
||||
package org.elasticsearch.alerts.transport.actions.stats;
|
Loading…
Reference in New Issue