Skip to content

Commit 193bb2a

Browse files
authored
Doc: Update cloud terminology (#1212)
Bump to v12.0.4
1 parent f3b0894 commit 193bb2a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 12.0.4
2+
- [DOC] Update Cloud terminology [#1211](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1211)
3+
14
## 12.0.3
25
- Demote connection log entry from WARN to INFO connection during register phase [#1211](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1211)
36

docs/index.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ Set the value to port :443 instead.
6565
For more info on sending data from {ls} to {es-serverless}, check out the {serverless-docs}/elasticsearch/what-is-elasticsearch-serverless[{es-serverless} docs].
6666

6767
[id="plugins-{type}s-{plugin}-ess"]
68-
==== Hosted {es} Service on Elastic Cloud
68+
==== {ls} to {ech}
6969

70-
{ess-leadin}
70+
You can run Elasticsearch on your own hardware or use Elastic Cloud Hosted, available on AWS, GCP, and Azure.
71+
Try Elastic Cloud Hosted for free: https://cloud.elastic.co/registration.
7172

7273
==== Compatibility with the Elastic Common Schema (ECS)
7374

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 = '12.0.3'
3+
s.version = '12.0.4'
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)