Skip to content

Commit

Permalink
[ML] Transform: Fix notification index. (elastic#48906) (elastic#48921)
Browse files Browse the repository at this point in the history
Fixes missing notification messages in the expanded row of the transform list by updating the notification index name to '.transform-notifications-read'.
  • Loading branch information
walterra authored Oct 22, 2019
1 parent 0396759 commit 9640c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { CallCluster } from 'src/legacy/core_plugins/elasticsearch';

import { AuditMessage } from '../../../common/types/messages';

const ML_DF_NOTIFICATION_INDEX_PATTERN = '.data-frame-notifications-1';
const ML_DF_NOTIFICATION_INDEX_PATTERN = '.transform-notifications-read';
const SIZE = 500;

interface BoolQuery {
Expand Down

0 comments on commit 9640c5a

Please sign in to comment.