Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Commit f7adab2

Browse files
committed
Remove legacy comments about MRI ruby
1 parent 8d9b823 commit f7adab2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/logstash/outputs/elasticsearch_java.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ class LogStash::Outputs::ElasticSearchJava < LogStash::Outputs::Base
229229
# Elasticsearch cluster to this Logstash server.
230230
#
231231
# All protocols will use bulk requests when talking to Elasticsearch.
232-
#
233-
# The default `protocol` setting under java/jruby is "node". The default
234-
# `protocol` on non-java rubies is "http"
235232
config :protocol, :validate => [ "node", "transport"], :default => "transport"
236233

237234
# The Elasticsearch action to perform. Valid actions are: `index`, `delete`.

0 commit comments

Comments
 (0)