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
Honza Král
b7cba71be6
Explain differences between urllib3 and requests backends
...
Fixes #402
2016-06-09 11:23:26 +02:00
Adam Chainz
40db4b6228
Convert readthedocs links for their .org -> .io migration for hosted projects ( #413 )
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
2016-06-08 14:41:44 +02:00
Honza Král
6e94bf76ad
5.0 compatibility
2016-03-22 21:04:07 +01:00
Shane Connelly
e7a5cbb148
Updated the wording on the AWS section
2016-03-15 10:06:09 -07:00
Honza Král
1c7b23e214
version bump to 2.3.0
2016-02-29 22:44:24 +01:00
Rich Megginson
fe6e9a7f5c
Urllib3HttpConnection should have separate client_cert and client_key arguments #344
...
https://github.com/elastic/elasticsearch-py/issues/344
Add a client_key parameter to complement the client_cert parameter. If
client_key is used, it is assumed that client_cert will contain only the
certificate, not the combined cert and key in a single file.
Closes #344
2016-02-29 22:35:40 +01:00
Honza Král
90f18fa132
better formatting of keywords
2016-02-09 13:51:53 +05:30
Garrett-R
4ed675aa3c
Add docs for filter_path global parameter
2016-02-09 00:07:28 -08:00
Jason Veatch
0f7517a7dd
more explicit line on client and multiprocessing
2016-01-20 21:51:00 +01:00
Honza Král
8f25f379a2
Updated docs and highlighted thread safety and maxsize
...
Closes #329
2016-01-06 12:09:14 +01:00
Honza Král
51defea8c9
Version bump
2016-01-05 12:01:57 +01:00
Kiseok Kim
647461fd56
Update index.rst
...
Fix typo.
2015-12-31 16:24:55 -05:00
Honza Král
a7a56b1abd
Added docs about AWS using IAM
2015-12-27 16:11:15 -05:00
Devin Villegas
c39074279a
Minor spelling corrections for documentation
2015-12-09 11:32:43 -06:00
Tomas Mozes
9415c74519
Renaming manpage to elasticsearch-py
2015-11-25 23:58:11 +01:00
Honza Král
24b4885240
dev version bump
2015-11-10 16:18:44 +09:00
Honza Král
52eda45d8f
Expanding on the dsl mentions
2015-11-02 15:35:36 +01:00
Honza Král
8536a35dd0
Version bump
2015-10-19 16:29:05 +02:00