[RAM] Alert Table from triggers_actions_ui plugin#131883
[RAM] Alert Table from triggers_actions_ui plugin#131883XavierM merged 58 commits intoelastic:mainfrom
Conversation
x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.tsx
Show resolved
Hide resolved
...ns/security_solution/server/lib/detection_engine/rule_types/query/create_query_alert_type.ts
Outdated
Show resolved
Hide resolved
| @@ -133,20 +129,12 @@ const AlertsTable: React.FunctionComponent<AlertsTableProps> = (props: AlertsTab | |||
| <EuiDataGrid | |||
| aria-label="Alerts table" | |||
| data-test-subj="alertsTable" | |||
There was a problem hiding this comment.
make this data-test-subj a prop.
...gins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_fetch_alerts.tsx
Show resolved
Hide resolved
...gins/triggers_actions_ui/public/application/sections/alerts_table/hooks/use_fetch_alerts.tsx
Outdated
Show resolved
Hide resolved
|
so far looking good and I like how simple to use is on the cases side! good work. I know this is a draft PR but nevertheless pointing at missing:
|
x-pack/plugins/cases/public/components/case_view/components/case_view_alerts.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/triggers_actions_ui/common/experimental_features.ts
Outdated
Show resolved
Hide resolved
…tic#132184) * Add support of Data View switching for Agg-Based visualizations * fix CI * add use_date_view_updates * implement sync with state * cleanup * cleanup * cleanup * Update index.ts * fix PR comments * Update use_data_view_updates.ts * Update use_data_view_updates.ts Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [Discover] Add Analytics No Data Page * Make showEmptyPrompt parameter optional * Remove unused import * Remove unnecessary test * Fix test * Update failing test? * Update failing test * Changing the order of functional tests * Fix error handling * Addressing PR comments Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
Summary
Checklist
Release note
View all alerts attached to a case in the alerts table. The feature is experimental.