From 43b13e033c211b877e28d28f33d668175a1e07bc Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Tue, 2 Jun 2015 08:37:45 -0700 Subject: [PATCH] Replacing mailing list address with discussion forum address. Fixes #3366 --- lib/logstash/inputs/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logstash/inputs/base.rb b/lib/logstash/inputs/base.rb index 2874b3d3886..67981e28f35 100644 --- a/lib/logstash/inputs/base.rb +++ b/lib/logstash/inputs/base.rb @@ -101,7 +101,7 @@ def tag(newtag) protected def to_event(raw, source) - raise LogStash::ThisMethodWasRemoved("LogStash::Inputs::Base#to_event - you should use codecs now instead of to_event. Not sure what this means? Get help on logstash-users@googlegroups.com!") + raise LogStash::ThisMethodWasRemoved("LogStash::Inputs::Base#to_event - you should use codecs now instead of to_event. Not sure what this means? Get help on https://discuss.elastic.co/c/logstash") end # def to_event protected