Skip to content

Commit

Permalink
Edited the explanation for the passwords section
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed Jun 18, 2014
1 parent 715f5c2 commit c4be8dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packetbeat.conf
Expand Up @@ -90,8 +90,10 @@ device = "any"
selectors = ["pinger"]

[passwords]
# Uncomment the following to hide user passwords from HTTP messages
# A list of possible keywords to hide that may contain the user password
# hide_keywords = ["pass=", "password=", "passwd=", "Password="]
# Uncomment the following to hide certain parameters from HTTP POST
# requests. The value of the parameters will be replaced with '*' characters
# This is generally useful for avoiding storing user passwords or other
# sensitive information.
#hide_keywords = ["pass=", "password=", "passwd=", "Password="]

# vim: set ft=toml:

0 comments on commit c4be8dd

Please sign in to comment.