diff --git a/x-pack/solutions/search/plugins/search_indices/public/components/create_index/create_index.tsx b/x-pack/solutions/search/plugins/search_indices/public/components/create_index/create_index.tsx index 2266cc4b6c5bc..0626aea86d6f8 100644 --- a/x-pack/solutions/search/plugins/search_indices/public/components/create_index/create_index.tsx +++ b/x-pack/solutions/search/plugins/search_indices/public/components/create_index/create_index.tsx @@ -112,8 +112,8 @@ export const CreateIndex = ({ indicesData }: CreateIndexProps) => { changeWorkflowId={(workflowId: WorkflowId) => { setSelectedWorkflowId(workflowId); usageTracker.click([ - AnalyticsEvents.startCreateIndexWorkflowSelect, - `${AnalyticsEvents.startCreateIndexWorkflowSelect}_${workflowId}`, + AnalyticsEvents.createIndexWorkflowSelect, + `${AnalyticsEvents.createIndexWorkflowSelect}_${workflowId}`, ]); }} selectedWorkflow={workflow}