Skip to content

Commit

Permalink
Add text offering Elasticsearch Servicehoste hosted es Revise text Up…
Browse files Browse the repository at this point in the history
…date changelog and gemspec

Fixes elastic#792
  • Loading branch information
karenzone committed Aug 16, 2018
1 parent 6017c26 commit fd1df9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 9.2.1
- Added text offering hosted Elasticsearch service

## 9.2.0
- Added support for customizing HTTP headers [#782](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/782)

Expand Down
11 changes: 9 additions & 2 deletions docs/index.asciidoc
Expand Up @@ -31,8 +31,15 @@ plugin to version 6.2.5 or higher.
================================================================================

This plugin is the recommended method of storing logs in Elasticsearch.
If you plan on using the Kibana web interface, you'll want to use this output.
If you plan to use the Kibana web
interface, use the Elasticsearch output plugin to get your log data into
Elasticsearch.

TIP: You can run Elasticsearch on your own hardware, or use our
https://www.elastic.co/cloud/elasticsearch-service[hosted {es} Service] on
Elastic Cloud. The Elasticsearch Service is available on both AWS and GCP.
https://www.elastic.co/cloud/elasticsearch-service/signup[Try the {es} Service
for free].

This output only speaks the HTTP protocol. HTTP is the preferred protocol for interacting with Elasticsearch as of Logstash 2.0.
We strongly encourage the use of HTTP over the node protocol for a number of reasons. HTTP is only marginally slower,
Expand Down
2 changes: 1 addition & 1 deletion logstash-output-elasticsearch.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-elasticsearch'
s.version = '9.2.0'
s.version = '9.2.1'
s.licenses = ['apache-2.0']
s.summary = "Stores logs in Elasticsearch"
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"
Expand Down

0 comments on commit fd1df9a

Please sign in to comment.