Commit graph

32 commits

Author SHA1 Message Date
Przemysław Witek
aee722dd39
[7.x] [Transform] Add _meta field to TransformConfig (#79003) (#79219) 2021-10-15 12:14:10 +02:00
Lisa Cawley
49802bade8
[DOCS] Fix formatting (#77567) (#77571) 2021-09-10 09:57:32 -07:00
Przemysław Witek
e8fc16e636
[Transform] Rename interim_results to align_checkpoints (#76609) (#76645) 2021-08-18 14:49:51 +02:00
István Zoltán Szabó
9862a57398
[DOCS] Revises required privileges info in Transforms API docs (#72803) (#72812) 2021-05-10 12:01:22 +02:00
James Rodewig
c757f9e4e7
[DOCS] Fix double spaces (#71082) (#71120) 2021-03-31 11:43:34 -04:00
James Rodewig
302341a526
[DOCS] Replace put with create or update in API names (#70330) (#70421)
Co-authored-by: debadair <debadair@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-03-15 17:16:13 -04:00
James Rodewig
b95afd9ddf
[DOCS] Refactor ingest pipeline docs (#70253) (#70409) 2021-03-15 14:12:11 -04:00
István Zoltán Szabó
e406cc5f8f
[DOCS] Expands transforms docs with CCS info (#70156) (#70241)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-03-11 10:57:51 +01:00
István Zoltán Szabó
33bd1a29e4
[DOCS] Removes beta from latest Transform docs. (#69964) (#69975) 2021-03-04 16:52:46 +01:00
István Zoltán Szabó
dd0d85e135
[DOCS] Adds retention_policy to PUT Transform API docs (#68656) (#68910) 2021-02-11 17:19:10 +01:00
Przemysław Witek
f3207fa102
[7.x] [Transform] Add support for search-time runtime fields. (#67643) (#67821) 2021-01-21 15:05:33 +01:00
Lisa Cawley
e230948f23
[DOCS] Add beta qualifier to transform latest APIs (#67036) (#67044) 2021-01-05 13:11:12 -08:00
Lisa Cawley
94e2a14855
[DOCS] Drafts API changes for transform latest function (#66481) (#66618) 2020-12-18 10:11:47 -08:00
Hendrik Muhs
8e377da291
[7.x][Transform] use ISO dates in output instead of epoch millis (#65584) (#65952)
Transform writes dates as epoch millis, this does not work for historic data in some cases or is
unsupported. Dates should be written as such. With this PR transform starts writing dates in ISO
format, but as existing transform might rely on the format it provides backwards compatibility for
old jobs as well as a setting to write dates as epoch millis.

fixes #63787
backport #65584
2020-12-07 17:18:55 +01:00
James Rodewig
aea83909d9
[DOCS] Fix case for 'Boolean' (#64299) (#64341) 2020-10-29 10:04:20 -04:00
Lisa Cawley
2665bfffce
[DOCS] Fix security links in machine learning APIs (#60098) (#60152) 2020-07-23 16:43:10 -07:00
Lisa Cawley
9ba017f699
[DOCS] Changes level offset of transform pages (#60066) (#60075) 2020-07-22 11:22:57 -07:00
Lisa Cawley
a1514c9ffe
[DOCS] Replaces docdir attributes in ML APIs (#57390) (#57467) 2020-06-01 13:46:15 -07:00
Lisa Cawley
6a8e10189f [DOCS] Add throttling based on configuration parameter (#56653) 2020-05-14 08:45:29 -07:00
Hendrik Muhs
c0985615aa [DOC] document transform settings and docs_per_second (#56178)
add documentation for throttling, added in #56007
2020-05-11 09:23:49 +02:00
István Zoltán Szabó
7dc1ba4273 [DOCS] Updates transform prerequisites (#54804) 2020-04-06 17:07:59 +02:00
Lisa Cawley
0fa1060ca4
[DOCS] Collapses content in machine learning APIs (#54234) (#54453) 2020-03-30 11:06:33 -07:00
Lisa Cawley
fdf74f6ae4 [DOCS] Removes beta qualifiers from transform documentation (#51553) 2020-01-29 08:41:54 -08:00
Benjamin Trent
3e014d39c2
[Transform] fail to start/put on missing pipeline (#50701) (#50795)
If a pipeline referenced by a transform does not exist, we should not allow the transform to be created. 

We do allow the pipeline existence check to be skipped with defer_validations, but if the pipeline still does not exist on `_start`, the pipeline will fail to start.

relates:  #50135
2020-01-09 10:33:22 -05:00
Lisa Cawley
30d66828ae [DOCS] Move transform resource definitions into APIs (#50108) 2019-12-17 12:31:31 -08:00
Hendrik Muhs
06f54428c2 update internal index name in documentation warning (#48125) 2019-10-17 15:09:47 +02:00
István Zoltán Szabó
ecd62934f6 [DOCS] Applies rename of transform related roles and privileges (#48123) 2019-10-17 10:24:56 +02:00
Hendrik Muhs
5e0e54f455
[Transform] move root endpoint to _transform with BWC layer (#47127) (#47682)
move the main endpoint to /_transform/ from /_data_frame/transforms/ with providing backwards compatibility and deprecation warnings
2019-10-08 08:59:01 +02:00
Lisa Cawley
39ef795085
[DOCS] Cleans up links to security content (#47610) (#47703) 2019-10-07 15:23:19 -07:00
Lisa Cawley
d5f396fe55
[DOCS] Adds transforms to Elasticsearch book (#46846) (#47055) 2019-09-25 08:11:37 -07:00
Lisa Cawley
875d864be6
[DOCS] Update data frame transform URLs (#46940) (#46946) 2019-09-20 15:57:43 -07:00
Lisa Cawley
a9eb538e93 [DOCS] Removes data-frames folder (#46760) 2019-09-16 10:29:36 -07:00
Renamed from docs/reference/data-frames/apis/put-transform.asciidoc (Browse further)