István Zoltán Szabó
acc9ef52db
[7.x] [DOCS] Adds filter aggregation example link to painless examples ( #61890 ) ( #61902 )
...
* [DOCS] Adds filter aggregation example link to painless examples (#61890 )
* Update docs/reference/transform/painless-examples.asciidoc
2020-09-03 15:32:30 +02:00
Lisa Cawley
2665bfffce
[DOCS] Fix security links in machine learning APIs ( #60098 ) ( #60152 )
2020-07-23 16:43:10 -07:00
Lisa Cawley
cc6edc39a1
[DOCS] Refresh transform screenshots with histograms ( #59264 ) ( #60145 )
2020-07-23 11:14:50 -07:00
Lisa Cawley
9ba017f699
[DOCS] Changes level offset of transform pages ( #60066 ) ( #60075 )
2020-07-22 11:22:57 -07:00
István Zoltán Szabó
cdf6a054c6
[DOCS] Fixes getting time features example in Painless in Transforms ( #59379 )
2020-07-13 10:57:59 +02:00
Lisa Cawley
2e71db71b6
[DOCS] Clarifies transform node settings ( #59023 ) ( #59192 )
2020-07-07 13:54:54 -07:00
István Zoltán Szabó
c3e6aa65dc
[DOCS] Adds web session details example to painless transform examples ( #57942 )
2020-06-15 15:19:02 +02: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ó
ceb0b0dba3
[DOCS] Updated screenshots in transform ecommerce example. ( #56359 )
2020-05-08 07:46:15 +02:00
William Brafford
3499fa917c
Deprecated xpack "enable" settings should be no-ops ( #55416 ) ( #56167 )
...
The following settings are now no-ops:
* xpack.flattened.enabled
* xpack.logstash.enabled
* xpack.rollup.enabled
* xpack.slm.enabled
* xpack.sql.enabled
* xpack.transform.enabled
* xpack.vectors.enabled
Since these settings no longer need to be checked, we can remove settings
parameters from a number of constructors and methods, and do so in this
commit.
We also update documentation to remove references to these settings.
2020-05-05 10:40:49 -04:00
Hendrik Muhs
e177a38504
[7.x][Transform] add throttling ( #56007 ) ( #56184 )
...
add throttling to transform, throttling will slow down search requests by
delaying the execution based on a documents per second metric.
fixes #54862
2020-05-05 13:09:02 +02:00
Lisa Cawley
f0b9578684
[DOCS] Removes transform performance note ( #55177 )
2020-04-15 10:42:52 -07:00
István Zoltán Szabó
7dc1ba4273
[DOCS] Updates transform prerequisites ( #54804 )
2020-04-06 17:07:59 +02:00
Lisa Cawley
b138dc4565
[DOCS] Add processing details to get transforms stats API ( #54368 ) ( #54595 )
2020-04-02 16:12:57 -07:00
István Zoltán Szabó
3a8e880fe6
[DOCS] Adds snippet comparing two indices to the painless examples ( #54563 )
2020-04-02 08:46:25 +02:00
István Zoltán Szabó
a5497cd9e0
[DOCS] Adds HTTP response count example to Painless examples ( #54412 )
2020-03-31 15:12:58 +02:00
Lisa Cawley
0fa1060ca4
[DOCS] Collapses content in machine learning APIs ( #54234 ) ( #54453 )
2020-03-30 11:06:33 -07:00
Benjamin Trent
374e76d7cd
[Transform] fixing naming in HLRC and _cat to match API content ( #54300 ) ( #54408 )
...
Fixing the naming of the HLRC values to match the ToXContent field names (i.e. the field names returned from an API call).
Also fixes the names in the _cat API as well.
closes #53946
2020-03-30 08:57:02 -04:00
István Zoltán Szabó
00eaa0ebe5
[DOCS] Changes scripted metric to filter aggs in transforms example ( #54167 )
2020-03-30 09:51:07 +02:00
Lisa Cawley
27cd5b343c
[DOCS] Augments cat transforms API ( #53776 ) ( #54232 )
2020-03-26 07:56:46 -07:00
Lisa Cawley
88b1b2f36f
[DOCS] Adds transform security privileges ( #53908 )
2020-03-24 09:35:45 -07:00
Lisa Cawley
c4260ba3c7
[DOCS] Fixes formatting in transform overview ( #53900 )
2020-03-23 10:21:54 -07:00
Lisa Cawley
5f45780577
[DOCS] Adds data nanos transform limitation ( #53826 )
2020-03-23 09:49:21 -07:00
Lisa Cawley
8b3ef4ac21
[DOCS] Add generated_dest_index to preview transform API ( #53905 )
2020-03-23 09:43:44 -07:00
István Zoltán Szabó
534e734ad1
[DOCS] Adds painless transform examples ( #53274 )
...
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2020-03-23 10:39:47 +01:00
István Zoltán Szabó
29583288b3
[DOCS] Adds performance considerations section to transforms overview ( #53791 )
...
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2020-03-19 17:51:00 +01:00
Lisa Cawley
68f7036a4c
[DOCS] Adds example links to transform tutorial ( #53640 )
2020-03-19 09:41:57 -07:00
Lisa Cawley
268e512f0b
[DOCS] Add transform nodes ( #53698 )
2020-03-18 15:26:37 -07:00
Lisa Cawley
b1d589f276
[DOCS] Adds operations_behind to transform stats ( #53518 )
2020-03-13 09:34:49 -07:00
David Roberts
4c88996cd7
[DOCS] Correct important note for xpack.transform.enabled ( #52194 )
...
Because transforms get assigned to an arbitrary data node it
is important that the transforms plugin is enabled on every
data node.
2020-02-11 13:02:10 +00:00
Lisa Cawley
ea1d9e0803
[DOCS] Defines data frame transform stats API objects ( #44197 )
2020-02-05 12:30:55 -08:00
Lisa Cawley
28f2f3dd02
[DOCS] Minor fixes in transform documentation ( #51633 )
2020-01-29 16:58:18 -08:00
Lisa Cawley
fdf74f6ae4
[DOCS] Removes beta qualifiers from transform documentation ( #51553 )
2020-01-29 08:41:54 -08:00
István Zoltán Szabó
e40580c24d
[DOCS] Removes CCS limitation item from Transforms limitations. ( #51151 )
2020-01-20 09:44:11 +01: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
Lisa Cawley
2d19d0c166
[DOCS] Updates transform screenshots and text ( #50059 )
2019-12-12 09:30:56 -08:00
István Zoltán Szabó
bb91291273
[DOCS] Fixes attribute in transforms overview. ( #49898 )
2019-12-06 10:24:29 +01:00
Hendrik Muhs
b17cfc93e3
[Transform][DOCS]rewrite client ip example to use continuous transform ( #49822 )
...
adapt the transform example for suspicious client ips to use continuous transform
2019-12-06 08:20:48 +01:00
István Zoltán Szabó
c13fce60a8
[DOCS] Removes data frame leftovers from transforms overview ( #49434 )
2019-11-22 10:20:15 +01:00
Hendrik Muhs
779b4bd92b
update the name of the audit index ( #49432 )
...
small update to the name of the audit index changed in 7.5
2019-11-21 16:15:53 +01:00
Benjamin Trent
6ea59dd428
[ML][Transforms] add wait_for_checkpoint flag to stop ( #47935 ) ( #48591 )
...
Adds `wait_for_checkpoint` for `_stop` API.
2019-10-28 13:02:57 -04:00
Hendrik Muhs
5ecfcdb162
update warning about index names after transform rename ( #48457 )
...
update warning about index names after transform rename
2019-10-24 15:17:20 +02:00
Hendrik Muhs
0656207e9a
[DOCS][Transform] document limitation regarding rolling upgrade with 7.2, 7.3 ( #48118 )
...
adds a limitation about rolling upgrade from 7.2 or 7.3. and fixes a problem with renamed preferences
2019-10-22 09:01:45 +02: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