Skip to content

Commit c4be8dd

Browse files
committed
Edited the explanation for the passwords section
1 parent 715f5c2 commit c4be8dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packetbeat.conf

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ device = "any"
9090
selectors = ["pinger"]
9191

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

9799
# vim: set ft=toml:

0 commit comments

Comments
 (0)