Skip to content

Commit

Permalink
Merge pull request #1282 from tsg/remove_redis_deprecation_warning
Browse files Browse the repository at this point in the history
Remove Redis deprecation warning
  • Loading branch information
Steffen Siering committed Apr 1, 2016
2 parents 2a48676 + c455822 commit e8f6e59
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libbeat/outputs/redis/redis.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//@deprecated: Starting with version 1.0.0-beta4 the Redis Output is deprecated as
// it's replaced by the Logstash Output that has support for Redis Output plugin.

package redis

import (
Expand Down Expand Up @@ -69,8 +66,6 @@ type message struct {

func (out *redisOutput) Init(config outputs.MothershipConfig, topology_expire int) error {

logp.Warn("Redis Output is deprecated. Please use the Redis Output Plugin from Logstash instead.")

out.Hostname = fmt.Sprintf("%s:%d", config.Host, config.Port)

if config.Password != "" {
Expand Down

0 comments on commit e8f6e59

Please sign in to comment.