mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- add elasticsearch notes
This commit is contained in:
parent
78a92a0f58
commit
cedb77e660
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
|||
require "logstash/namespace"
|
||||
require "logstash/outputs/base"
|
||||
|
||||
# TODO(sissel): Remove old cruft from pre-jruby
|
||||
# TODO(sissel): Support river again?
|
||||
# This output lets you store logs in elasticsearch and is the most recommended
|
||||
# output for logstash. If you plan on using the logstash web interface, you'll
|
||||
# need to use this output.
|
||||
#
|
||||
# *NOTE*: You must use the same version of elasticsearch server that logstash
|
||||
# uses for it's client. Currently we use elasticsearch 0.16.0
|
||||
#
|
||||
class LogStash::Outputs::Elasticsearch < LogStash::Outputs::Base
|
||||
|
||||
# http://host/index/type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue