Commit b0b970c
Ppl Alerting (#1333)
* Add release notes for 3.3.0 (#1293) (#1295)
(cherry picked from commit a232821)
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Bump form-data, cipher-base, sha.js version (#1296) (#1297)
(cherry picked from commit 147e2e7)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Onboarded opensearch apis to use MDS client for Neo (#1313) (#1323)
cr: https://code.amazon.com/reviews/CR-234395069
(cherry picked from commit 36ccb85)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* added v2 apis
add feature flag
add v2 create monitor
fix cypress test
trigger v2 implemented
add monitor details v2
update dashboard pages with v2
fix cypress test
discover flyout and explore dependency added
in progress, broken monitor details
Revert "in progress, broken monitor details"
This reverts commit f2da5e8.
api bug fixes for edit, disable/enable,export as json,delete
finalized edits for monitor detailsv2 page(title still in progress
v2 alerts flyout fixed
added more alert separation, fix v2 alert flyout and pagination
fix duplicate buttons on dashbaord classic
fix double v1/v2 get call for monitor details
remove combined v1/v2 calls in monitor details page
fix buttons in dashboard and monitors pages
set view to classic for v1
create monitor depends on view
fix search monitors call
v2 trigger impl
fix create monitor flyout
fix delete in monitor details page
fix notification validation issue and v2 creation w/ notifs
Parse the monitor payload in V2 to conform with the v1 execute API
remove false failed to load destination toast
fix send test message for alert flyout
fix trigger not loading in v2 monitor edit
allow monitor creation without actions set
dont set default throttle issue when edit/creating
validate on change to true
fix padding in alerting new/classic
update unit tests
refresh monitor list when switching views
remove sequence no and primary term from update monitor call
fix mustache message for notification action
look back window no longer selected when editing monitor w/o lookback
check box disappeared for v1 monitor creation
submitting monitor create wihout trigger name is invalid
add validation error for trigger condition value >=10000
remove debug logs
remove debug logs
use seq no to fix race condition to properly update lookback window
provide clear toast message for invalid ppl query
add look back window to monitor overview stats
fix description layout in monitor detail stats card and change limit to 500 chars
make text labels for fields unclickable on hover
cannot acknowledge monitor in empty classic monitor list
if editing a monitor, do not allow switching monitor view
add info to monitor details v2
add monitor datasource to ppl alert flyout
Revert "add monitor datasource to ppl alert flyout"
This reverts commit a1c7a35.
remove execute ppl on keystroke and add update graph button
graph formatting
small utc formatting fix for look back window
remove comment action from alerts table in monitorv2 details
update unit tests
remove debug logs
remove logs and add helper for dupe code
switch back to euitheme
trigger condition cannot be negative
address comments
get rid of redundant v2 api declaratoin for v2 monitor details
get rid of classic monitor code in v2 file and remove seq no/primary term
Remove acknowledge action from PPL monitor actions and add edit action
Fix improper import causing acknowledge alerts modal to break
cr: https://code.amazon.com/reviews/CR-234635093
Fix action on create monitor from alerts page
cr: https://code.amazon.com/reviews/CR-234678247
Signed-off-by: KashKondaka <37753523+KashKondaka@users.noreply.github.com>
* update unit tests
Signed-off-by: KashKondaka <37753523+KashKondaka@users.noreply.github.com>
---------
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: KashKondaka <37753523+KashKondaka@users.noreply.github.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent 0c816e1 commit b0b970c
File tree
145 files changed
+17328
-6818
lines changed- .cypress/integration
- cypress/integration
- public
- components
- AlertInsight
- Breadcrumbs
- CreateMonitorFlyout
- DataTable
- DeleteModal
- FeatureAnywhereContextMenu/AddAlertingMonitor/__snapshots__
- Flyout/flyouts
- components
- SavedQueriesPopover
- contexts
- hooks
- pages
- CreateMonitor
- components
- CustomSteps
- PplPreviewTable
- QueryEditor
- completion
- VisualGraph
- containers
- AnomalyDetectors/__tests__/__snapshots__
- CreateMonitor
- __snapshots__
- utils
- DefineMonitor/__snapshots__
- MonitorDetails
- MonitorIndex/__snapshots__
- CreateTrigger
- components
- Action
- __snapshots__
- actions
- __snapshots__
- AddActionButton
- AddTriggerButton
- TriggerExpressions
- containers
- ConfigureActions
- ConfigureTriggers
- CreateTrigger
- CreateTrigger
- utils
- DefineTrigger
- utils
- utils
- Dashboard
- components
- AcknowledgeAlertsModal
- __snapshots__
- DashboardControls
- DashboardEmptyPrompt
- __snapshots__
- containers
- __snapshots__
- utils
- MonitorDetails
- components
- MonitorOverview
- __snapshots__
- utils
- OverviewStat
- __snapshots__
- containers
- Triggers
- __snapshots__
- Monitors
- components
- MonitorActions
- __snapshots__
- MonitorEmptyPrompt
- __snapshots__
- containers/Monitors
- __snapshots__
- utils
- redux
- slices
- services
- utils
- server
- clusters/alerting
- routes
- services
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
145 files changed
+17328
-6818
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | | - | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | | - | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
61 | 79 | | |
62 | 80 | | |
63 | 81 | | |
| |||
0 commit comments