mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[ML][Data Frame] adds new pipeline field to dest config (#43124)
* [ML][Data Frame] adds new pipeline field to dest config * Adding pipeline support to _preview * removing unused import * moving towards extracting _source from pipeline simulation * fixing permission requirement, adding _index entry to doc
This commit is contained in:
parent
3c6bc34c72
commit
9f2974985f
18 changed files with 410 additions and 78 deletions
|
@ -33,7 +33,7 @@ include-tagged::{doc-tests-file}[{api}-config]
|
|||
--------------------------------------------------
|
||||
<1> The {dataframe-transform} ID
|
||||
<2> The source indices and query from which to gather data
|
||||
<3> The destination index
|
||||
<3> The destination index and optional pipeline
|
||||
<4> The PivotConfig
|
||||
<5> Optional free text description of the transform
|
||||
|
||||
|
@ -49,6 +49,16 @@ If query is not set, a `match_all` query is used by default.
|
|||
include-tagged::{doc-tests-file}[{api}-source-config]
|
||||
--------------------------------------------------
|
||||
|
||||
==== DestConfig
|
||||
|
||||
The index where to write the data and the optional pipeline
|
||||
through which the docs should be indexed
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-dest-config]
|
||||
--------------------------------------------------
|
||||
|
||||
===== QueryConfig
|
||||
|
||||
The query with which to select data from the source.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue