Skip to content

Commit 87c11e8

Browse files
authored
Merge pull request #926 from karenzone/cloud-attribute-v10.3.3
Replace link to Cloud trial with attribute and bump to v10.3.3
2 parents b3815e0 + eff5948 commit 87c11e8

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
## 10.3.3
2+
- [DOC] Replaced link to Elastic Cloud trial with attribute, and fixed a comma splice [#926](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/926)
3+
14
## 10.3.2
25
- [DOC] Replaced setting name with correct value [#919](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/919)
3-
- Fix integration tests for Elasticsearch 7.6+ [#922](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/922)
4-
- Fix integration tests for Elasticsearch API `7.5.0` [#923](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/923)
6+
- Fixed integration tests for Elasticsearch 7.6+ [#922](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/922)
7+
- Fixed integration tests for Elasticsearch API `7.5.0` [#923](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/923)
58

69
## 10.3.1
710
- Fix: handle proxy => '' as if none was set [#912](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/912)

docs/index.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Elasticsearch.
3838
TIP: You can run Elasticsearch on your own hardware, or use our
3939
https://www.elastic.co/cloud/elasticsearch-service[hosted {es} Service] on
4040
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].
41+
{ess-trial}[Try the {es} Service for free].
4342

4443
This output only speaks the HTTP protocol. HTTP is the preferred protocol for interacting with Elasticsearch as of Logstash 2.0.
4544
We strongly encourage the use of HTTP over the node protocol for a number of reasons. HTTP is only marginally slower,
@@ -624,9 +623,8 @@ which is bad.
624623
* There is no default value for this setting.
625624

626625
Set the address of a forward HTTP proxy.
627-
This used to accept hashes as arguments but now only accepts
628-
arguments of the URI type to prevent leaking credentials.
629-
An empty string is treated as if proxy was not set, this is useful when using
626+
This setting accepts only URI arguments to prevent leaking credentials.
627+
An empty string is treated as if proxy was not set. This is useful when using
630628
environment variables e.g. `proxy => '${LS_PROXY:}'`.
631629

632630
[id="plugins-{type}s-{plugin}-resurrect_delay"]

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '10.3.2'
3+
s.version = '10.3.3'
44
s.licenses = ['apache-2.0']
55
s.summary = "Stores logs in Elasticsearch"
66
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"

0 commit comments

Comments
 (0)