1、在Github上下载安装包,地址是:
https://github.com/logstash-plugins/logstash-input-sqlite
下载的文件名为:logstash-input-sqlite-master.zip
2、解压,保存一下解压后的目录,本人的路径是:
C:\Users\WANG\Downloads\SQLite\logstash-input-sqlite-master
3、修改Logstash的Gemfile,根据实际情况,在Gemfile中增加下面这一行:
gem "logstash-input-sqlite", :path => "C:\Users\WANG\Downloads\SQLite\logstash-input-sqlite-master"
4、安装,命令是:
bin\logstash-plugin install --no-verify logstash-input-sqlite
安装成功,正常情况下,显示为:
C:\ELK\logstash-5.6.3>bin\logstash-plugin install --no-verify logstash-input-sqlite
Installing logstash-input-sqlite
Installation successful
参考:http://blog.youkuaiyun.com/greatstep/article/details/53696324