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
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