-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Logs UI] timestamp visualization #45986
Comments
Pinging @elastic/infra-logs-ui |
Looks good to me. :-) |
@katrin-freihofner +1 on this idea. |
Another idea would be to get rid of sub-second precision as the data is already sorted chronologically. |
That is only true up to a precision of one millisecond. In larger setups there will be quite a few events per millisecond and the tendency is to go to nanosecond resolution as soon as the stack allows it. |
Just a thought: Currently the date format is based on Kibana's advanced settings. If they will be split into separate date and time elements they will have to use a different source for that format. |
@weltenwort Do we happen to have data on how many people change that value? If there's a lot of people we can try to be smart about it and parse what value is in there. For example with the default
Of course that is naive and it doesn't take into account certain scenarios, but it could be worth following that path |
My opinion on the date format question, FWIW: I think it would be nice to "gently respect" a user's date time format choice, but more from a Boiling down a format setting like this sounds complicated and I don't want it to hold up this feature. For now, I might either try to read in the current Kibana locale setting from config (
If that ends up being too much of a pain, then just
|
Yes, that is a good point @jasonrhodes. I agree we should respect the date-time format choice a user made. The idea was more, whatever date format is, it should be the table header, while the time should be in the rows. |
The timestamp in the current logs UI takes up a lot of horizontal space. As the date is highly repetitive the idea is to move the date in a separate row.
Additionally, I propose to have the date sticky in the table header.
The text was updated successfully, but these errors were encountered: