# -*- encoding: utf-8 -*- # stub: logstash-output-elasticsearch-test 11.16.1 x86_64-linux lib Gem::Specification.new do |s| s.name = "logstash-output-elasticsearch-test".freeze s.version = "11.16.1".freeze s.platform = "x86_64-linux".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "logstash_group" => "output", "logstash_plugin" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Elastic&Test".freeze] s.date = "2023-08-19" 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".freeze s.email = "info@elastic.co".freeze s.files = ["CHANGELOG.md".freeze, "CONTRIBUTORS".freeze, "Gemfile".freeze, "LICENSE".freeze, "NOTICE.TXT".freeze, "README.md".freeze, "docs/index.asciidoc".freeze, "lib/logstash/outputs/elasticsearch.rb".freeze, "lib/logstash/outputs/elasticsearch/data_stream_support.rb".freeze, "lib/logstash/outputs/elasticsearch/default-ilm-policy.json".freeze, "lib/logstash/outputs/elasticsearch/http_client.rb".freeze, "lib/logstash/outputs/elasticsearch/http_client/manticore_adapter.rb".freeze, "lib/logstash/outputs/elasticsearch/http_client/pool.rb".freeze, "lib/logstash/outputs/elasticsearch/http_client_builder.rb".freeze, "lib/logstash/outputs/elasticsearch/ilm.rb".freeze, "lib/logstash/outputs/elasticsearch/license_checker.rb".freeze, "lib/logstash/outputs/elasticsearch/template_manager.rb".freeze, "lib/logstash/outputs/elasticsearch/templates/ecs-disabled/elasticsearch-6x.json".freeze, "lib/logstash/outputs/elasticsearch/templates/ecs-disabled/elasticsearch-7x.json".freeze, "lib/logstash/outputs/elasticsearch/templates/ecs-disabled/elasticsearch-8x.json".freeze, "lib/logstash/plugin_mixins/elasticsearch/api_configs.rb".freeze, "lib/logstash/plugin_mixins/elasticsearch/common.rb".freeze, "lib/logstash/plugin_mixins/elasticsearch/noop_license_checker.rb".freeze, "logstash-output-elasticsearch-test.gemspec".freeze, "logstash-output-elasticsearch.gemspec".freeze, "spec/es_spec_helper.rb".freeze, "spec/fixtures/_nodes/6x.json".freeze, "spec/fixtures/_nodes/7x.json".freeze, "spec/fixtures/htpasswd".freeze, "spec/fixtures/license_check/active.json".freeze, "spec/fixtures/license_check/inactive.json".freeze, "spec/fixtures/nginx_reverse_proxy.conf".freeze, "spec/fixtures/scripts/painless/scripted_update.painless".freeze, "spec/fixtures/scripts/painless/scripted_update_nested.painless".freeze, "spec/fixtures/scripts/painless/scripted_upsert.painless".freeze, "spec/fixtures/template-with-policy-es6x.json".freeze, "spec/fixtures/template-with-policy-es7x.json".freeze, "spec/fixtures/template-with-policy-es8x.json".freeze, "spec/fixtures/test_certs/ca.crt".freeze, "spec/fixtures/test_certs/ca.der.sha256".freeze, "spec/fixtures/test_certs/ca.key".freeze, "spec/fixtures/test_certs/renew.sh".freeze, "spec/fixtures/test_certs/test.crt".freeze, "spec/fixtures/test_certs/test.der.sha256".freeze, "spec/fixtures/test_certs/test.key".freeze, "spec/fixtures/test_certs/test.p12".freeze, "spec/fixtures/test_certs/test_invalid.crt".freeze, "spec/fixtures/test_certs/test_invalid.key".freeze, "spec/fixtures/test_certs/test_invalid.p12".freeze, "spec/fixtures/test_certs/test_self_signed.crt".freeze, "spec/fixtures/test_certs/test_self_signed.key".freeze, "spec/fixtures/test_certs/test_self_signed.p12".freeze, "spec/integration/outputs/compressed_indexing_spec.rb".freeze, "spec/integration/outputs/create_spec.rb".freeze, "spec/integration/outputs/data_stream_spec.rb".freeze, "spec/integration/outputs/delete_spec.rb".freeze, "spec/integration/outputs/ilm_spec.rb".freeze, "spec/integration/outputs/index_spec.rb".freeze, "spec/integration/outputs/index_version_spec.rb".freeze, "spec/integration/outputs/ingest_pipeline_spec.rb".freeze, "spec/integration/outputs/metrics_spec.rb".freeze, "spec/integration/outputs/no_es_on_startup_spec.rb".freeze, "spec/integration/outputs/painless_update_spec.rb".freeze, "spec/integration/outputs/parent_spec.rb".freeze, "spec/integration/outputs/retry_spec.rb".freeze, "spec/integration/outputs/routing_spec.rb".freeze, "spec/integration/outputs/sniffer_spec.rb".freeze, "spec/integration/outputs/templates_spec.rb".freeze, "spec/integration/outputs/unsupported_actions_spec.rb".freeze, "spec/integration/outputs/update_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/elasticsearch/api/actions/delete_ilm_policy.rb".freeze, "spec/support/elasticsearch/api/actions/get_alias.rb".freeze, "spec/support/elasticsearch/api/actions/get_ilm_policy.rb".freeze, "spec/support/elasticsearch/api/actions/put_alias.rb".freeze, "spec/support/elasticsearch/api/actions/put_ilm_policy.rb".freeze, "spec/unit/http_client_builder_spec.rb".freeze, "spec/unit/outputs/elasticsearch/data_stream_support_spec.rb".freeze, "spec/unit/outputs/elasticsearch/http_client/manticore_adapter_spec.rb".freeze, "spec/unit/outputs/elasticsearch/http_client/pool_spec.rb".freeze, "spec/unit/outputs/elasticsearch/http_client_spec.rb".freeze, "spec/unit/outputs/elasticsearch/template_manager_spec.rb".freeze, "spec/unit/outputs/elasticsearch_proxy_spec.rb".freeze, "spec/unit/outputs/elasticsearch_spec.rb".freeze, "spec/unit/outputs/elasticsearch_ssl_spec.rb".freeze, "spec/unit/outputs/error_whitelist_spec.rb".freeze, "spec/unit/outputs/license_check_spec.rb".freeze] s.homepage = "https://www.elastic.co/guide/en/logstash/current/index.html".freeze s.licenses = ["".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Stores logs in Elasticsearch".freeze s.test_files = ["spec/fixtures/template-with-policy-es6x.json".freeze, "spec/fixtures/template-with-policy-es7x.json".freeze, "spec/fixtures/nginx_reverse_proxy.conf".freeze, "spec/fixtures/license_check/active.json".freeze, "spec/fixtures/license_check/inactive.json".freeze, "spec/fixtures/test_certs/test_self_signed.crt".freeze, "spec/fixtures/test_certs/test.crt".freeze, "spec/fixtures/test_certs/test_self_signed.p12".freeze, "spec/fixtures/test_certs/ca.crt".freeze, "spec/fixtures/test_certs/test_invalid.key".freeze, "spec/fixtures/test_certs/renew.sh".freeze, "spec/fixtures/test_certs/test_invalid.crt".freeze, "spec/fixtures/test_certs/test.key".freeze, "spec/fixtures/test_certs/test.p12".freeze, "spec/fixtures/test_certs/test_invalid.p12".freeze, "spec/fixtures/test_certs/test.der.sha256".freeze, "spec/fixtures/test_certs/ca.der.sha256".freeze, "spec/fixtures/test_certs/test_self_signed.key".freeze, "spec/fixtures/test_certs/ca.key".freeze, "spec/fixtures/template-with-policy-es8x.json".freeze, "spec/fixtures/scripts/painless/scripted_update.painless".freeze, "spec/fixtures/scripts/painless/scripted_update_nested.painless".freeze, "spec/fixtures/scripts/painless/scripted_upsert.painless".freeze, "spec/fixtures/htpasswd".freeze, "spec/fixtures/_nodes/6x.json".freeze, "spec/fixtures/_nodes/7x.json".freeze, "spec/unit/http_client_builder_spec.rb".freeze, "spec/unit/outputs/elasticsearch_proxy_spec.rb".freeze, "spec/unit/outputs/elasticsearch_ssl_spec.rb".freeze, "spec/unit/outputs/license_check_spec.rb".freeze, "spec/unit/outputs/elasticsearch_spec.rb".freeze, "spec/unit/outputs/error_whitelist_spec.rb".freeze, "spec/unit/outputs/elasticsearch/http_client_spec.rb".freeze, "spec/unit/outputs/elasticsearch/data_stream_support_spec.rb".freeze, "spec/unit/outputs/elasticsearch/template_manager_spec.rb".freeze, "spec/unit/outputs/elasticsearch/http_client/manticore_adapter_spec.rb".freeze, "spec/unit/outputs/elasticsearch/http_client/pool_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/integration/outputs/index_version_spec.rb".freeze, "spec/integration/outputs/routing_spec.rb".freeze, "spec/integration/outputs/metrics_spec.rb".freeze, "spec/integration/outputs/retry_spec.rb".freeze, "spec/integration/outputs/parent_spec.rb".freeze, "spec/integration/outputs/delete_spec.rb".freeze, "spec/integration/outputs/templates_spec.rb".freeze, "spec/integration/outputs/update_spec.rb".freeze, "spec/integration/outputs/sniffer_spec.rb".freeze, "spec/integration/outputs/create_spec.rb".freeze, "spec/integration/outputs/compressed_indexing_spec.rb".freeze, "spec/integration/outputs/ingest_pipeline_spec.rb".freeze, "spec/integration/outputs/painless_update_spec.rb".freeze, "spec/integration/outputs/unsupported_actions_spec.rb".freeze, "spec/integration/outputs/no_es_on_startup_spec.rb".freeze, "spec/integration/outputs/data_stream_spec.rb".freeze, "spec/integration/outputs/index_spec.rb".freeze, "spec/integration/outputs/ilm_spec.rb".freeze, "spec/es_spec_helper.rb".freeze, "spec/support/elasticsearch/api/actions/put_alias.rb".freeze, "spec/support/elasticsearch/api/actions/put_ilm_policy.rb".freeze, "spec/support/elasticsearch/api/actions/get_alias.rb".freeze, "spec/support/elasticsearch/api/actions/delete_ilm_policy.rb".freeze, "spec/support/elasticsearch/api/actions/get_ilm_policy.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.8.0".freeze, "< 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.17".freeze, "~> 0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.60".freeze, "<= 2.99".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end