logstash-output-elasticsearch 11.22.6-java → 11.22.7-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
  SHA256:
3
- metadata.gz: 343f5f74f1b90ac5a9a630a161d48711cb2e96ea23d06460522b783cdbfaa74c
4
- data.tar.gz: 8b4ca20e7765774da6e623ea146321c1ced96c6c659d0d15f8fc4dea9f1563df
3
+ metadata.gz: 79e398b6f51a26f05cce8ee42a518d206018596100d295a315be80ece7657a69
4
+ data.tar.gz: 64e8a614ba19d35f57b9eb273f27d47656610b64075a9007e8b3b3800d7fc3fd
5
5
  SHA512:
6
- metadata.gz: 6c6503cd13d7b081fcee3fb58d08c6b3191627ddce872deea3742115ad5803cb05b9daebcf9da9a00a37231572fd81bbe12c11c38911cf9073039ab6a9c2b727
7
- data.tar.gz: 9db7f516f07458575dc10b2437b802ae7fc3018a8338a9678e03abdfebaba6bd05c1b489a2fd52a93e3e682532636871526122f047f497c0c23a2ce2d6289f54
6
+ metadata.gz: 848bc00774e5bbb7189aa178cb52c804a6fd70032c132b22a6ba4304be4cb9c82e0e4025fa6494ee2c7ce0bf2ebe0c225d95a09dfa3b31d90dc387ee4af0e160
7
+ data.tar.gz: 3d7b26d1454c5e4c65380bca12d6fd1f3831cf076e758d443c217b0e5f1c917373b8ba6b80a7ccd2e952d1cf49bb245e6c3c110c32197c43c82a9ee07b7da068
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 11.22.7
2
+ - [DOC] `ssl_key` requires PKCS#8 format [#1181](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1181)
3
+
1
4
  ## 11.22.6
2
5
  - [DOC] Logstash output.elasticsearch index can be alias or datastream [#1179](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1179)
3
6
 
data/docs/index.asciidoc CHANGED
@@ -1101,7 +1101,15 @@ If no explicit protocol is specified plain HTTP will be used.
1101
1101
  * Value type is <<path,path>>
1102
1102
  * There is no default value for this setting.
1103
1103
 
1104
- OpenSSL-style RSA private key that corresponds to the <<plugins-{type}s-{plugin}-ssl_certificate>>.
1104
+ SSL key to use.
1105
+ This key must be in the PKCS8 format and PEM encoded.
1106
+ You can use the https://www.openssl.org/docs/man1.1.1/man1/openssl-pkcs8.html[openssl pkcs8] command to complete the conversion.
1107
+ For example, the command to convert a PEM encoded PKCS1 private key to a PEM encoded, non-encrypted PKCS8 key is:
1108
+
1109
+ [source,sh]
1110
+ -----
1111
+ openssl pkcs8 -inform PEM -in path/to/logstash.key -topk8 -nocrypt -outform PEM -out path/to/logstash.pkcs8.key
1112
+ -----
1105
1113
 
1106
1114
  NOTE: This setting can be used only if <<plugins-{type}s-{plugin}-ssl_certificate>> is set.
1107
1115
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-elasticsearch'
3
- s.version = '11.22.6'
3
+ s.version = '11.22.7'
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: 11.22.6
4
+ version: 11.22.7
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-30 00:00:00.000000000 Z
11
+ date: 2024-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement