From 5daa328987a724be8e9fd3b8211a7e718ea6d9d5 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Thu, 24 Jul 2014 07:35:31 -0700 Subject: [PATCH] Update ES version docs ES version 1.0 or greater is now supported by all protocols. The Elasticsearch eng team has tests to ensure client nodes from all ES versions >=1.0 work with all ES clusters version >=1.0 --- lib/logstash/outputs/elasticsearch.rb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/logstash/outputs/elasticsearch.rb b/lib/logstash/outputs/elasticsearch.rb index d42eb9eee..03c92c418 100644 --- a/lib/logstash/outputs/elasticsearch.rb +++ b/lib/logstash/outputs/elasticsearch.rb @@ -11,8 +11,7 @@ require "socket" # for Socket.gethostname # need to use this output. # # *VERSION NOTE*: Your Elasticsearch cluster must be running Elasticsearch -# %ELASTICSEARCH_VERSION%. If you use any other version of Elasticsearch, -# you should set `protocol => http` in this plugin. +# 1.0.0 or later. # # If you want to set other Elasticsearch options that are not exposed directly # as configuration options, there are two methods: @@ -28,10 +27,6 @@ require "socket" # for Socket.gethostname # # ## Operational Notes # -# Template management requires Elasticsearch version 0.90.7 or later. If you -# are using a version older than this, please upgrade. You will receive -# more benefits than just template management! -# # If using the default `protocol` setting ("node"), your firewalls might need # to permit port 9300 in *both* directions (from Logstash to Elasticsearch, and # Elasticsearch to Logstash)