Cannot install Salesforce input plugin

Hi,
I tried to install the Salesforce input plugin with the following command:
sudo bin/logstash-plugin install logstash-input-salesforce
The following error appears:
ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "faraday":
In snapshot (Gemfile.lock):
faraday (= 0.15.4)

  In Gemfile:
    logstash-core java was resolved to 7.3.2, 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.3.2)

  In Gemfile:
    logstash-core java

    logstash-core-plugin-api java was resolved to 2.1.16, which depends on
      logstash-core (= 7.3.2) java

    logstash-input-syslog java was resolved to 3.4.1, which depends on
      logstash-filter-grok java was resolved to 4.1.1, 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

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.

How can I solve it? Could it be that the plugin is not compatible with version 7.3.1 of the stack?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.