logstash-input-elasticsearch 4.2.0 → 4.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +8 -1
- data/logstash-input-elasticsearch.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f67aae32541896feeb5a4e64d56c39585e9455ce68b5bc4a26b258a8468fdbf9
|
|
4
|
+
data.tar.gz: d9016dd6a8edf143be660c33ab207534e0932c19d8731e6d04ded2988098f4d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 897449e042ff4061ccf7d3cbb2041af639e743e725351285ab374a23e0bc9d18083cfe4d901086404dd9bd405c20dda2c03c69aa6a35ae011f09dd562b71f6e4
|
|
7
|
+
data.tar.gz: e01e90e95e1c286c622590ad6a65f871fb4f1452e001faa9feffeba5958bd473521babed58084807e4f0510b6306543be9eaece93498be088bc06ef57b3fd5ae
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:plugin: elasticsearch
|
|
2
2
|
:type: input
|
|
3
|
+
:default_codec: json
|
|
3
4
|
|
|
4
5
|
///////////////////////////////////////////
|
|
5
6
|
START - GENERATED VARIABLES, DO NOT EDIT!
|
|
@@ -193,7 +194,11 @@ can be either IP, HOST, IP:port, or HOST:port. The port defaults to
|
|
|
193
194
|
* Value type is <<string,string>>
|
|
194
195
|
* Default value is `"logstash-*"`
|
|
195
196
|
|
|
196
|
-
The index or alias to search.
|
|
197
|
+
The index or alias to search. See
|
|
198
|
+
https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-index.html[Multi Indices documentation]
|
|
199
|
+
in the Elasticsearch documentation for more information on how to reference
|
|
200
|
+
multiple indices.
|
|
201
|
+
|
|
197
202
|
|
|
198
203
|
[id="plugins-{type}s-{plugin}-password"]
|
|
199
204
|
===== `password`
|
|
@@ -268,3 +273,5 @@ empty string authentication will be disabled.
|
|
|
268
273
|
|
|
269
274
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
270
275
|
include::{include_path}/{type}.asciidoc[]
|
|
276
|
+
|
|
277
|
+
:default_codec!:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-input-elasticsearch'
|
|
4
|
-
s.version = '4.2.
|
|
4
|
+
s.version = '4.2.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.2.
|
|
4
|
+
version: 4.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: 2018-
|
|
11
|
+
date: 2018-04-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -202,7 +202,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
202
202
|
version: '0'
|
|
203
203
|
requirements: []
|
|
204
204
|
rubyforge_project:
|
|
205
|
-
rubygems_version: 2.6.
|
|
205
|
+
rubygems_version: 2.6.11
|
|
206
206
|
signing_key:
|
|
207
207
|
specification_version: 4
|
|
208
208
|
summary: Reads query results from an Elasticsearch cluster
|