Skip to content

Commit

Permalink
Merge pull request #126 from pelias/elasticsearch_7_es_api
Browse files Browse the repository at this point in the history
fix(esclient): default esclient.apiVersion to 7.x
  • Loading branch information
missinglink committed Mar 26, 2020
2 parents 568f293 + 2fd5179 commit db6b9af
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": "6.8",
"apiVersion": "7.x",
"keepAlive": true,
"requestTimeout": "120000",
"hosts": [{
Expand Down
2 changes: 1 addition & 1 deletion test/expected-deep.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"esclient": {
"apiVersion": "6.8",
"apiVersion": "7.x",
"keepAlive": true,
"requestTimeout": "120000",
"hosts": [{
Expand Down

0 comments on commit db6b9af

Please sign in to comment.