Skip to content

Commit 625dc09

Browse files
committed
[ML] Hide legacy callout if index pattern is missing.
1 parent 6a6255c commit 625dc09

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration

1 file changed

+1
-0
lines changed

x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/outlier_exploration.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const OutlierExploration: FC<ExplorationProps> = React.memo(({ jobId }) =
5454
// If feature influence was enabled for the legacy job we'll show a callout
5555
// with some additional information for a workaround.
5656
const showLegacyFeatureInfluenceFormatCallout =
57+
!needsDestIndexPattern &&
5758
isOutlierAnalysis(jobConfig?.analysis) &&
5859
jobConfig?.analysis.outlier_detection.compute_feature_influence === true &&
5960
columnsWithCharts.findIndex(

0 commit comments

Comments
 (0)