I included logstash in my Gemfile.
I added all the configuration in my development.rb.
However, when I restart my app server, I can only see a logstasher_development.log being created but no logs are getting indexed in the running elasticsearch server.
What am I missing here?
Using ruby-2.3.3 and rails 4.2