Split table gives empty screen

Hi I have a logs that in general looks like:

UID A_TS B_TS C_TS D_TS X Y Z

(TS = time Stamp, UID = unique Id)

I want that I will have a table that will show me something like this:

UID A_TS X Y Z
UID B_TS X Y Z
UID C_TS X Y Z
UID D_TS X Y Z

Now my guess was that I should do split table by column or row but when I try either I get an empty page.
Here is a screen shot before and after split:

After:

Many thanks on any type of help :slight_smile:

@tomer would you mind checking your browser's console to see if any errors are logged?

However, I don't know if I'd recommend this approach in general as I'm not convinced it's really going to give you the data that you're looking for. I believe in another topic we were discussing using Logstash on ingest to denormalize your data, which is the recommended approach.

Thanks.
I guess that is the only way :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.