Ai
1 Star 2 Fork 1

大_于/logstash-filter-restful

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
logstash-filter-restful.gemspec 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
大_于 提交于 2016-12-16 16:19 +08:00 . first commit
Gem::Specification.new do |s|
s.name = 'logstash-filter-restful'
s.version = '1.0.0'
s.licenses = ['Apache License (2.0)']
s.summary = "This example filter replaces the contents of the message field with the specified value."
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
s.authors = ["Dayu"]
s.email = 'yulm@sortec.com.cn'
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
s.require_paths = ["lib"]
# Files
s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']
# Tests
s.test_files = s.files.grep(%r{^(test|spec|features)/})
# Special flag to let us know this is actually a logstash plugin
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "filter" }
# Gem dependencies
s.add_runtime_dependency "logstash-core", "> 1.4.0", "< 3.0.0"
s.add_development_dependency 'logstash-devutils', "~>0"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/dayu/logstash-filter-restful.git
git@gitee.com:dayu/logstash-filter-restful.git
dayu
logstash-filter-restful
logstash-filter-restful
master

搜索帮助