Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Adding RestActions support for Detector Stats API #237

Merged
merged 3 commits into from
Sep 30, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update SearchAnomalyDetectorAction.java
  • Loading branch information
saratvemulapalli authored Sep 24, 2020
commit b82b603fdcc283a20e47388b4321d4e3bd982a3f
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class SearchAnomalyDetectorAction extends ActionType<SearchResponse> {
public static final SearchAnomalyDetectorAction INSTANCE = new SearchAnomalyDetectorAction();
public static final String NAME = "cluster:admin/ad/search/detector";
public static final String NAME = "cluster:admin/opendistro/ad/detector/search";

private SearchAnomalyDetectorAction() {
super(NAME, SearchResponse::new);
Expand Down