Skip to content

Commit fd1df9a

Browse files
committed
Add text offering Elasticsearch Servicehoste hosted es Revise text Update changelog and gemspec
Fixes logstash-plugins#792
1 parent 6017c26 commit fd1df9a

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 9.2.1
2+
- Added text offering hosted Elasticsearch service
3+
14
## 9.2.0
25
- Added support for customizing HTTP headers [#782](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/782)
36

docs/index.asciidoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,15 @@ plugin to version 6.2.5 or higher.
3131
3232
================================================================================
3333

34-
This plugin is the recommended method of storing logs in Elasticsearch.
35-
If you plan on using the Kibana web interface, you'll want to use this output.
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].
3643

3744
This output only speaks the HTTP protocol. HTTP is the preferred protocol for interacting with Elasticsearch as of Logstash 2.0.
3845
We strongly encourage the use of HTTP over the node protocol for a number of reasons. HTTP is only marginally slower,

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