-
-
Notifications
You must be signed in to change notification settings - Fork 77
apiVersion - Can not found Elastic version 5.0 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Internally Please run in terminal
and provide here output. Suppose that your |
cat /home/jp/react-projects/home_server/node_modules/elasticsearch/src/lib/apis/index.js
cat /home/jp/react-projects/home_server/node_modules/elasticsearch/package.json
|
Khm. Very strange. Will review it later. For now as a fallback, you may use this option composeWithElastic({
elasticApiFilePath: '/home/jp/react-projects/home_server/node_modules/elasticsearch/src/lib/apis/5_0.js', // or provide relative path
elasticClient: new elasticsearch.Client({host: 'http://localhost:9200', apiVersion: '5.0', log: 'trace'})
}); |
thank you for your help and your nice work 👍 |
Ok the issue comes from [email protected] installed via npm. |
New version will be published from minute to minute. |
Uh oh!
There was an error while loading. Please reload this page.
Hi
I am trying to use this module with my local ES cluster (5.0)
I get this error with your example:
at this line
Instead when I use directly the elasticsearch module and the following example, it works.
Is there anything wrong with ElasticApiParser.js in your module (probably not :) ?
What I am doing wrong ? BTW I am under ubuntu 16.10
Best
JP
The text was updated successfully, but these errors were encountered: