Skip to content

Redis supports failover through Sentinel - #39

Open
juntaozhang wants to merge 3 commits into
logstash-plugins:mainfrom
juntaozhang:master
Open

Redis supports failover through Sentinel#39
juntaozhang wants to merge 3 commits into
logstash-plugins:mainfrom
juntaozhang:master

Conversation

@juntaozhang

Copy link
Copy Markdown

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

@jordansissel

Copy link
Copy Markdown
Contributor

Can you write the description of the change proposed in the PR? Looks like
the "thanks for contributing" was left unchanged.

On Tuesday, September 6, 2016, Juntao notifications@github.com wrote:

Thanks for contributing to Logstash! If you haven't already signed our

CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

You can view, comment on, or merge this pull request online at:

#39
Commit Summary

  • Redis supports failover through Sentinel

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#39, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAIC6gH37K1E-yyfGT3Oh0X0nKPSmlx0ks5qnmC6gaJpZM4J2mJj
.

@jstoja

jstoja commented Feb 10, 2018

Copy link
Copy Markdown

hey @juntaozhang do you want to fix this or I make another PR for this feature?

@jstoja

jstoja commented Feb 11, 2018

Copy link
Copy Markdown

@jsvd I think this could be a great addition. Do you think that it could be merged, now?

@Evesy

Evesy commented Jun 23, 2018

Copy link
Copy Markdown

Are there any plans to merge this in, along with logstash-plugins/logstash-input-redis#50 too?

cc @jsvd @jordansissel

@nunofernandes

Copy link
Copy Markdown

+1

@jstoja

jstoja commented Sep 4, 2018

Copy link
Copy Markdown

Hello @jsvd, if this PR doesn't seem good to you, don't hesitate to tell us, we can surely fix it!

@crazywen

Copy link
Copy Markdown

+1024, we want it!

@jstoja

jstoja commented Sep 23, 2018

Copy link
Copy Markdown

I guess that those logstash plugins are not a priority anymore. So I doubt it'll be merged some day... Saldy...

# A string used to identify a Redis instance in log messages
def identity
if @sentinel_hosts
return "redis-sentinel://#{@password} #{$sentinel_hosts} #{@db} #{@data_type}:#{@key}"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be @sentinel_hosts instead?

# Zero means to check on every event.
config :congestion_interval, :validate => :number, :default => 1

config :sentinel_hosts, :validate => :array

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you provide documentation for these settings in the docs/index.asciidoc file?

@jsvd jsvd self-assigned this Sep 25, 2018
@jsvd
jsvd self-requested a review September 25, 2018 13:26
@L3o-pold

L3o-pold commented Jul 2, 2019

Copy link
Copy Markdown

Any news on this?

@Paramuj

Paramuj commented Jul 17, 2019

Copy link
Copy Markdown

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants