From f17f8134f31a1ed53b4a88d63790f0b617d1f3b7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:38:03 +0000 Subject: [PATCH 1/2] Initial plan From b99de4d5fb0b763b5e9289c9ca603cf61ff1cb14 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:08:09 +0000 Subject: [PATCH 2/2] fix(@elastic/eui/require-table-caption): add tableCaption to EuiBasicTable in insights summary Agent-Logs-Url: https://github.com/elastic/kibana/sessions/0c213919-75d1-4add-b438-e8db49608bdf Co-authored-by: alexwizp <20072247+alexwizp@users.noreply.github.com> --- .../components/insights/summary.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx b/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx index 183e6dcba74f0..5c92d3f61236e 100644 --- a/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx +++ b/x-pack/platform/plugins/shared/streams_app/public/components/sig_events/significant_events_discovery/components/insights/summary.tsx @@ -244,6 +244,9 @@ export function Summary({ count }: { count: number }) {