forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Persist data counts in DFA final step with ML origin (elastic#67674
) In elastic#67623 I moved persisting the data counts at the end of a data frame analytics job into a `FinalStep` class. However, I forgot to execute the index request with ML origin resulting in authentication problems if the user that runs the DFA job does not have read privileges in the ML stats index. This commit fixes this by executing that index request with ML origin.
- Loading branch information
1 parent
addb5cb
commit 27f69d4
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters