logstash-output-elasticsearch 7.3.5-java → 7.3.6-java

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
  SHA1:
3
- metadata.gz: a0704e65cabf140ff127d635cab65d46ad97560b
4
- data.tar.gz: 1d5f7ad8b7ed776a731c2b6f358ed68e3c298730
3
+ metadata.gz: 8e57f85845e636e23d965c548b6321f777197b25
4
+ data.tar.gz: a0c313624973520ac4822cafdd784076990d50bd
5
5
  SHA512:
6
- metadata.gz: 8524f21f81db1ceb65087e4ef6a6083138af7ec5b414e1b7ae2dc9ffc5fc84405d80d9ce5cdbbf01f12ebc018eb7712f7f8b23f90794d608bc28af64a6b86098
7
- data.tar.gz: 302b6037af174ede873f1faec0088fb83ca3fa9fdf09be0d8c38a0d9e8454ed7fb3cf91c49af3457033b0a25c65586e46d463da6795a3dcab56513e3950c0e00
6
+ metadata.gz: ee040ed09865c63d10e596c9210b6cfcf3eb450c806e9e48a89ca7267eb5cce3325dbc5ae6f1a84bc1623aea1b3eac0a9fa6ea60e6132ac89bbcf32dca8a1c53
7
+ data.tar.gz: 47e59eed527d22f054f08635d2e2e0fee2f1af93377cb9003a642add878f205c31280d0d1359c74f5c21cd6a69dca71e2725a60035627cac98bcda9c2fb5f94f
data/docs/index.asciidoc CHANGED
@@ -7,14 +7,14 @@ START - GENERATED VARIABLES, DO NOT EDIT!
7
7
  :version: %VERSION%
8
8
  :release_date: %RELEASE_DATE%
9
9
  :changelog_url: %CHANGELOG_URL%
10
- :include_path: ../../../logstash/docs/include
10
+ :include_path: ../../../../logstash/docs/include
11
11
  ///////////////////////////////////////////
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
15
  [id="plugins-{type}-{plugin}"]
16
16
 
17
- === Elasticsearch
17
+ === Elasticsearch output plugin
18
18
 
19
19
  include::{include_path}/plugin_header.asciidoc[]
20
20
 
@@ -97,7 +97,7 @@ setting in their Logstash config file.
97
97
  [id="plugins-{type}s-{plugin}-options"]
98
98
  ==== Elasticsearch Output Configuration Options
99
99
 
100
- This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
100
+ This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
101
101
 
102
102
  [cols="<,<,<",options="header",]
103
103
  |=======================================================================
@@ -152,7 +152,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
152
152
  | <<plugins-{type}s-{plugin}-version_type>> |<<string,string>>, one of `["internal", "external", "external_gt", "external_gte", "force"]`|No
153
153
  |=======================================================================
154
154
 
155
- Also see <<plugins-{type}s-common-options>> for a list of options supported by all
155
+ Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
156
156
  output plugins.
157
157
 
158
158
  &nbsp;
@@ -676,4 +676,5 @@ See also https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-in
676
676
 
677
677
 
678
678
 
679
- include::{include_path}/{type}.asciidoc[]
679
+ [id="plugins-{type}s-{plugin}-common-options"]
680
+ include::{include_path}/{type}.asciidoc[]
@@ -23,7 +23,7 @@
23
23
  "mapping" : {
24
24
  "type" : "text", "norms" : false,
25
25
  "fields" : {
26
- "keyword" : { "type": "keyword" }
26
+ "keyword" : { "type": "keyword", "ignore_above": 256 }
27
27
  }
28
28
  }
29
29
  }
@@ -22,7 +22,7 @@
22
22
  "mapping" : {
23
23
  "type" : "text", "norms" : false,
24
24
  "fields" : {
25
- "keyword" : { "type": "keyword" }
25
+ "keyword" : { "type": "keyword", "ignore_above": 256 }
26
26
  }
27
27
  }
28
28
  }
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '7.3.5'
3
+ s.version = '7.3.6'
4
4
  s.licenses = ['apache-2.0']
5
5
  s.summary = "Logstash Output to Elasticsearch"
6
6
  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-output-elasticsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.3.5
4
+ version: 7.3.6
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-09 00:00:00.000000000 Z
11
+ date: 2017-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement