File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/kotlin/org/opensearch/commons/alerting/action Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ object AlertingActions {
2121 const val SUBSCRIBE_FINDINGS_ACTION_NAME = " cluster:admin/opensearch/alerting/findings/subscribe"
2222 const val GET_MONITOR_ACTION_NAME = " cluster:admin/opendistro/alerting/monitor/get"
2323 const val SEARCH_MONITORS_ACTION_NAME = " cluster:admin/opendistro/alerting/monitor/search"
24- const val INDEX_COMMENT_ACTION_NAME = " cluster:admin/opensearch/alerting/alerts/ comments/write"
25- const val SEARCH_COMMENTS_ACTION_NAME = " cluster:admin/opensearch/alerting/alerts/ comments/search"
26- const val DELETE_COMMENT_ACTION_NAME = " cluster:admin/opensearch/alerting/alerts/ comments/delete"
24+ const val INDEX_COMMENT_ACTION_NAME = " cluster:admin/opensearch/alerting/comments/write"
25+ const val SEARCH_COMMENTS_ACTION_NAME = " cluster:admin/opensearch/alerting/comments/search"
26+ const val DELETE_COMMENT_ACTION_NAME = " cluster:admin/opensearch/alerting/comments/delete"
2727
2828 @JvmField
2929 val INDEX_MONITOR_ACTION_TYPE =
You can’t perform that action at this time.
0 commit comments