Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metricbeat etcd module can’t work with etcd v3.3.8 (https) #8986

Closed
opsnull opened this issue Nov 8, 2018 · 3 comments
Closed

Metricbeat etcd module can’t work with etcd v3.3.8 (https) #8986

opsnull opened this issue Nov 8, 2018 · 3 comments

Comments

@opsnull
Copy link

opsnull commented Nov 8, 2018

metricbet config:

metricbeat.modules:
- module: etcd
  metricsets: ["leader", "self", "store"]
  period: 10s
  hosts: ["https://172.27.128.71:2379"]
  ssl:
    certificate: "/etc/cert/client.pem"
    key: "/etc/cert/client-key.pem"
    certificate_authorities: ["/etc/cert/ca.pem"]
    verification_mode: "none"

image

@ruflin
Copy link
Contributor

ruflin commented Nov 8, 2018

I think we will need a bit more data to investigate if this is a bug or not. Can you open a topic on discuss and share also your logs there? https://discuss.elastic.co/c/beats/metricbeat We try to keep Github for confirmed bugs.

@ruflin ruflin closed this as completed Nov 8, 2018
@opsnull
Copy link
Author

opsnull commented Nov 8, 2018

@jsoriano
Copy link
Member

Adding tests for etcd 3.3 #9068

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants