-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added layer for creating and updating the workflow (#831)
* Added layer for creating and updating the workflow Signed-off-by: Stevan Buzejic <[email protected]> * Renamed chainedFindings to chainedMonitorFindings Signed-off-by: Stevan Buzejic <[email protected]> * Removed unecessary mappings from workflow definition Signed-off-by: Stevan Buzejic <[email protected]> * Improved logging when saving the workflows Signed-off-by: Stevan Buzejic <[email protected]> * Added a workflow id in response Signed-off-by: Stevan Buzejic <[email protected]> * Added role check and index access once the workflow is being created Signed-off-by: Stevan Buzejic <[email protected]> * Updated mappings for the workflow Signed-off-by: Stevan Buzejic <[email protected]> --------- Signed-off-by: Stevan Buzejic <[email protected]>
- Loading branch information
Showing
9 changed files
with
1,802 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
639 changes: 639 additions & 0 deletions
639
alerting/src/main/kotlin/org/opensearch/alerting/transport/TransportIndexWorkflowAction.kt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.