Sha256: 91e4ac07c451dbdf90e18b7c1735e1adb7bf5b76ccfc122440528aefed31a481

Contents?: true

Size: 542 Bytes

Versions: 35

Compression:

Stored size: 542 Bytes

Contents

source 'https://rubygems.org'

gemspec

logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash"
use_logstash_source = ENV["LOGSTASH_SOURCE"] && ENV["LOGSTASH_SOURCE"].to_s == "1"

if Dir.exist?(logstash_path) && use_logstash_source
  gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
  gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
end

gem 'manticore', ENV['MANTICORE_VERSION'] if ENV['MANTICORE_VERSION']
gem 'elasticsearch', ENV['ELASTICSEARCH_VERSION'] if ENV['ELASTICSEARCH_VERSION']

Version data entries

35 entries across 35 versions & 2 rubygems

Version Path
logstash-filter-elasticsearch-3.17.0 Gemfile
logstash-filter-elasticsearch-4.1.0 Gemfile
logstash-filter-elasticsearch-4.0.0 Gemfile
logstash-input-elasticsearch-4.21.1 Gemfile
logstash-input-elasticsearch-4.21.0 Gemfile
logstash-input-elasticsearch-5.0.0 Gemfile
logstash-filter-elasticsearch-3.16.2 Gemfile
logstash-input-elasticsearch-4.20.5 Gemfile
logstash-input-elasticsearch-4.20.4 Gemfile
logstash-input-elasticsearch-4.20.3 Gemfile
logstash-input-elasticsearch-4.20.2 Gemfile
logstash-input-elasticsearch-4.20.1 Gemfile
logstash-input-elasticsearch-4.20.0 Gemfile
logstash-input-elasticsearch-4.19.1 Gemfile
logstash-input-elasticsearch-4.19.0 Gemfile
logstash-filter-elasticsearch-3.16.1 Gemfile
logstash-input-elasticsearch-4.18.0 Gemfile
logstash-filter-elasticsearch-3.16.0 Gemfile
logstash-filter-elasticsearch-3.15.3 Gemfile
logstash-filter-elasticsearch-3.15.2 Gemfile