We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Security problem
[Include Telegraf version, operating system name, and other relevant details] ubuntu 14.04
[[inputs.couchbase]] servers = ["http://admin:xxxxx@localhost:8091"]
take couchbase cluster name via rest api from cluster
takes address string together with password and opens up to the world for part of the metrics for example couchbase_bucket_item_count
couchbase comunity 4.1 telegraf nightly
The text was updated successfully, but these errors were encountered:
fix issue influxdata#1680
bd56011
Fixed in 1.4.0, thanks @DanKans
Sorry, something went wrong.
No branches or pull requests
Bug report
Security problem
Relevant telegraf.conf:
System info:
[Include Telegraf version, operating system name, and other relevant details]
ubuntu 14.04
[[inputs.couchbase]]
servers = ["http://admin:xxxxx@localhost:8091"]
Expected behavior:
take couchbase cluster name via rest api from cluster
Actual behavior:
takes address string together with password and opens up to the world
for part of the metrics
for example couchbase_bucket_item_count
Additional info:
couchbase comunity 4.1
telegraf nightly
The text was updated successfully, but these errors were encountered: