README.md in logstash-input-zeromq-2.0.4 vs README.md in logstash-input-zeromq-3.0.0
- old
+ new
@@ -1,9 +1,8 @@
# Logstash Plugin
-[![Build
-Status](http://build-eu-00.elastic.co/view/LS%20Plugins/view/LS%20Inputs/job/logstash-plugin-input-zeromq-unit/badge/icon)](http://build-eu-00.elastic.co/view/LS%20Plugins/view/LS%20Inputs/job/logstash-plugin-input-zeromq-unit/)
+[![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-input-zeromq.svg)](https://travis-ci.org/logstash-plugins/logstash-input-zeromq)
This is a plugin for [Logstash](https://github.com/elastic/logstash).
It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
@@ -54,11 +53,16 @@
```ruby
gem "logstash-filter-awesome", :path => "/your/local/logstash-filter-awesome"
```
- Install plugin
```sh
+# Logstash 2.3 and higher
+bin/logstash-plugin install --no-verify
+
+# Prior to Logstash 2.3
bin/plugin install --no-verify
+
```
- Run Logstash with your plugin
```sh
bin/logstash -e 'filter {awesome {}}'
```
@@ -72,10 +76,15 @@
```sh
gem build logstash-filter-awesome.gemspec
```
- Install the plugin from the Logstash home
```sh
-bin/plugin install /your/local/plugin/logstash-filter-awesome.gem
+# Logstash 2.3 and higher
+bin/logstash-plugin install --no-verify
+
+# Prior to Logstash 2.3
+bin/plugin install --no-verify
+
```
- Start Logstash and proceed to test the plugin
## Contributing
\ No newline at end of file