I am using following setup to ingest MySQL logs .
Filebeat -> Logstash -> Elasticsearch -> Kibana
For filebeat, I have enabled mysql module and specified Error and Slowlog path locations.
After creating index in Kibana, I see all log messages but unable to see any exported fields documented here
Please advice how to get mysql fields.
Thanks!