README.md in logstash-input-kafka-2.0.7 vs README.md in logstash-input-kafka-2.0.8
- old
+ new
@@ -53,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 {}}'
```
@@ -71,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