Dear all,
Shortly before, I installed Npcap on Windows. In addition to the traffic of select, packetbeat can capture most traffic of mysql . Even if the traffic was marked "select" could be captured, its status is error, and the responsetime is negative.
I don't understand the situation
The following snippet shows my configuration.
interfaces:
device: 5protocols:
dns:ports: [53]
include_authorities: true include_additionals: true
# send_request: true # send_response: true
http:
ports: [80, 8080, 8000, 5000, 8002]
memcache:
ports: [11211]
mysql:
ports: [3306]
pgsql:
ports: [5432]
redis:
ports: [6379]
thrift:
ports: [9090]
mongodb:
ports: [27017]
procs:
enabled: true
monitored:
- process: mysqld
cmdline_grep: mysqld
- process: app cmdline_grep: gunicorn
output:
logstash:
hosts: ["localhost:5044"]
shipper:
name: "172.16.7.163"
logging:
files:
rotateeverybytes: 10485760 # = 10MB # Number of rotated log files to keep. Oldest files will be deleted first.
Has anyone encounter this problem and successfully sole it?
Kindly guide.
Thanks!