Hi,
I've installed packetbeat Version 5.5.2 on a mysql node and I get negative responsetime in Kibana.
My config (simplified) is the following:
#================================== Flows =====================================
packetbeat.flows:
enabled: false
#========================== Transaction protocols =============================
packetbeat.protocols.mysql:
ports: [3306]
#================================ processor =====================================
processors:
- drop_event:
when:
range:
responsetime.gte: 0
responsetime.lte: 1000
#-------------------------- Elasticsearch output ------------------------------
output.elasticsearch:
hosts: ["elaticSearch:9200"]
Any idea how to avoid this behavior (I saw older thread, but no one matched my version)
Many thanks in advance!
Greg