Commit Graph
45 Commits
Author SHA1 Message Date
Alex ChanandHonza Král c7441e9dc0 Fix a few spelling mistakes in the docs (#522) 2017-01-21 16:44:07 +01:00
ihipopandHonza Král 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 ChainzandHonza Král 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 MegginsonandHonza Král 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 VeatchandHonza Král 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 KimandHonza Král 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 HessmanandHonza Král 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 SzottenandHonza Král 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
j0hnsmithandHonza Král 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 GhitzaandHonza Král 3932c32516 fix minor doc typos 2014-08-03 13:20:14 +02:00
Ondrej SikaandHonza Král 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
starenkaandHonza Král 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
Honza Kral 2653993c94 use kwargs 2013-09-24 17:44:44 +02:00
Honza Kral 707dcc5ec3 Follow our own advice and use kwargs 2013-09-24 17:22:31 +02:00
Honza Kral ec038c4e9c More doc fixes 2013-09-24 16:58:37 +02:00
Honza Kral ff9623e264 Doc fixes 2013-09-23 14:42:23 +02:00
Honza Kral 60a6cf9389 Documentation for the code scaffolding 2013-05-12 21:11:01 +02:00
Honza Kral a92ce05ec1 Index page for docs with testable example and license info 2013-05-12 20:37:31 +02:00
Honza Kral 814b0dff81 Add doctest capability to the docs, run it in Travis CI 2013-05-06 16:15:58 +02:00
Honza Kral 82a1f1c32c Sphinx documentation stub created by quickstart 2013-05-06 15:40:47 +02:00