Closed andrewvc closed 6 years ago
logstash-input-azureeventhub
has been superseded by logstash-input-azure_event_hubs
Note the options have changed and may be viewed here until they are properly added to the standard documentation.
To install the new plugin:
bin/logstash-plugin install logstash-input-azure_event_hubs
If issues are found with the new plugin please submit issues to : https://github.com/logstash-plugins/logstash-input-azure_event_hubs/issues
Thanks @jakelandis !
The various Logstash plugins are all missing unit tests.
Some good examples of Logstash unit tests are here
You can also find general rspec guidelines at betterspecs.
Tests should be runnable with
bundle exec rspec spec
.The tests should also be runnable under Travis CI.