Nick Lang
f0f3665e18
update the docs for 7
2019-06-19 10:18:53 +02:00
Nick Lang
e1968ed95a
Update the docs for compression. Closes #955
2019-05-17 13:33:51 -04: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
Nick Lang
bc4af210ab
update certifi link. closes #822
2018-07-17 12:43:39 -07:00
hari
0aac8c9dff
Update index.rst ( #771 )
2018-04-24 11:33:29 -06:00
Nick Lang
c4a0a54006
Adding X-Pack api docs, closes #760
2018-04-02 11:44:47 -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
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
Honza Král
97491388d7
Update docs to reflect version changes
2017-11-10 15:18:19 +01:00
Alex Chan
c7441e9dc0
Fix a few spelling mistakes in the docs ( #522 )
2017-01-21 16:44:07 +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
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
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
Shane Connelly
e7a5cbb148
Updated the wording on the AWS section
2016-03-15 10:06:09 -07: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
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
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
Honza Král
52eda45d8f
Expanding on the dsl mentions
2015-11-02 15:35:36 +01:00
Emil Hessman
3e6ab22288
docs: fix versioning typo
...
For Elasticsearch 2.0, the major version should be 2, not 1.
2015-10-19 15:20:02 +02:00
Honza Král
2e1d173f5c
Add versioning info to docs too
2015-10-12 22:53:08 +02:00
David Szotten
a8d9ffd60b
use now() instead of fixed time
...
took me a few minutes to figure out why the doc i just added didn't show up in kibana. a more recent timestamp may be friendlier for beginners
2015-07-14 15:14:59 +02:00
Honza Král
8b0ad42ec0
Added docs about persistent connection and fork
...
Fixes #237 , thanks aaugustin!
2015-06-11 02:44:38 +02:00
Honza Král
57ba820666
Adding link to elasticsearch dsl
2015-04-22 21:29:45 +02:00
Honza Král
6bb8edc80b
SSL verification off by default is really a warning, not a note
2015-01-29 23:04:26 +01:00
Honza Král
8e43be946a
Fixing certifi spellinf. Thanks jezdez!
2015-01-12 13:46:13 +01:00
Honza Král
bdf2c4b9f4
Added docs on SSL and auth options
2014-12-29 17:11:18 +01:00
j0hnsmith
482f166c1a
set propagate=False on elasticsearch.trace only if logger not already configured
2014-12-09 15:31:19 +01:00
Honza Král
9b37be87f1
Docs improvements
...
Mentioning the restriction on sniffing and GETs with no bodies allowed
(Fixes #137 )
2014-11-28 17:20:05 +01:00
Honza Král
265d00d5d6
Retry on some HTTP statuses and touching up the retry logic
2014-11-24 17:08:23 +01:00
Honza Král
cd5d646c09
Allow to specify url_prefix through RFC-1738 parsing
...
Also add docs about the various connection options.
2014-11-15 16:18:58 +01:00
Alexandru Ghitza
3932c32516
fix minor doc typos
2014-08-03 13:20:14 +02:00
Ondrej Sika
4849fbedb2
fix example
2014-05-09 18:14:07 +02:00
Honza Král
c24e7c9908
Better phrasing of th compatibility warning. Thanks, karmi!
2014-04-29 12:05:08 +02:00
Honza Král
4bfc89409f
Giving up on testing the docs
2014-04-24 15:08:11 +02:00
starenka
99ad9a154a
Update index.rst
...
The missing import is already in the `.. testsetup::` however that block is not shown at http://elasticsearch-py.readthedocs.org/en/master/#python-elasticsearch-client . Not sure what's wrong, nevertheless one does not simply yank the example and go.
2014-04-24 15:05:36 +02:00
Honza Král
152e133cc2
Added documentation for exceptions raised by elasticsearch-py
...
Fixes #58 , thanks, willkg, for the report!
2014-03-08 18:50:36 +01:00
H. İbrahim Güngör
068fa8ec52
Fix typo in index.rst
2014-01-16 17:22:24 +02:00
Honza Král
568ed079d1
Some additional documentation
2013-10-23 16:55:00 +02:00
Honza Král
ce5b5a439a
Added Changelog
2013-10-22 21:49:39 +02:00
Honza Kral
61509723e6
Helper documentation tweaks
2013-10-10 13:20:42 +02:00
Honza Kral
8f15b4edc0
Helpers documentation
2013-09-30 19:05:00 +02:00
Honza Kral
8b7c7190f1
doc fix
2013-09-24 19:17:45 +02:00