logstash-filter-elasticsearch 3.2.0 → 3.2.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 +5 -5
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +2 -2
- data/logstash-filter-elasticsearch.gemspec +2 -2
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 7e05102f70c7e104e992f6452fe120e3a7c36908eff0e0927b096b5ee420b040
|
|
4
|
+
data.tar.gz: 0b7fa6d082030618ab5c1743bd9825432d538605d30a1da494e200747f7a510f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08698e711d7f451102be1962aab48998dcb9cb4eca1560b8a314d6ddacb113fac494d811bd5dcf40d48f7b091c87cb3e29b48f4db3b745090f1dd8e140b8f93f'
|
|
7
|
+
data.tar.gz: 502324704c4752889da2ba85a7dcad9e8241b73766f3495b4f62754fef6d4c1c49cc3319eae9f62cc146b9b6bc95cf0a904ccea8f7c7547875e0754494fa2c5e
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -222,7 +222,7 @@ SSL
|
|
|
222
222
|
* Value type is <<array,array>>
|
|
223
223
|
* Default value is `["_elasticsearch_lookup_failure"]`
|
|
224
224
|
|
|
225
|
-
Tags the event on failure to look up
|
|
225
|
+
Tags the event on failure to look up previous log event information. This can be used in later analysis.
|
|
226
226
|
|
|
227
227
|
[id="plugins-{type}s-{plugin}-user"]
|
|
228
228
|
===== `user`
|
|
@@ -235,4 +235,4 @@ Basic Auth - username
|
|
|
235
235
|
|
|
236
236
|
|
|
237
237
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
238
|
-
include::{include_path}/{type}.asciidoc[]
|
|
238
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-elasticsearch'
|
|
4
|
-
s.version = '3.2.
|
|
4
|
+
s.version = '3.2.1'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
|
-
s.summary = "
|
|
6
|
+
s.summary = "Copies fields from previous log events in Elasticsearch to current events "
|
|
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"
|
|
8
8
|
s.authors = ["Elastic"]
|
|
9
9
|
s.email = 'info@elastic.co'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-filter-elasticsearch
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -64,7 +64,9 @@ dependencies:
|
|
|
64
64
|
- - ">="
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
66
|
version: '0'
|
|
67
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
67
|
+
description: This gem is a Logstash plugin required to be installed on top of the
|
|
68
|
+
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
69
|
+
gem is not a stand-alone program
|
|
68
70
|
email: info@elastic.co
|
|
69
71
|
executables: []
|
|
70
72
|
extensions: []
|
|
@@ -107,10 +109,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
109
|
version: '0'
|
|
108
110
|
requirements: []
|
|
109
111
|
rubyforge_project:
|
|
110
|
-
rubygems_version: 2.
|
|
112
|
+
rubygems_version: 2.6.11
|
|
111
113
|
signing_key:
|
|
112
114
|
specification_version: 4
|
|
113
|
-
summary:
|
|
115
|
+
summary: Copies fields from previous log events in Elasticsearch to current events
|
|
114
116
|
test_files:
|
|
115
117
|
- spec/filters/elasticsearch_spec.rb
|
|
116
118
|
- spec/filters/fixtures/query_template.json
|