Skip to content

Commit 17b9e19

Browse files
untergeekjordansissel
authored andcommitted
Update documentation
Embedded elasticsearch is not recommended for production. Gem version bump Fixes #60
1 parent 9686534 commit 17b9e19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/logstash/outputs/elasticsearch.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ class LogStash::Outputs::ElasticSearch < LogStash::Outputs::Base
117117
# Run the Elasticsearch server embedded in this process.
118118
# This option is useful if you want to run a single Logstash process that
119119
# handles log processing and indexing; it saves you from needing to run
120-
# a separate Elasticsearch process.
120+
# a separate Elasticsearch process. An example use case is
121+
# proof-of-concept testing.
122+
# WARNING: This is not recommended for production use!
121123
config :embedded, :validate => :boolean, :default => false
122124

123125
# If you are running the embedded Elasticsearch server, you can set the http

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-elasticsearch'
4-
s.version = '0.1.15'
4+
s.version = '0.1.16'
55
s.licenses = ['apache-2.0']
66
s.summary = "Logstash Output to Elasticsearch"
77
s.description = "Output events to elasticsearch"

0 commit comments

Comments
 (0)