README.md in logstash-output-adls-1.1.3 vs README.md in logstash-output-adls-1.1.4
- old
+ new
@@ -6,10 +6,12 @@
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.
## Installing
-TBD
+```sh
+bin/logstash-plugin install logstash-output-adls
+```
### Manual installation on a already deployed Logstash:
You can install the plugin on a already deployed Logstash and avoid messing with the Logstash Gemfile.
Please note that in this mode you can't alter the plugin source (logstash-output-adls/lib/logstash/outputs/adls.rb) without rebuilding the gem, which makes sense for a production deploy.
\ No newline at end of file