tableau / tableau-log-viewer

Tableau Log Viewer is a cross-platform tool for quickly glancing over Tableau log files
MIT License
169 stars 50 forks source link

The content is not splitted accordingly in to columns #90

Closed bamarghioali closed 6 years ago

bamarghioali commented 6 years ago

Hello,

I'm investigating TLV as a possible solution to quickly parse Tableau Server Logs.

It's seems very useful with handy options existing out-of-the-box.

I've noticed that the column "value" also contains the time info; if I also put the check to display the time column the rows for the column are empty so the data is not splitted accordingly (please see the attached image).

capture

How can I solve this?

Thanks, Bogdan

vogelsgesang commented 6 years ago

Hi Bodgan,

I am glad to hear that you like our little tool

The Tableau Log Viewer is primarily built to view Tableau's custom log format. It is written for example by Tableau Desktop, Hyper and a few other parts of the Tableau stack.

The log file you are opening looks to me like a log file written by Apache or some similar webserver. Unfortunately, we don't fully support loading this file format yet.

Personally, I hope we will add support for other file formats, such as Apache logs. Right now, we are currently not actively working on it. But pull requests are always welcome, of course :)

Cheers, Adrian

bamarghioali commented 6 years ago

Hi Adrian,

Thank you for your answer, you're right the log file is for httpd.

I will use TLV like so; if this kind of file will be supported in the future it will be appreciated.

Thanks, Bogdan