Skip to content

Commit

Permalink
Merge pull request #62 from pelias/elasticsearch-2.4-api
Browse files Browse the repository at this point in the history
feat: change default Elasticsearch API version to 2.4
  • Loading branch information
orangejulius authored Jul 27, 2017
2 parents f77818f + a5bc5fc commit 6276839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"esclient": {
"apiVersion": "2.3",
"apiVersion": "2.4",
"keepAlive": true,
"requestTimeout": "120000",
"hosts": [{
Expand Down
2 changes: 1 addition & 1 deletion config/expected-deep.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"esclient": {
"apiVersion": "2.3",
"apiVersion": "2.4",
"keepAlive": true,
"requestTimeout": "120000",
"hosts": [{
Expand Down

0 comments on commit 6276839

Please sign in to comment.