Christoph Büscher
e825ad5dce
Add javadocs about expected exceptions to RestHighLevelClient ( #36216 )
...
Add a more detailed section about what exceptions to expect from the blocking
calls in this class and removing the mostly redundant mentions of the
IOExceptions from each method javadoc since it doesn't give much details about
the expected exceptions anyway.
Closes #30334
2018-12-05 00:31:52 +01:00
Martijn van Groningen
579be9142e
[HLRC] Added support for CCR Get Auto Follow Pattern apis ( #36049 )
...
This change also adds documentation for the Get Auto Follow Pattern API.
Relates to #33824
2018-12-04 07:41:29 +01:00
Julie Tibshirani
0e1ddfd825
Deprecate types in document delete requests. ( #36087 )
...
* Make sure to use _doc as a type name in the CRUD HLRC tests.
* Deprecate types in document delete requests.
2018-11-30 15:11:29 -08:00
Jim Ferenczi
08b9e31373
[TEST] fix link in get-watch documentation
2018-11-30 14:40:09 +01:00
Jim Ferenczi
5e6460acb3
[TEST] fix typo in get-watch documentation
2018-11-30 12:53:04 +01:00
Jim Ferenczi
5c7b2c5f9b
HLRC: Add get watch API ( #35531 )
...
This changes adds the support for the get watch API in the high level rest client.
2018-11-30 11:02:46 +01:00
Martijn van Groningen
6d01170ca1
[HLRC] Added support for CCR Delete Auto Follow Pattern API ( #35981 )
...
This change also adds documentation for the Delete Auto Follow Pattern API.
Relates to #33824
2018-11-29 08:06:31 +01:00
Ignacio Vera
93ed8b7d61
HLRC: Add delete user action ( #35294 )
...
* HLRC: Add delete user action
It adds delete user action to the high level rest client.
Relates #29827
2018-11-29 07:52:56 +01:00
Simon Willnauer
daef498cd9
[DOCS] Fix HLRC reference to unfreeze_index
2018-11-28 16:55:55 +01:00
Simon Willnauer
89e4ac8fcc
Add high-level REST client API for `_freeze` and `_unfreeze` ( #35723 )
...
This change adds support for `_freeze` and `_unfreeze` to the HLRC
Relates to #34352
2018-11-28 15:42:12 +01:00
Vladimir Dolzhenko
f0c5f0c099
[HLRC] XPack ML info action ( #35777 )
...
Relates to #29827
2018-11-28 10:58:20 +00:00
Michael Basnight
19ed17195f
Docs: DRY up indices docs ( #35971 )
...
This commit DRYs up the indices folder as well as fixing a few minor
mishaps that were in the docs.
2018-11-27 19:40:49 -06:00
Tal Levy
a0b319a123
[DOCS] fix HLRC ILM doc misreferenced tag
2018-11-27 14:28:25 -08:00
Ioannis Kakavas
580b5baf21
Add realm information for Authenticate API ( #35648 )
...
- Add the authentication realm and lookup realm name and type in the response for the _authenticate API
- The authentication realm is set as the lookup realm too (instead of setting the lookup realm to null or empty ) when no lookup realm is used.
2018-11-27 23:35:42 +02:00
Tal Levy
fe603e9163
[ILM] add HLRC docs to remove-policy-from-index ( #35759 )
...
This primarily introduces documentation for the HLRC
remove-policy-from-index action.
2018-11-27 13:28:58 -08:00
Martijn van Groningen
df1e02d0d5
[HLRC] Added support for CCR Put Auto Follow Pattern API ( #35780 )
...
This change also adds documentation for the Put Auto Follow Pattern API.
Relates to #33824
2018-11-27 08:53:22 +01:00
Tim Vernum
3435fc4613
HLRC: Add ability to put user with a password hash ( #35844 )
...
Update PutUserRequest to support password_hash (see: #35242 )
This also updates the documentation to bring it in line with our more
recent approach to HLRC docs.
2018-11-27 15:07:24 +11:00
Gordon Brown
5c11b8612a
Add HLRC docs for Explain Lifecycle ( #35803 )
...
Adds HLRC documentation for the Explain Lifecycle API.
2018-11-26 15:25:56 -07:00
Ed Savage
13e11966ca
[HLRC][ML] Add delete expired data API ( #35906 )
...
Relates to #29827
2018-11-26 16:15:54 +00:00
Ioannis Kakavas
acb65dd004
[DOCS] Fix missing include for get-roles
2018-11-26 11:45:39 +02:00
Ioannis Kakavas
8daa854f90
[HLRC] Add support for get roles API ( #35787 )
...
This commits adds support for the Get Roles API to the HLRC
Relates: #29827
2018-11-26 11:25:07 +02:00
David Roberts
3c059ee057
[HLRC][ML] Add ML find file structure API ( #35833 )
...
Relates to #29827
2018-11-23 06:58:05 +00:00
Martijn van Groningen
813e053f62
Fixed response classes in hlrc docs
2018-11-23 07:52:45 +01:00
Benjamin Trent
90a8e4b259
HLRC: ML Delete event from Calendar ( #35760 )
...
* HLRC: Delete event from calendar
* adjusting tests
* adjusting code to make it more readable
2018-11-21 16:22:04 -06:00
Ioannis Kakavas
25f83ae08c
[HLRC] Add support for get application privileges API ( #35556 )
...
This commits adds support for the Get Application Privileges
API to the HLRC
Relates: #29827
2018-11-21 16:38:17 +02:00
Martijn van Groningen
9b2ab064cf
[HLRC] Added support for CCR Resume Follow API ( #35638 )
...
This change also adds documentation for the Resume Follow API
Relates to #33824
2018-11-21 10:52:03 +01:00
Ed Savage
4f857c4f8d
[HLRC][ML] Add ML revert model snapshot API ( #35750 )
...
Relates to #29827
2018-11-21 09:10:37 +00:00
Martijn van Groningen
a6647a20a9
[HLRC] Added support for CCR Unfollow API ( #35693 )
...
This change also adds documentation for the Unfollow API
Relates to #33824
2018-11-21 07:48:29 +01:00
Benjamin Trent
84db1e42c0
HLRC: ML Get Calendar Events ( #35747 )
...
* HLRC: ML Get Calendar Events
* Addressing PR comments
2018-11-20 16:40:31 -06:00
Gordon Brown
17780ce07e
Add HLRC docs for Delete Lifecycle Policy ( #35664 )
...
Adds documenatation for the Delete Lifecycle Policy API to the HLRC
documentation.
2018-11-20 11:32:41 -07:00
Tal Levy
d061b3999a
[ILM] HLRC-ILM Retry Lifecycle Policy docs ( #35715 )
...
this adds documentation for the retry method in the
high-level-ilm-rest-client.
this PR also renames retryLifecycleStep to retryLifecyclePolicy in the index-lifecycle-client
2018-11-20 07:05:27 -08:00
Benjamin Trent
7657e6d274
HLRC ML Add Event To Calendar API ( #35704 )
...
* HLRC: ML Adding Post event to calendar api
* Fixing tests and serialization
* removing unused import
2018-11-20 08:15:21 -06:00
Benjamin Trent
d707838c02
HLRC: ML Delete job from calendar ( #35713 )
2018-11-20 07:43:34 -06:00
Ed Savage
844483a99a
[HLRC][ML] Add ML update model snapshot API ( #35537 ) ( #35694 )
...
Relates to #29827
2018-11-20 12:18:29 +00:00
Gordon Brown
e012ac4649
Add HLRC docs for ILM Start/Stop/Status ( #35672 )
...
Adds HLRC documentation for Start ILM, Stop ILM, and ILM Status APIs, as
these APIs are tightly linked to each other.
2018-11-19 17:17:01 -07:00
Benjamin Trent
214bc96738
HLRC: ML Add Job to Calendar API ( #35666 )
2018-11-19 11:41:49 -06:00
Mayya Sharipova
aaeb47d1f7
HLRC for _mtermvectors ( #35266 )
...
relates to #27205
2018-11-19 12:24:31 -05:00
Benjamin Trent
bc7dea4480
ML: changing automatic check_window calculation ( #35643 )
...
* ML: changing automatic check_window calculation
* adding docs on how we calculate the default
2018-11-19 08:03:34 -06:00
Ignacio Vera
ae6a33237f
HLRC: Add ML delete filter action ( #35382 )
...
* HLRC: Add ML delete filter action
It adds delete ML filter action to the high level rest client.
Relates #29827
2018-11-19 11:25:35 +01:00
Gordon Brown
bb51cdb6de
Add HLRC docs for Get Lifecycle Policy ( #35612 )
...
Adds docs for the Get Lifecycle Policy API to the HLRC documentation.
2018-11-16 18:16:30 -07:00
Julie Tibshirani
c6a0904e0e
Deprecate types in count and msearch. ( #35421 )
...
* Deprecate types in count requests.
* Move RestCountAction to the 'search' package.
* Deprecate types in multi search requests.
* Add tests for types deprecation in the _search endpoint.
2018-11-16 13:04:43 -08:00
Przemyslaw Gomulka
c6e2634bf8
Docs: HLRC: refactor bulk, migrate and reindex apis ( #35413 )
...
fix typos and refactor to DRY up documentation for bulk, reindex and migration apis
relates #35345
2018-11-16 08:58:13 +01:00
Tim Vernum
87a8b99724
HLRC: Add "_has_privileges" API to Security Client ( #35479 )
...
This adds the "hasPrivileges()" method to SecurityClient, including
request, response & async variant of the method.
Also includes API documentation.
2018-11-16 13:52:06 +11:00
Benjamin Trent
f7ada9b29b
Add delayed datacheck to the datafeed job runner ( #35387 )
...
* ML: Adding missing datacheck to datafeedjob
* Adding client side and docs
* Making adjustments to validations
* Making values default to on, having more sensible limits
* Intermittent commit, still need to figure out interval
* Adjusting delayed data check interval
* updating docs
* Making parameter Boolean, so it is nullable
* bumping bwc to 7 before backport
* changing to version current
* moving delayed data check config its own object
* Separation of duties for delayed data detection
* fixing checkstyles
* fixing checkstyles
* Adjusting default behavior so that null windows are allowed
* Mentioning the default value
* Fixing comments, syncing up validations
2018-11-15 13:32:45 -06:00
Ed Savage
2d948a001e
[HLRC][ML] Add ML delete model snapshot API ( #35537 )
...
Relates to #29827
2018-11-15 14:57:17 +00:00
Christoph Büscher
bc5b1afb55
HLRC: Add parameters to stopRollupJob API ( #35545 )
...
With #34811 the API for stopping rollup jobs got two new url parameters
"wait_for_completion" and "timeout". This change adds these to the HLRC APIs as
well.
Relates to #34811
2018-11-15 10:50:48 +01:00
Benjamin Trent
803eccec11
HLRC: Adding ML Update Filter API ( #35522 )
...
* HLRC: Adding ml get filters api
* HLRC: Adding ML Update Filter API
2018-11-14 11:13:11 -06:00
Tanguy Leroux
5b7446bb5f
Add Delete Privileges API to HLRC ( #35454 )
...
This commit adds the Delete Privileges API to the high level REST
client.
Related to #29827
2018-11-14 14:04:30 +01:00
Ed Savage
e7b7d52a6a
[HLRC][ML] Add ML get model snapshots API ( #35487 )
...
Relates #29827
2018-11-14 13:03:04 +00:00
Christoph Büscher
603d1a470f
Add stop rollup job support to HL REST Client ( #34702 )
...
This change adds support for stoping a rollup job to the High Level REST Client.
Relates to #29827
2018-11-14 05:40:42 +01:00