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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c800b8e0032e2d43897b1c4e0dab3cf4d6d22c14919fcdefe7b7df8ec4a64ffa
4
- data.tar.gz: 063e672f41db0c0711c7d2229fd05b5dbef0d28fed9f34afe5c2c2ad57ff1dc2
3
+ metadata.gz: f67aae32541896feeb5a4e64d56c39585e9455ce68b5bc4a26b258a8468fdbf9
4
+ data.tar.gz: d9016dd6a8edf143be660c33ab207534e0932c19d8731e6d04ded2988098f4d1
5
5
  SHA512:
6
- metadata.gz: 63503ac4073666f88eca84c6af52d2598ba425b4ca7b16ec6c77bcb97def7083119943ea7f940536bd49a8cad581d2afb502634a00e336a223f2abff9842038d
7
- data.tar.gz: 5d2ec1e87c76a79f590d3f93dc8e2667597b74aba4f1503282f75de34ce98e6c6cac4d49ddcc86668669eb7706dc97a312fb93f7bad3b88fa2ff98608cd9bc94
6
+ metadata.gz: 897449e042ff4061ccf7d3cbb2041af639e743e725351285ab374a23e0bc9d18083cfe4d901086404dd9bd405c20dda2c03c69aa6a35ae011f09dd562b71f6e4
7
+ data.tar.gz: e01e90e95e1c286c622590ad6a65f871fb4f1452e001faa9feffeba5958bd473521babed58084807e4f0510b6306543be9eaece93498be088bc06ef57b3fd5ae
@@ -1,3 +1,6 @@
1
+ ## 4.2.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.2.0
2
5
  - Docs: Deprecate `document_type`
3
6
  - Add support for scheduling periodic execution of the query #81
@@ -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.0'
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.0
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-01-15 00:00:00.000000000 Z
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.13
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