logstash-input-elasticsearch 4.20.0 → 4.20.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/logstash/helpers/loggable_try.rb +0 -4
- data/logstash-input-elasticsearch.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d514926445adaa660e1e2f52cc8f453ff8e7fee24f15a66df8149ce8bb90a4d
|
|
4
|
+
data.tar.gz: b3b3f8a9c7dcfae515724cbfae3d82152c6a03484fae88cd5520f3284bc87ae9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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-
|
|
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
|