logstash-output-elasticsearch 9.2.0-java → 9.2.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +13 -5
- data/logstash-output-elasticsearch.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4efe2864f268887acaf9d9daf5f608ee81f969aa3c543c27aea8af3f6ecff2ac
|
4
|
+
data.tar.gz: 7bcf92ede9cdfc411426c8102debd0db01757c2142be6aea56f1f3c6160d8e6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0dba114c43a756932d1721b0a6ed6ae034276d547be111135eb7e1961cf04218b5de2ee75b864ca6ac60503105d0bb243de7957d6ef0b63d735d37571436e960
|
7
|
+
data.tar.gz: e54ce98660279425ba01fb7034a9258752ee80c1469492ddcd357a26f971ea5936c3fb23a1645dd3a137301f1889d4b2cc356cea72b34debf81a020aab33a2bb
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -31,8 +31,15 @@ plugin to version 6.2.5 or higher.
|
|
31
31
|
|
32
32
|
================================================================================
|
33
33
|
|
34
|
-
|
35
|
-
|
34
|
+
If you plan to use the Kibana web
|
35
|
+
interface, use the Elasticsearch output plugin to get your log data into
|
36
|
+
Elasticsearch.
|
37
|
+
|
38
|
+
TIP: You can run Elasticsearch on your own hardware, or use our
|
39
|
+
https://www.elastic.co/cloud/elasticsearch-service[hosted {es} Service] on
|
40
|
+
Elastic Cloud. The Elasticsearch Service is available on both AWS and GCP.
|
41
|
+
https://www.elastic.co/cloud/elasticsearch-service/signup[Try the {es} Service
|
42
|
+
for free].
|
36
43
|
|
37
44
|
This output only speaks the HTTP protocol. HTTP is the preferred protocol for interacting with Elasticsearch as of Logstash 2.0.
|
38
45
|
We strongly encourage the use of HTTP over the node protocol for a number of reasons. HTTP is only marginally slower,
|
@@ -637,8 +644,9 @@ a timeout occurs, the request will be retried.
|
|
637
644
|
* Value type is <<path,path>>
|
638
645
|
* There is no default value for this setting.
|
639
646
|
|
640
|
-
The
|
641
|
-
|
647
|
+
The truststore to validate the server's certificate.
|
648
|
+
It can be either .jks or .p12.
|
649
|
+
Use either `:truststore` or `:cacert`.
|
642
650
|
|
643
651
|
[id="plugins-{type}s-{plugin}-truststore_password"]
|
644
652
|
===== `truststore_password`
|
@@ -704,4 +712,4 @@ See also https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-in
|
|
704
712
|
[id="plugins-{type}s-{plugin}-common-options"]
|
705
713
|
include::{include_path}/{type}.asciidoc[]
|
706
714
|
|
707
|
-
:default_codec!:
|
715
|
+
:default_codec!:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-elasticsearch'
|
3
|
-
s.version = '9.2.
|
3
|
+
s.version = '9.2.1'
|
4
4
|
s.licenses = ['apache-2.0']
|
5
5
|
s.summary = "Stores logs in 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: 9.2.
|
4
|
+
version: 9.2.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|