Skip to content

Commit

Permalink
[ML] Use indices options in datafeed preview (elastic#61698)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 30, 2020
1 parent 13066a4 commit 4d1c914
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ class JobService {
const data = {
index: job.datafeed_config.indices,
body,
...(job.datafeed_config.indices_options || {}),
};

ml.esSearch(data)
Expand Down

0 comments on commit 4d1c914

Please sign in to comment.