Skip to content

Commit

Permalink
[ML] Use indices options in datafeed preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 27, 2020
1 parent ba3d639 commit 0d1cf8a
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 0d1cf8a

Please sign in to comment.