From 15b5839fbd8fa6afd14e90c4e70f4dba3873cd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Louv-Jansen?= Date: Thu, 12 Sep 2019 15:10:42 +0200 Subject: [PATCH] [APM] Remove `transaction.result` filter from Errors overviews page (#45379) --- .../apm/public/components/app/ErrorGroupOverview/index.tsx | 2 +- .../public/components/shared/Links/apm/ErrorOverviewLink.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/apm/public/components/app/ErrorGroupOverview/index.tsx b/x-pack/legacy/plugins/apm/public/components/app/ErrorGroupOverview/index.tsx index 330335e15532..d4fb911a8c3d 100644 --- a/x-pack/legacy/plugins/apm/public/components/app/ErrorGroupOverview/index.tsx +++ b/x-pack/legacy/plugins/apm/public/components/app/ErrorGroupOverview/index.tsx @@ -73,7 +73,7 @@ const ErrorGroupOverview: React.SFC = () => { const localUIFiltersConfig = useMemo(() => { const config: React.ComponentProps = { - filterNames: ['transactionResult', 'host', 'containerId', 'podName'], + filterNames: ['host', 'containerId', 'podName'], params: { serviceName }, diff --git a/x-pack/legacy/plugins/apm/public/components/shared/Links/apm/ErrorOverviewLink.tsx b/x-pack/legacy/plugins/apm/public/components/shared/Links/apm/ErrorOverviewLink.tsx index 3c0bf957e03f..c99c7f12062e 100644 --- a/x-pack/legacy/plugins/apm/public/components/shared/Links/apm/ErrorOverviewLink.tsx +++ b/x-pack/legacy/plugins/apm/public/components/shared/Links/apm/ErrorOverviewLink.tsx @@ -19,7 +19,6 @@ const ErrorOverviewLink = ({ serviceName, query, ...rest }: Props) => { const persistedFilters = pickKeys( urlParams, - 'transactionResult', 'host', 'containerId', 'podName'