Closed ayashjorden closed 7 years ago
Thanks for the PR @ayashjorden .. I can merge it today
Can you look at the failing tests though ? @ayashjorden
@shadabahmed, I'm getting the following bundle error:
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Fetching dependency metadata from https://rubygems.org/
Resolving dependencies.............................
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
logstasher was resolved to 1.0.1, which depends on
activerecord (>= 4.0)
rails (~> 3.2.0) was resolved to 3.2.0, which depends on
activerecord (= 3.2.0)
EDIT: after looking in the Travis job, saw that it export
s a RAILS_VERSION=4.2, now bundle succeeds installing gems
I'm not the Ruby expert yet, so, what should I do to resolve this? (I googled for it and tried several solution :( )
@shadabahmed, I've fixed the tests, sorry that it took a while.
Can you take a look at 1c323ae ?
@shadabahmed ping...
I can remove ruby head for now.
Thanks for this PR @ayashjorden
Pushed logstasher 1.1.0 to rubygems.org
Added 'field_renaming' configuration option
We used this feature to let Elastic/FileBeat ship logs directly to ES instead to Logstash and the to ES.
Comments are welcome, Yarden