Skip to content
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

logstash-2.0.0 can not install logstash-input-mongodb #4169

Closed
eromoe opened this issue Nov 11, 2015 · 4 comments
Closed

logstash-2.0.0 can not install logstash-input-mongodb #4169

eromoe opened this issue Nov 11, 2015 · 4 comments

Comments

@eromoe
Copy link

eromoe commented Nov 11, 2015

D:\logstash-2.0.0\bin>plugin install --no-verify logstash-input-mongodb
io/console not supported; tty will not be manipulated
Installing logstash-input-mongodb
Error Bundler::HTTPError, retrying 1/10
Could not fetch specs from https://rubygems.org/
终止批处理操作吗(Y/N)? n

It weird that I have changed the source already, see below

D:\logstash-2.0.0\bin>gem sources -l
*** CURRENT SOURCES ***

https://ruby.taobao.org/

After gem sources -l , it would not ask https://rubygems.org/ anymore(weird ) .But anthor error...

D:\logstash-2.0.0\bin>plugin install --no-verify logstash-input-mongodb
io/console not supported; tty will not be manipulated
Installing logstash-input-mongodb
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "logstash":
  In Gemfile:
    logstash-input-mongodb (>= 0) java depends on
      logstash (< 2.0.0, >= 1.4.0) java
Could not find gem 'logstash (< 2.0.0, >= 1.4.0) java', which is required by gem 'logstash-input-mongodb (>= 0) java', in any of the sources.

I don't know what to do next.

@eromoe
Copy link
Author

eromoe commented Nov 11, 2015

Does < 2.0.0, >= 1.4.0 mean 1.4.0 <= current logstash version < 2.0.0 ??
I haven't realize that until now....

@purbon
Copy link
Contributor

purbon commented Nov 11, 2015

Yes, this plugin might need to me updated.

/purbon

On Wed, 11 Nov 2015 07:10 eromoe notifications@github.com wrote:

Does < 2.0.0, >= 1.4.0 mean 1.4.0 <= current logstash version < 2.0.0 ??
I haven't realize that until now....


Reply to this email directly or view it on GitHub
#4169 (comment).

@purbon
Copy link
Contributor

purbon commented Nov 11, 2015

@eromoe you will need to ping the plugin author to update to the new 2.0 requirements.

Closing this as this is not a logstash-core issue.

@phutchins
Copy link

I'm taking a look at this now. You can follow the Issue here...

phutchins/logstash-input-mongodb#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants