diff --git a/x-pack/plugins/index_management/public/application/components/component_templates/component_template_list/component_template_list_container.tsx b/x-pack/plugins/index_management/public/application/components/component_templates/component_template_list/component_template_list_container.tsx index 556face8f09863..fea0eb8545b764 100644 --- a/x-pack/plugins/index_management/public/application/components/component_templates/component_template_list/component_template_list_container.tsx +++ b/x-pack/plugins/index_management/public/application/components/component_templates/component_template_list/component_template_list_container.tsx @@ -30,7 +30,7 @@ export const ComponentTemplateListContainer: React.FunctionComponent< useExecutionContext(executionContext, { type: 'application', - page: 'indexManagementComponentTemplates', + page: 'indexManagementComponentTemplatesTab', }); return ( diff --git a/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/data_stream_list.tsx b/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/data_stream_list.tsx index 744c8c455718c3..a9e21c4d28bbb3 100644 --- a/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/data_stream_list.tsx +++ b/x-pack/plugins/index_management/public/application/sections/home/data_stream_list/data_stream_list.tsx @@ -63,7 +63,7 @@ export const DataStreamList: React.FunctionComponent = ({ histor useExecutionContext(executionContext, { type: 'application', - page: 'indexManagementIndices', + page: 'indexManagementIndicesTab', }); return ( diff --git a/x-pack/plugins/index_management/public/application/sections/home/template_list/template_list.tsx b/x-pack/plugins/index_management/public/application/sections/home/template_list/template_list.tsx index 437888b9936745..c29fbfde16f5d9 100644 --- a/x-pack/plugins/index_management/public/application/sections/home/template_list/template_list.tsx +++ b/x-pack/plugins/index_management/public/application/sections/home/template_list/template_list.tsx @@ -77,7 +77,7 @@ export const TemplateList: React.FunctionComponent>({ diff --git a/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_list.tsx b/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_list.tsx index 7adb69ada4da62..c2a8449a2bc943 100644 --- a/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_list.tsx +++ b/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_list.tsx @@ -89,7 +89,7 @@ export const PolicyList: React.FunctionComponent { useExecutionContext(core.executionContext, { type: 'application', - page: 'snapshotRestoreRestores', + page: 'snapshotRestoreRestoreTab', }); let content: JSX.Element; diff --git a/x-pack/plugins/snapshot_restore/public/application/sections/home/snapshot_list/snapshot_list.tsx b/x-pack/plugins/snapshot_restore/public/application/sections/home/snapshot_list/snapshot_list.tsx index 794d74130fd67d..bfc276410ebc67 100644 --- a/x-pack/plugins/snapshot_restore/public/application/sections/home/snapshot_list/snapshot_list.tsx +++ b/x-pack/plugins/snapshot_restore/public/application/sections/home/snapshot_list/snapshot_list.tsx @@ -83,7 +83,7 @@ export const SnapshotList: React.FunctionComponent