188 Commits

Author SHA1 Message Date
Seth Michael Larson 53de8898ad [7.x] Update all rST :: to code-block directives 2020-06-26 14:54:41 -05:00
Seth Michael Larson d73d7a0d8f [7.x] Add Dangling Indices API 2020-06-23 15:34:31 -05:00
Seth Michael Larson cb3d1a8234 [7.x] Fix helper examples and section structure 2020-06-16 16:39:05 -05:00
Seth Michael Larson 99d026502c [7.x] Add documentation for async support 2020-05-29 12:29:08 -05:00
Seth Michael Larson 8e1798cf31 Apply license header changes and API gen 2020-04-23 14:10:49 -05:00
Seth Michael Larson 24c57840cb Update API and license tools 2020-04-23 14:10:49 -05:00
Seth Michael Larson 9c39f37547 Release 7.7.0a1 2020-04-01 09:16:38 -05:00
Seth Michael Larson 07bb2c77a8 Release 7.6.0 2020-03-19 13:42:30 -05:00
Seth Michael Larson 7b6a12f2e5 Remove opaque_id from the client constructor 2020-03-19 13:23:52 -05:00
Seth Michael Larson ae74e1d0e6 [7.x] Update Cloud ID default port, parsing of Cloud ID 2020-03-12 07:02:04 -05:00
Seth Michael Larson 9219c92779 [7.x] Add support for X-Opaque-Id 2020-03-11 16:33:15 -05:00
Seth Michael Larson 2704580f7b [7.x] Add documentation of all X-Pack APIs 2020-03-09 08:39:03 -05:00
Seth Michael Larson 04403ffb1d [7.x] Refactor cloud_id, api_key, headers, and http_compress 2020-03-04 13:07:07 -06:00
Honza Král 43b87598fd proper paths for xpack APIs 2020-02-04 10:49:00 -08:00
Xiaodong b6eaa3cee9 Complete exception docs 2019-11-08 17:25:47 -05:00
Philip Krauss c4bc2e420d API key Authentication (#1010) 2019-09-20 14:01:31 +01:00
Nick Lang f0f3665e18 update the docs for 7 2019-06-19 10:18:53 +02:00
Richard Smith 2efba7e18a Update helpers.rst (#965) 2019-05-31 08:25:03 -06:00
Nick Lang e1968ed95a Update the docs for compression. Closes #955 2019-05-17 13:33:51 -04:00
Nick Lang 206f5e2754 Black (#948) 2019-05-10 09:16:33 -06:00
Yaser Martinez Palenzuela 9cafeeb651 Update docs to v7 (#923) 2019-04-25 16:10:47 -06:00
Steven Loria 47eab8cc0f Minor typo fixes on index page (#850) 2018-10-08 11:15:40 -06:00
Aly Sivji cb6f09bbe7 Fix bulk insert docs (#832) 2018-08-06 13:28:56 -06:00
Nick Lang bc4af210ab update certifi link. closes #822 2018-07-17 12:43:39 -07:00
Nick Lang d3204f6b71 add a small example, and reference bigger example. Closes #813 (#817) 2018-07-10 11:12:46 -06:00
hari 0aac8c9dff Update index.rst (#771) 2018-04-24 11:33:29 -06:00
Daniel Chimeno 5ecc1bd209 Update connection.rst (#768)
Changed parameter name
2018-04-12 12:20:03 -06:00
Nick Lang c4a0a54006 Adding X-Pack api docs, closes #760 2018-04-02 11:44:47 -06:00
Sumit Kumar 52c387abf7 correct field name for routing (#758)
`_routing` is correct field name for `routing` in every bulk item action
2018-03-30 13:41:53 -06:00
Jai Sharma b5595d0fe3 Adding documentation for passing custom serializer (#747)
Adding custom serializer documentation on index page as well
2018-03-15 15:35:20 -06:00
robgil 64c125d34c Adding GZip support to urllib3 (#704)
* Adding GZip support to urllib3

* Adding compression documentation and example

* Convert to lowercase for consistency

* Moving header manipulation to __init__()

* Validating headers for compression

* Moving body compression out of the headers block

* Don't compress if there is no body

* Infer true
2018-03-13 10:34:25 -06:00
Nick Lang 603cc9cd17 update docs and bunp changelog 2018-03-04 15:18:25 -08:00
Nick Lang 058d38f0ae Use use ssl_context or don't but don't mix (#714)
* Use original SSL process and add SSLContext

Not going to deprecate and replace with SSLContext.
But instead give option for using SSLContext next to the original way of
handling SSL.
2018-03-04 15:09:40 -08:00
Nick Lang 50f89e4d47 moving import 2017-12-28 13:12:04 -07:00
Nick Lang 415b3e7dc7 more docs updates 2017-12-28 12:37:59 -07:00
Nick Lang e74457866d updating the docs some more examples 2017-12-28 12:08:55 -07:00
Andrew Ekstedt b9eafd41c6 Fix typo in docs
it's => its
2017-11-28 10:12:14 -08:00
Honza Král 97491388d7 Update docs to reflect version changes 2017-11-10 15:18:19 +01:00
Nick Lang 7339a272b5 Add SSL context for versions of Python that support SSL Context.
Instead of passing parameters manually, you can construct an SSL
context. This allows for greater flexibility in using self signed certs.
2017-10-06 11:27:15 -06:00
Honza Král 5c658fcfb8 Allow pipeline as a parameter in bulk actions
Fixes #564
2017-04-17 22:12:41 +02:00
Honza Král fc25175130 Added API docs for ingest and tasks
Fixes #526
2017-02-12 16:23:49 +01:00
Alex Chan c7441e9dc0 Fix a few spelling mistakes in the docs (#522) 2017-01-21 16:44:07 +01:00
Aggelos Avgerinos 7fa7deab1e exceptions-docs: Remove duplicate entry for ConnectionError (#523) 2017-01-18 18:07:31 +01:00
Honza Král 5ecfc70a16 bunp version to 5.1.0 for release 2017-01-11 15:45:55 +01:00
ihipop fa0ee04b8f Add elasticsearch 5.x intrusion info in index.rst (#514)
for issue https://github.com/elastic/elasticsearch-py/issues/492
2017-01-10 09:50:18 +01:00
Honza Král 1780214a19 explain localhost:9200 in the trace log 2016-11-13 05:52:59 +01:00
Honza Král 9c2af0f77c Version bump for development version 2016-10-19 16:33:14 +02:00
Honza Král ae0073c8ca Version bump for 5.0 release 2016-10-19 16:22:48 +02:00
Honza Král 8314f7b25c Set verify_certs default to True
If certifi is installed use it as default for ca_certs value
Closes #403
2016-10-17 14:16:56 +02:00
Patrick Mézard 6a88ec6eaa Fix documentation "Snapshot" index link (#419) 2016-10-10 15:02:02 +02:00