Benjamin Trent
5fb9081e20
[ML][Transforms] adjusting stats.progress for cont. transforms ( #45361 )
...
* [ML][Transforms] adjusting stats.progress for cont. transforms
* addressing PR comments
* rename fix
2019-08-14 11:22:39 -05:00
István Zoltán Szabó
78e35c2c3d
[DOCS] Adds supported time units ref to the ML and DF API params. ( #45322 )
2019-08-08 13:43:55 +02:00
David Roberts
65b502079a
[ML-DataFrame] Combine task_state and indexer_state in _stats ( #45276 )
...
This commit replaces task_state and indexer_state in the
data frame _stats output with a single top level state
that combines the two. It is defined as:
- failed if what's currently reported as task_state is failed
- stopped if there is no persistent task
- Otherwise what's currently reported as indexer_state
Closes #45201
2019-08-07 16:39:56 +01:00
István Zoltán Szabó
048dfeb0ed
[DOCS] Adds supported time units ref to the frequency and delay params. ( #45283 )
2019-08-07 16:18:35 +02:00
Benjamin Trent
1da7c591c5
[ML][Data Frame] Add update transform api endpoint ( #45154 )
...
This adds the ability to `_update` stored data frame transforms. All mutable fields are applied when the next checkpoint starts. The exception being `description`.
This PR contains all that is necessary for this addition:
* HLRC
* Docs
* Server side
2019-08-07 07:28:09 -05:00
lcawl
f2a6dd7250
[DOCS] Clarifies dataframe transform validations
2019-07-25 15:03:57 -07:00
Lisa Cawley
8b905cc19c
[DOCS] Adds descriptions for put and start data frame transforms ( #44724 )
2019-07-24 11:09:06 -07:00
David Roberts
a40ccd91b8
[ML] Improve response format of data frame stats endpoint ( #44350 )
...
This change adjusts the data frame transforms stats
endpoint to return a structure that is easier to
understand.
This is a breaking change for clients of the data frame
transforms stats endpoint, but the feature is in beta so
stability is not guaranteed.
Closes #43767
2019-07-23 10:48:23 +01:00
Lisa Cawley
8e0e8c3316
[DOCS] Adds more validation details for data frame transforms ( #44714 )
2019-07-22 15:29:59 -07:00
David Roberts
69b6f2d8e5
[DOCS] Clarifies data frame transform frequency is also for retries ( #44229 )
...
In data frame transforms the same scheduler controls both
retries in the event of search failures and gaps between
checks for changes when the transform is running continuously.
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2019-07-22 17:52:39 +01:00
lcawl
2b65ab9e19
[DOCS] Fixes formatting in create data frame transform API
2019-07-22 08:25:31 -07:00
Benjamin Trent
a9cc0e1520
[ML][Data Frame] Add optional defer_validation param to PUT ( #44455 )
...
* [ML][Data Frame] Add optional defer_validation param to PUT
* addressing PR comments
* reverting bad replace
* addressing pr comments
* Update put-transform.asciidoc
* Update put-transform.asciidoc
* Update put-transform.asciidoc
2019-07-22 09:07:53 -05:00
Benjamin Trent
40fccbaa50
[ML][Data Frame] adding force delete ( #44590 )
...
* [ML][Data Frame] adding force delete
* Update delete-transform.asciidoc
2019-07-22 07:32:49 -05:00
Lisa Cawley
bec786d2d0
[DOCS] Clarifies data transform source definition ( #44504 )
2019-07-18 07:58:28 -07:00
Lisa Cawley
a8918ea65f
[DOCS] Improves description of dest data frame transform object ( #44509 )
2019-07-18 07:43:43 -07:00
Lisa Cawley
4e75fa355e
[DOCS] Adds sync to data frame transform API ( #44254 )
2019-07-17 08:55:06 -07:00
Lisa Cawley
8f31861ede
[DOCS] Renames data frame APIs section ( #44458 )
2019-07-16 15:09:00 -07:00
István Zoltán Szabó
60eb7f7042
[DOCS] Adds max_page_search_size to data frame transform pivot properties ( #44126 )
2019-07-16 18:36:55 +02:00
David Kyle
4402cf38bf
Wait for pending tasks in docs tests cleanup ( #44123 )
...
ML and Data Frame tests should wait for pending tasks
2019-07-15 11:58:09 +01:00
Lisa Cawley
b3a7b2221b
[DOCS] Reformats API parameter details ( #44194 )
2019-07-12 08:26:31 -07:00
Lisa Cawley
98b47fcc2d
[DOCS] Minor edits to data frame APIs ( #44138 )
2019-07-10 14:39:38 -07:00
Lisa Cawley
2845db2c43
[DOCS] Adds frequency option to data frame transform resource ( #44177 )
2019-07-10 14:38:32 -07:00
David Roberts
b89c3c92e0
[ML-DataFrame] Add a frequency option to transform config, default 1m ( #44120 )
...
Previously a data frame transform would check whether the
source index was changed every 10 seconds. Sometimes it
may be desirable for the check to be done less frequently.
This commit increases the default to 60 seconds but also
allows the frequency to be overridden by a setting in the
data frame transform config.
2019-07-10 09:35:23 +01:00
Lisa Cawley
56de569c69
[DOCS] Defines data frame transform resources ( #43996 )
...
Co-Authored-By: István Zoltán Szabó <istvan.szabo@elastic.co>
2019-07-08 15:41:45 -07:00
István Zoltán Szabó
b8f1bd09cd
[DOCS] Adds description to the preview data frame transform API ( #43745 )
2019-07-05 09:38:21 +02:00
Benjamin Trent
eea47bbe77
[ML][Data Frame] Add deduced mappings to _preview response payload ( #43742 )
...
* [ML][Data Frame] Add deduced mappings to _preview response payload
* updating preview docs
2019-07-01 20:23:44 -05:00
Lisa Cawley
f1e3a8fd6c
[DOCS] Adds data frame API response codes for allow_no_match ( #43666 )
2019-06-27 15:16:24 -07:00
lcawl
66e1853f34
[DOCS] Adds anchors and attributes to ML APIs
2019-06-27 09:43:43 -07:00
Lisa Cawley
0d05ec46c2
[DOCS] Updates data frame APIs to use API template ( #43610 )
2019-06-26 13:46:21 -07:00
Benjamin Trent
9084418937
[ML][Data Frame] Add support for allow_no_match for endpoints ( #43490 )
...
* [ML][Data Frame] Add support for allow_no_match parameter in endpoints
Adds support for:
* Get Transforms
* Get Transforms stats
* stop transforms
2019-06-26 06:55:50 -05:00
David Roberts
1907065783
[DOCS] Rename "job" to "transform" in data frame transform docs ( #43534 )
2019-06-24 08:56:18 -07:00
David Kyle
2f9e8a8317
Mute put-transform docs test
...
Relates to #43271
2019-06-20 15:35:56 +01:00
Benjamin Trent
9f2974985f
[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
2019-06-19 12:58:11 -05:00
István Zoltán Szabó
7d1784e1ef
[DOCS] Simplifies wording. ( #43226 )
...
This PR simplifies the wording of the TOC and eventually makes it shorter.
2019-06-17 09:33:57 +02:00
Lisa Cawley
41bd5b1e9c
[DOCS] Adds size and from parameters to data frame APIs ( #43212 )
2019-06-14 08:42:18 -07:00
Lisa Cawley
bf5bfcc15a
[DOCS] Adds dataframe authorization details ( #43009 )
2019-06-12 10:13:04 -07:00
James Rodewig
b37c3bd0d5
[DOCS] Fix typo in bucket script aggregation link
2019-06-04 09:40:21 -04:00
James Rodewig
1cd60fb290
[DOCS] Fix broken bucket script agg link
2019-06-04 08:43:15 -04:00
Benjamin Trent
2d23399bd2
[ML] [Data Frame] Adding supported aggs in docs ( #42728 )
...
* [ML] [Data Frame] Adding supported aggs in docs
* [DOCS] Moves pivot to definitions list
2019-06-04 07:01:19 -05:00
Hendrik Muhs
5b5d001982
[ML-DataFrame] rewrite start and stop to answer with acknowledged ( #42589 )
...
rewrite start and stop to answer with acknowledged
fixes #42450
2019-05-29 11:13:37 +02:00
Hendrik Muhs
06cfc7ad43
[DOCS] add a warning about bypassing PUT API's, update example responses ( #42062 )
...
Configurations are stored in the .data-frame-internal-1
index, but users should not add configurations directly to
the index as additional information to enable access control
is added. This adds a warning against allowing access to the
internal index.
2019-05-16 10:10:23 -04:00
David Kyle
2864e9895a
[ML DataFrame] Update Preview docs for source config change ( #41761 )
2019-05-03 16:30:41 +01:00
James Rodewig
ba6135f0c7
[DOCS] Allow attribute substitution in titleabbrevs for Asciidoctor migration ( #41574 )
...
* [DOCS] Replace attributes in titleabbrevs for Asciidoctor migration
* [DOCS] Add [subs="attributes"] so attributes render in Asciidoctor
* Revert "[DOCS] Replace attributes in titleabbrevs for Asciidoctor migration"
This reverts commit 98f130257a
.
* [DOCS] Fix merge conflict
2019-04-30 13:46:13 -04:00
Benjamin Trent
06bc25e447
[ML] cleanup + adding description field to transforms ( #41554 )
...
* [ML] cleanup + adding description field to transforms
* making description length have a max of 1k
2019-04-26 14:41:05 -05:00
Hendrik Muhs
3b0dd4a4ed
[DOCS] change source and dest to be nested and add a query to the example ( #41293 )
...
update source and dest to reflect the changes done in #40396 and add a query to the example.
2019-04-23 13:38:35 +02:00
David Kyle
3ad2b29546
[ML DataFrame] Data Frame stop all ( #41156 )
...
Wild card support for the data frame stop API
2019-04-15 14:33:16 +01:00
Benjamin Trent
e79da922a3
[ML] Add data frame task state object and field ( #40169 )
...
* [ML] Add data frame task state object and field
* A new state item is added so that the overall task state can be
accoutned for
* A new FAILED state and reason have been added as well so that failures
can be shown to the user for optional correction
* Addressing PR comments
* adjusting after master merge
* addressing pr comment
* Adjusting auditor usage with failure state
* Refactor, renamed state items to task_state and indexer_state
* Adding todo and removing redundant auditor call
* Address HLRC changes and PR comment
* adjusting hlrc IT test
2019-03-26 15:59:01 -05:00
Lisa Cawley
3eb9736f7f
[DOCS] Adds placeholder for start and stop data frame transform APIs ( #40278 )
2019-03-21 09:38:00 -07:00
Lisa Cawley
c178e1bd73
[DOCS] Adds placeholder for create and delete data frame transform APIs ( #40233 )
2019-03-21 09:11:38 -07:00
Lisa Cawley
bbba32fb6b
[DOCS] Adds placeholder for get data frame transform APIs ( #40283 )
2019-03-21 07:45:17 -07:00