logstash-output-elasticsearch 11.22.8-java → 11.22.9-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '11.22.8'
3
+ s.version = '11.22.9'
4
4
  s.licenses = ['apache-2.0']
5
5
  s.summary = "Stores logs in Elasticsearch"
6
6
  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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.22.8
4
+ version: 11.22.9
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
@@ -270,8 +270,10 @@ files:
270
270
  - lib/logstash/outputs/elasticsearch/templates/ecs-v1/elasticsearch-6x.json
271
271
  - lib/logstash/outputs/elasticsearch/templates/ecs-v1/elasticsearch-7x.json
272
272
  - lib/logstash/outputs/elasticsearch/templates/ecs-v1/elasticsearch-8x.json
273
+ - lib/logstash/outputs/elasticsearch/templates/ecs-v1/elasticsearch-9x.json
273
274
  - lib/logstash/outputs/elasticsearch/templates/ecs-v8/elasticsearch-7x.json
274
275
  - lib/logstash/outputs/elasticsearch/templates/ecs-v8/elasticsearch-8x.json
276
+ - lib/logstash/outputs/elasticsearch/templates/ecs-v8/elasticsearch-9x.json
275
277
  - lib/logstash/plugin_mixins/elasticsearch/api_configs.rb
276
278
  - lib/logstash/plugin_mixins/elasticsearch/common.rb
277
279
  - lib/logstash/plugin_mixins/elasticsearch/noop_license_checker.rb