Skip to content

Commit

Permalink
Merge pull request #40 from pelias/esVersion
Browse files Browse the repository at this point in the history
fix: Set Elasticsearch API version to 2.3
  • Loading branch information
orangejulius authored Nov 9, 2016
2 parents f7632f7 + 8327bb8 commit 1eb6501
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.x",
"apiVersion": "2.3",
"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.x",
"apiVersion": "2.3",
"keepAlive": true,
"requestTimeout": "120000",
"hosts": [{
Expand Down

0 comments on commit 1eb6501

Please sign in to comment.