logstash-output-elasticsearch 7.3.5-java → 7.3.6-java
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e57f85845e636e23d965c548b6321f777197b25
|
|
4
|
+
data.tar.gz: a0c313624973520ac4822cafdd784076990d50bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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
|
|
|
@@ -676,4 +676,5 @@ See also https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-in
|
|
|
676
676
|
|
|
677
677
|
|
|
678
678
|
|
|
679
|
-
|
|
679
|
+
[id="plugins-{type}s-{plugin}-common-options"]
|
|
680
|
+
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-output-elasticsearch'
|
|
3
|
-
s.version = '7.3.
|
|
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.
|
|
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-
|
|
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
|