Skip to content

Commit

Permalink
Disable redis monitoring in the default configuration.
Browse files Browse the repository at this point in the history
This is to avoid issues where we sniff our own redis traffic and
multiply it. It's safer to disable it by default, and to have the
advanced users enable it.
  • Loading branch information
monicasarbu committed Jul 16, 2014
1 parent 0dc03f0 commit d2ec49f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packetbeat.conf
Expand Up @@ -85,12 +85,12 @@ device = "any"
[protocols.mysql]
ports = [3306]

[protocols.redis]
ports = [6379]

[protocols.pgsql]
ports = [5432]

#[protocols.redis]
#ports = [6379]

[procs]
# Uncomment the following line to disable the process monitoring.
# dont_read_from_proc = true
Expand Down

0 comments on commit d2ec49f

Please sign in to comment.