logstash-input-elasticsearch 4.20.0 → 4.20.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15dab89f58c563ac371fc048ddd628929b0357a9374d30c71c3f4b7867d27412
4
- data.tar.gz: ddc36fbfd58ee1ae909f2383033195725240041480e2c48445076e70c37360ad
3
+ metadata.gz: 6d514926445adaa660e1e2f52cc8f453ff8e7fee24f15a66df8149ce8bb90a4d
4
+ data.tar.gz: b3b3f8a9c7dcfae515724cbfae3d82152c6a03484fae88cd5520f3284bc87ae9
5
5
  SHA512:
6
- metadata.gz: 49747a1d1a3714c9aa762a818b177806b26f1cb2935b14d912432b8ca77b8852e06a9b12421af53e9da9bf1b7ca5ee1aee58445d49aa9875729d5ba6d0e7218c
7
- data.tar.gz: 1f22b7740c7a2dac24ed0b6e7be3ad312dd457b7f11b37121ab1260c372e492af5f53ff0d6e481c06ddb39ce6b20bf9e38e008345aaa4faff47eddbfa415f110
6
+ metadata.gz: 5facc890265d536b2846b7fc32cb12c1b266584822e0e56506788676d0b37b1f6ca0ab5b38393534a87c777a554abf0deb792734b6c7bcb3fe4d4fb2bc1c59e6
7
+ data.tar.gz: 1e98e8a137f844a245ded3eb1eb0af4c2177d2e29fa5df5a9b63aac6a3b88796c643f71a809b96426c47b49b95a15b431b3c3493870ac622b58f0dac246021a3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.20.1
2
+ - Fix license header [#203](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/203)
3
+
1
4
  ## 4.20.0
2
5
  - Added `response_type` configuration option to allow processing result of aggregations [#202](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/202)
3
6
 
@@ -1,7 +1,3 @@
1
- # Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
2
- # or more contributor license agreements. Licensed under the Elastic License;
3
- # you may not use this file except in compliance with the Elastic License.
4
-
5
1
  require 'stud/try'
6
2
 
7
3
  module LogStash module Helpers
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-elasticsearch'
4
- s.version = '4.20.0'
4
+ s.version = '4.20.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads query results from an Elasticsearch cluster"
7
7
  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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.20.0
4
+ version: 4.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-24 00:00:00.000000000 Z
11
+ date: 2024-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement