diff --git a/x-pack/plugins/aiops/public/components/log_categorization/show_flyout.tsx b/x-pack/plugins/aiops/public/components/log_categorization/show_flyout.tsx index 80751cf83f8f4..5dbd11f1c78cf 100644 --- a/x-pack/plugins/aiops/public/components/log_categorization/show_flyout.tsx +++ b/x-pack/plugins/aiops/public/components/log_categorization/show_flyout.tsx @@ -18,7 +18,6 @@ import type { DataViewField, DataView } from '@kbn/data-views-plugin/common'; import { UI_SETTINGS } from '@kbn/data-plugin/public'; import { DatePickerContextProvider, type DatePickerDependencies } from '@kbn/ml-date-picker'; import { StorageContextProvider } from '@kbn/ml-local-storage'; -import { AIOPS_TELEMETRY_ID } from '../../../common/constants'; import type { AiopsPluginStartDeps } from '../../types'; import { AiopsAppContext } from '../../hooks/use_aiops_app_context'; import { LogCategorizationFlyout } from './log_categorization_for_flyout'; @@ -71,7 +70,7 @@ export async function showCategorizeFlyout( savedSearch={null} selectedField={field} onClose={onFlyoutClose} - embeddingOrigin={AIOPS_TELEMETRY_ID.AIOPS_DEFAULT_SOURCE} + embeddingOrigin={'discover_run_pattern_analysis'} />