Unified View of Logs in OpenSearch Dashboards

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

  • OpenSearch & Dashboards Version: 2.11.1
  • Server OS: Ubuntu 22.04, running in Docker containers
  • Browser: Firefox

Describe the issue:

Look at the image. If I wanna see the full log message I need to click on the lens. I would like to have a view where you can view each log without timestamp. Just the log message without any metadata and timestamp etc. Just the log messages. Like the following:

125.68.54.153 - - [2018-08-11T11:32:33.526Z] GET /styles/main.css HTTP/1.1 200 3116 - Mozilla/5.0 (X11; Linux x86_64; rv:6.0a1) Gecko/20110421 Firefox/6.0a1
197.250.60.222 - - [2018-08-11T11:29:54.281Z] GET /opensearch/opensearch-1.0.0.deb HTTP/1.1 200 5374 - Mozilla/5.0 (X11; Linux x86_64; rv:6.0a1) Gecko/20110421 Firefox/6.0a1
88.83.239.95 - - [2018-08-11T11:25:46.292Z] GET /styles/ad-blocker.css HTTP/1.1 200 6036 - Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.50 Safari/534.24
251.234.26.249 - - [2018-08-11T11:24:39.013Z] GET /enterprise HTTP/1.1 200 6446 - Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.50 Safari/534.24
230.58.7.204 - - [2018-08-11T11:20:41.025Z] GET /beats/filebeat/filebeat-6.3.2-linux-x86_64.tar.gz HTTP/1.1 200 9914 - Mozilla/5.0 (X11; Linux x86_64; rv:6.0a1) Gecko/20110421 Firefox/6.0a1

Just like the way logs are represented in the terminal.

What I wanna solve is, that I dont need to click on each lense to see the full log message but rather have a view where can I view the full log message for each document like you would see in a terminal