I have used packetbeat and found it very useful.
But the document does not contain the response received from the server. For e.g. in case of mysql, I have a field num_rows but not the actual data that is returned.
https://www.elastic.co/guide/en/beats/packetbeat/current/exported-fields-mysql.html
I checked the above page and there is no way to enable packets received from port 3306 if mysql.query can be captured, why not mysql.query_response?
Is there any other utility in beats family that can help in this?