Skip to content

Commit

Permalink
downgrading to es 13.0.1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinton committed Mar 11, 2018
1 parent 63added commit 8240f3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/services/elastic.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const elastic = require('elasticsearch'),
serverConfig = {
host: endpoint,
maxSockets: 500,
apiVersion: '6.2',
apiVersion: '6.x',
defer: () => bluebird.defer()
},
FIXED_TYPE = '_doc';
Expand Down
14 changes: 4 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"chalk": "^1.1.3",
"clay-log": "^1.1.0",
"clayutils": "^2.0.3",
"elasticsearch": "^14.1.0",
"elasticsearch": "^13.0.1",
"elasticsearch-scroll-stream": "^1.1.3",
"express": "^4.15.2",
"glob": "^7.1.1",
Expand Down

0 comments on commit 8240f3e

Please sign in to comment.