188 Commits

Author SHA1 Message Date
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
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 af86fa8d61 2.0 version bump 2015-10-13 23:39:33 +02:00
Honza Král 2e1d173f5c Add versioning info to docs too 2015-10-12 22:53:08 +02:00
Honza Král 22943e7e47 Move bulk helpers' docs outside of streaming_bulk's docstring 2015-10-11 23:45:09 +02:00
Honza Král 50a9902733 Removed deprecated connection classes from docs 2015-10-11 23:44:51 +02:00
Honza Král 14f5b35a23 Version bump 2015-09-21 20:06:03 +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 174ded0854 Version bump for 1.6.0 2015-06-10 02:38:35 +02:00
Honza Král 2835c8ca1c post release version bump 2015-05-18 16:04:38 +02:00
Honza Král 699c040eaf Version bump to 1.5.0 2015-05-18 16:03:00 +02:00
Honza Král 57ba820666 Adding link to elasticsearch dsl 2015-04-22 21:29:45 +02:00
Honza Král 2f9842abed post-release version bump to 1.5.0-dev 2015-02-11 22:24:57 +01:00
Honza Král cdb04dfa01 Version bump for 1.4 release 2015-02-11 22:22:38 +01: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 7d78a2c14e Use read the docs theme even locally 2015-01-29 23:04:14 +01:00
Honza Král 8e43be946a Fixing certifi spellinf. Thanks jezdez! 2015-01-12 13:46:13 +01:00
Honza Král b3c2ef2996 version bump for dev 2015-01-03 01:50:46 +01:00
Honza Král e3bfeeef22 Version bump for 1.3 release 2014-12-31 17:02:06 +01:00
Honza Král bdf2c4b9f4 Added docs on SSL and auth options 2014-12-29 17:11:18 +01:00
Honza Král 2dc933e1c9 Add docs that load balancing only applies when more connections specified 2014-12-20 14:47:30 +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
Honza Král fedcfafe7e Proper SSL implementation, including optional certificate verification 2014-11-11 03:20:16 +01:00
Honza Král be1391b9ac Added better description of global parameters
Fixes #118
2014-08-22 16:07:52 -07:00
Honza Král 639aa93096 1.2.0 release 2014-08-03 13:57:07 +02:00
Alexandru Ghitza 3932c32516 fix minor doc typos 2014-08-03 13:20:14 +02:00
Honza Král e8af8dbcc7 Version bump after release for master 2014-07-02 18:20:35 +02:00
Honza Král 6e3de80d82 Bumping the version to 1.1.0 2014-07-02 18:03:20 +02:00
Honza Král c5f91faaad Added docs for request_timeout 2014-07-02 16:19:23 +02:00