Seth Michael Larson and GitHub
d73d7a0d8f
[7.x] Add Dangling Indices API
2020-06-23 15:34:31 -05:00
Seth Michael Larson and GitHub
5db3482b5c
Add typeless API for exists_source
2020-06-03 10:38:35 -05:00
Seth Michael Larson and Seth Michael Larson
f8b005f62e
Update 7.x REST APIs
2020-05-19 14:18:53 -05:00
Seth Michael Larson and GitHub
9cc48b3e66
Update new APIs in 7.x
2020-05-08 16:07:52 -05:00
Seth Michael Larson and Seth Michael Larson
8e1798cf31
Apply license header changes and API gen
2020-04-23 14:10:49 -05:00
Seth Michael Larson and Seth Michael Larson
24c57840cb
Update API and license tools
2020-04-23 14:10:49 -05:00
Seth Michael Larson and GitHub
44571e0ae9
Release 7.7.0a2
2020-04-03 12:52:11 -05:00
Seth Michael Larson and GitHub
9c39f37547
Release 7.7.0a1
2020-04-01 09:16:38 -05:00
Morten Hauberg and GitHub
acbbdd2d0a
Remove duplicate arguments in docstrings
2020-03-20 08:21:11 -05:00
Seth Michael Larson and GitHub
883287551a
Update supported ES API to 7.6
2020-03-13 13:44:46 -05:00
Seth Michael Larson and GitHub
9219c92779
[7.x] Add support for X-Opaque-Id
2020-03-11 16:33:15 -05:00
Seth Michael Larson and Seth Michael Larson
35f263c950
Standardize docs spacing for 'Valid values' and 'Default'
2020-02-21 16:49:15 -06:00
Honza Král
869c35f551
Fixed generator, passing tests
2019-12-22 16:32:49 +01:00
Honza Král
ffe00d0c38
Generated API
2019-12-22 16:32:49 +01:00
Honza Král
d8d1b4b0fa
Flatten namespaces, keep xpack access as failover
2019-12-22 16:32:49 +01:00
Ian Danforth and Honza Král
1bb8f50f58
Align order of arguments to put_mapping() in docs with code
2019-11-08 17:42:29 -05:00
Alex Kahan and Honza Král
1438d66045
Removing request_timeout from function doc strings
2019-11-05 22:19:17 +01:00
Alex Kahan and Honza Král
07314a1cc7
Removes request_timeout params from indices handler
2019-11-05 22:19:17 +01:00
Honza Král
8542410c3c
merge indices and xpack.indices
2019-10-30 19:06:39 +01:00
Honza Král
7785dd150d
Adding indices.clone
2019-10-30 18:08:31 +01:00
Bichitra
66428e5a1d
moved request_timeout to a new line
2019-09-17 13:08:17 +05:30
Bichitra
d3ffb321a6
fix error due to missing comma in between timeout and request_timeout in create method of client indices.
2019-09-07 23:05:00 +05:30
Nick Lang and GitHub
8e92b857bc
Update ES client API's for some missing 7 features ( #949 )
...
* Update cat.py to have correct query params
* Add missing api remote_info and missing params
* a couple apis have had added query params
* Add Split api and add missing query params
* Adding processor_grok api
* Adding missing apis:
* update by query rethrottle
* scripts painless execute
* scripts painless context
* rank eval
* delete by query rethrottle
* add missing query params
* Add missing xpack apis
* Update helpers to account for 7.x scroll api
2019-05-10 16:41:50 -06:00
Nick Lang and GitHub
206f5e2754
Black ( #948 )
2019-05-10 09:16:33 -06:00
Jubin Soni and Nick Lang
2aab285c8f
Fixed illegal argument exception in indices.py as request_timeout is expected instead of timeout. ( #937 )
...
The `timeout` parameter in docstring is misleading for following methods in elasticsearch.client.indices.py, renamed this param in query_params decorator and docstring to `request_timeout`:
1. create
2. open
3. close
4. delete
5. put_mapping
6. put_alias
7. update_aliases
8. delete_alias
9. put_template
10. delete_template
11. shrink
12. rollover
2019-04-29 14:45:59 -06:00
Nick Lang and GitHub
1afceba69b
update to ES 7 ( #911 )
...
* update to ES 7
* more updates to make tests run
* update the test matrix
* remove python 3.3
* update xpack apis
* relative imports
2019-03-29 09:25:23 -06:00
Dimitrios Liappis and Nick Lang
23c0e32777
Add include_type_name in pertinent indices operations ( #902 )
...
Closes #901
2019-02-07 06:46:00 -07:00
Dmitri Vasilishin and Nick Lang
dfd9e8d372
Deprecate the update_all_types option ( #819 )
...
This option makes no sense on indices that have only one type, which is enforced since 6.0.
2018-07-16 11:30:22 -06:00
Patryk Krawaczyński and GitHub
b79364f0b8
Unrecognized parameter: wait_for_merge
...
```
curl -XPOST 'http://es:9200/index/_forcemerge?flush=true&wait_for_merge=true&ignore_unavailable=true&max_num_segments=1 '
{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/lindex/_forcemerge] contains unrecognized parameter: [wait_for_merge]"}],"type":"illegal_argument_exception","reason":"request [/index/_forcemerge] contains unrecognized parameter: [wait_for_merge]"},"status":400}
```
2017-11-03 14:57:56 +01:00
Honza Král
3be98b0a09
first pass for 6.0 compatibility
2017-07-31 19:17:52 -04:00
Honza Král
a180459d69
Update API parameters to 5.x
2017-02-08 21:07:29 +01:00
Honza Král
0bf58d7717
Updated API
2017-01-11 15:42:33 +01:00
Noah Wood and Honza Král
2bc407e633
add '_mapping' to exists_type path ( #473 )
...
This adds ‘_mapping’ to the path for exists_type to avoid the
deprecation warning consistent with:
https://github.com/elastic/elasticsearch/commit/a4ea7e72234b480f89e8c59b
b12061be11172db1
2016-11-30 12:53:56 +01:00
Honza Král
cd8aaf2c5e
5.0 compatibility
2016-10-17 13:57:10 +02:00
Honza Král
87bf9866a4
Catch up to elasticsearch master
2016-08-16 21:23:14 +02:00
Honza Král
a359c5fba2
Elasticsearch 5.0 APIs
2016-06-28 16:38:32 +02:00
Honza Král
a64fa04562
Adding the indices.shrink API
2016-06-10 14:55:40 +02:00
Honza Král
7c305f1bc3
Fixes for Elasticsearch 5.0
2016-05-17 14:12:39 +02:00
Honza Král
6e94bf76ad
5.0 compatibility
2016-03-22 21:04:07 +01:00
Honza Král
64ff08b2ae
Move HEAD handling to Transport
2016-03-10 19:06:20 +01:00
Honza Král
38bb0aafbd
Have transport.perform_request only return data
2016-03-10 18:59:31 +01:00
Honza Král
74cb686538
Adding missing APIs
2015-12-27 21:10:51 +01:00
David Thornton
85928a5f3f
fixed slight typo in decription of timeout in put_alias and delete_alias
2015-10-21 11:31:29 -04:00
Honza Král
fa62ae71bf
Updated to latest 2.x compatibility
2015-10-14 00:06:27 +02:00
Honza Král
4f7b09df5b
Purge duplicities in args
2015-08-28 17:41:04 +02:00
Honza Král
36d8d4b545
2.0 compatibility
2015-08-25 01:21:45 +02:00
Honza Král
586704000e
Add human arg to indices.create and get_settings
2015-06-19 14:13:00 +02:00
Honza Král
26ab39f313
correct link and simple description of flush_synced
2015-06-09 21:32:19 +02:00
Honza Král
aed7ec0d03
Added flush_synced API
2015-06-09 19:21:23 +02:00
Honza Král
481dc907ad
Add query_string parameters to count, search_exists and validate_query
2015-05-11 15:01:09 +02:00