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

Remove credentials from cluster tag in couchbase input #5313

Merged
merged 1 commit into from
Jan 18, 2019

Conversation

glinton
Copy link
Contributor

@glinton glinton commented Jan 18, 2019

Resolves #5215

[[inputs.couchbase]]
  servers = ["http://user:password@localhost:8091/"]

Before:

couchbase_node,cluster=http://localhost:8091/,hostname=172.17.0.2:8091 memory_free=7703277568,memory_total=16558182400 1547829563000000000
couchbase_bucket,bucket=beer-sample,cluster=http://user:password@localhost:8091/ disk_used=21662943,data_used=9325087,mem_used=28408920,quota_percent_used=27.09285736083984,ops_per_sec=0,disk_fetches=0,item_count=7303 1547829563000000000

After:

couchbase_node,cluster=http://localhost:8091/,hostname=172.17.0.2:8091 memory_free=7705575424,memory_total=16558182400 1547829754000000000
couchbase_bucket,bucket=beer-sample,cluster=http://localhost:8091/ quota_percent_used=27.09285736083984,ops_per_sec=0,disk_fetches=0,item_count=7303,disk_used=21662946,data_used=9325087,mem_used=28408920 1547829754000000000

@glinton glinton added the fix pr to fix corresponding bug label Jan 18, 2019
@glinton glinton added this to the 1.9.3 milestone Jan 18, 2019
@danielnelson danielnelson merged commit cf10d03 into master Jan 18, 2019
@danielnelson danielnelson deleted the bugfix/5215 branch January 18, 2019 19:43
trevorwhitney pushed a commit to trevorwhitney/telegraf that referenced this pull request Feb 14, 2019
otherpirate pushed a commit to otherpirate/telegraf that referenced this pull request Mar 15, 2019
otherpirate pushed a commit to otherpirate/telegraf that referenced this pull request Mar 15, 2019
dupondje pushed a commit to dupondje/telegraf that referenced this pull request Apr 22, 2019
bitcharmer pushed a commit to bitcharmer/telegraf that referenced this pull request Oct 18, 2019
athoune pushed a commit to bearstech/telegraf that referenced this pull request Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants