Skip to content

Commit

Permalink
Move hide_keywords option to http section
Browse files Browse the repository at this point in the history
- requested by elastic#5
  • Loading branch information
monicasarbu committed Apr 9, 2015
1 parent 3baeeec commit e76ee7d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions packetbeat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,16 @@ protocols:
thrift:
ports: [9090]


############################# Filters ############################################
# Uncomment the following to hide certain parameters in URL or forms attached
# to HTTP requests. The names of the parameters are case insensitive.
# The value of the parameters will be replaced with the 'xxxxx' string.
# This is generally useful for avoiding storing user passwords or other
# sensitive information.
hide_keywords: ['pass', 'password', 'passw']

############################# HTTP protocol ######################################
http:
# Uncomment the following to hide certain parameters in URL or forms attached
# to HTTP requests. The names of the parameters are case insensitive.
# The value of the parameters will be replaced with the 'xxxxx' string.
# This is generally useful for avoiding storing user passwords or other
# sensitive information.
hide_keywords: ['pass', 'password', 'passw']



############################# Output ############################################
Expand Down

0 comments on commit e76ee7d

Please sign in to comment.