Sha256: 7754aa13b29c3c8d846810176d03041bffef6c37960ac11ef952b3a098b78ff1

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

Gem::Specification.new do |s|
  s.name            = 'logstash-output-opensearch'
  s.version         = '1.1.0'

  s.licenses        = ['Apache-2.0']
  s.summary         = "Stores logs in OpenSearch"
  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 gem. This gem is not a stand-alone program"
  s.authors         = ["Elastic", "OpenSearch Contributors"]
  s.email           = 'opensearch@amazon.com'
  s.homepage        = "https://opensearch.org/"
  s.require_paths = ["lib"]

  s.platform = RUBY_PLATFORM

  # Files
  s.files = Dir["lib/**/*","spec/**/*","*.gemspec","*.md","Gemfile","LICENSE","NOTICE", "vendor/jar-dependencies/**/*.jar", "vendor/jar-dependencies/**/*.rb", "VERSION", "docs/**/*"]

  # Tests
  s.test_files = s.files.grep(%r{^(test|spec|features)/})

  s.cert_chain  = ['certs/opensearch-rubygems.pem']
  s.signing_key = File.expand_path("private_key.pem") if $0 =~ /gem\z/

  # Special flag to let us know this is actually a logstash plugin
  s.metadata = {
    "logstash_plugin" => "true",
    "logstash_group" => "output",
    "source_code_uri" => "https://github.com/opensearch-project/logstash-output-opensearch"
  }

  s.add_runtime_dependency "manticore", '>= 0.5.4', '< 1.0.0'
  s.add_runtime_dependency 'stud', ['>= 0.0.17', '~> 0.0']
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
  s.add_runtime_dependency 'logstash-mixin-ecs_compatibility_support', '~>1.0'

  s.add_development_dependency 'logstash-codec-plain'
  s.add_development_dependency 'logstash-devutils'
  s.add_development_dependency 'flores'
  s.add_development_dependency 'cabin', ['~> 0.6']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-output-opensearch-1.1.0-java logstash-output-opensearch.gemspec