Nick Lang
676e32809b
Merge pull request #699 from ao/patch-1
...
Issue: 696 - crate should be corrected to create
2018-01-09 11:44:36 -07:00
Nick Lang
2dce4c0720
Merge pull request #690 from fxdgear/nick/update_docs
...
Updating Docs to reference SSL Context
2017-12-28 14:42:12 -07:00
Nick Lang
190e4fdc9a
Merge pull request #689 from elastic/nick/ssl_bugs
...
Updates to SSL Context changes
2017-12-27 20:49:39 -07:00
Nick Lang
017dcf1d13
Merge pull request #676 from marcocova/fix-typo-in-elasticsearch-client
...
fix typo in comment (minor)
2017-12-04 13:01:19 -07:00
Nick Lang
e4967a7c76
Merge pull request #672 from magical/patch-1
...
Fix typo in docs
2017-11-28 16:56:53 -07:00
Nick Lang
37490e223f
When _just_ using an SSL context we don't want breaking behavior ( #673 )
...
Also don't want to break backwards compat. So when chcking for depreicated values ignore
the check on verify_certs. Since it's True. the verify certs will be default true
in the ssl_context. And can be turned off in the SSL context when using it.
2017-11-28 22:01:20 +01:00
Nick Lang
2a96ce14f1
Merge pull request #671 from konradkonrad/patch-2
...
docstring typo fixes
2017-11-28 12:33:04 -07:00
Nick Lang
32239539f9
Merge pull request #662 from nfsec/patch-2
...
Unrecognized parameter: wait_for_merge
2017-11-07 10:13:25 -07:00
Nick Lang
a3a52af081
Merge pull request #652 from brunobell/master
...
fix: AttributeError: 'bytes' object has no attribute 'encode'(PY3)
2017-10-09 17:41:05 -06:00
Nick Lang
5c537deca4
Merge pull request #635 from fxdgear/nick/ssl_context
...
Nick/ssl context
2017-10-06 11:35:23 -06:00
Nick Lang
9790b85088
Merge pull request #636 from elastic/urllib_1.23
...
bump max compatible version of urllib3 to <1.23
2017-10-05 16:26:02 -06:00
Nick Lang
a03504cbb2
Merge pull request #618 from jmcarp/issue-609-x-ndjson
...
Set application/x-ndjson content type on bulk requests.
2017-10-04 14:22:11 -06:00
Nick Lang
0397527d12
Merge pull request #637 from jmcarp/fix-travis-target
...
Fix travis link in build status.
2017-10-04 13:48:09 -06:00
Nick Lang
e04c905134
Merge pull request #647 from fxdgear/nick/fix_test_children_are_reindex_correctly
...
Use version 6.0.0
2017-10-04 09:12:37 -06:00
Nick Lang
843ce9ee24
Merge pull request #628 from fxdgear/nick/fix_encode_error
...
better handling of bytestrings in _escape
2017-08-08 14:13:21 -06:00
Nick Lang
9320ee7eaf
add optional host and path param on load.py ( #601 )
...
If you want/need to load data into a different es cluster just specify either the
* -H/--host option
* -p/--path option
ex: python load.py --host http://123.123.123.123:9200 -p /home/code/elasticsearch
2017-06-15 16:49:26 +02:00
Nick Lang
211ee236fb
Add script to run ES in docker container ( #590 )
...
* Adding start_elasticsearch.sh script to run elastic search on the host
in a docker container at http://localhost:9200
* update readme in instructions on how to use script
2017-05-15 22:28:26 +02:00
Nick Lang
790c80fedb
bumping requests to 2.0.0+ ( #587 )
...
requests < 2.0.0 causes the following attribute error:
AttributeError: type object 'Session' has no attribute 'prepare_request'
2017-05-15 18:36:51 +02:00