Skip to content

Commit

Permalink
add rules to correlations for correlation engine
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <sbcd90@gmail.com>
  • Loading branch information
sbcd90 committed May 3, 2023
1 parent 7e06e73 commit ae538de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class CorrelatedFindingAction extends ActionType<CorrelatedFindingResponse> {
public static final CorrelatedFindingAction INSTANCE = new CorrelatedFindingAction();
public static final String NAME = "cluster:admin/opensearch/securityanalytics/findings/correlated";
public static final String NAME = "cluster:admin/opensearch/securityanalytics/correlations/findings";

public CorrelatedFindingAction() {
super(NAME, CorrelatedFindingResponse::new);
Expand Down

0 comments on commit ae538de

Please sign in to comment.