Hi All,
I have usecase to retrieve data from salesforce SDFS which can be done using logstash-input-salesforce.
But, when trying to install the plugin it is throwing error
Validating logstash-input-salesforce
Installing logstash-input-salesforce
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "faraday":
In snapshot (Gemfile.lock):
faraday (= 0.17.1)
In Gemfile:
logstash-core java was resolved to 7.5.1, which depends on
elasticsearch (~> 5) java was resolved to 5.0.5, which depends on
elasticsearch-transport (= 5.0.5) java was resolved to 5.0.5, which depends on
faraday java
logstash-input-salesforce java was resolved to 3.0.5, which depends on
restforce (~> 2.4.2) java was resolved to 2.4.2, which depends on
faraday (~> 0.9.0) java
octokit (~> 4) java was resolved to 4.14.0, which depends on
sawyer (>= 0.5.3, ~> 0.8.0) java was resolved to 0.8.2, which depends on
faraday (> 0.8, < 2.0) java
Running bundle update
will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "logstash-core":
In snapshot (Gemfile.lock):
logstash-core (= 7.5.1)
In Gemfile:
logstash-core java
logstash-core-plugin-api java was resolved to 2.1.16, which depends on
logstash-core (= 7.5.1) java
logstash-input-syslog java was resolved to 3.4.1, which depends on
logstash-filter-grok java was resolved to 4.2.0, which depends on
logstash-core (>= 5.6.0) java
logstash-input-salesforce java was resolved to 0.1.1, which depends on
logstash-core (>= 1.4.0, < 2.0.0) java
logstash-integration-kafka java was resolved to 10.0.0, which depends on
logstash-core (>= 6.5.0) java
Running bundle update
will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "logstash-core-plugin-api":
In snapshot (Gemfile.lock):
logstash-core-plugin-api (= 2.1.16)
In Gemfile:
logstash-devutils (~> 1) java was resolved to 1.3.6, which depends on
logstash-core-plugin-api (>= 2.0, <= 2.99) java
logstash-input-salesforce java was resolved to 2.0.4, which depends on
logstash-core-plugin-api (~> 1.0) java
Running bundle update
will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Please help.
Thanks.