Observability Engineer Lab 3.3 - Empty Columns

Hi

I got this to work. I had to do this to process the mysql logs (probabaly there is another work around for this as well).

Copied mysql.yml as mysql1.yml and enabled just the error log as below.

- module: mysql

  # Error logs
  error:
    enabled: true

    # Set custom paths for the log files. If left empty,
    # Filebeat will choose the paths depending on your OS.
    var.paths: [ "/var/lib/mysql/mysql.log" ]

Thanks
Murali