mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- update doc
This commit is contained in:
parent
94a1e9c115
commit
296ab8f3cd
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ class LogStash::Outputs::Elasticsearch < LogStash::Outputs::Base
|
|||
# The name/address of the host to bind to for ElasticSearch clustering
|
||||
config :bind_host, :validate => :string
|
||||
|
||||
# Run the elasticsearch server embedded
|
||||
# Run the elasticsearch server embedded in this process.
|
||||
# This option is useful if you want to run a single logstash process that
|
||||
# handles log processing and indexing; it saves you from needing to run
|
||||
# a separate elasticsearch process.
|
||||
config :embedded, :validate => :boolean, :default => false
|
||||
|
||||
# TODO(sissel): Config for river?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue