We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8381e7a commit dc33cb5Copy full SHA for dc33cb5
.ci/setup.sh
Gemfile
@@ -9,6 +9,3 @@ if Dir.exist?(logstash_path) && use_logstash_source
9
gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
10
gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
11
end
12
-
13
-# TODO till filter grok with ECS support is released :
14
-gem 'logstash-filter-grok', git: 'https://github.com/kares/logstash-filter-grok.git', ref: 'ecs-1-support'
0 commit comments