Skip to content

Commit

Permalink
[ML] Use indices options in datafeed preview (#61698)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored Mar 30, 2020
1 parent b6101f0 commit 2c15087
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 2c15087

Please sign in to comment.