elktail icon indicating copy to clipboard operation
elktail copied to clipboard

Convert timestamps to localtime

Open asyncmind0 opened this issue 8 years ago • 1 comments

Would t be possible to convert the @timestamp field to local time. Kibana seems to be doing this by default

asyncmind0 avatar Oct 11 '16 21:10 asyncmind0

I think it should be possible to add that feature. I suppose there could be an option to use local time and if that option is used then:

  • timestamp field would be displayed in local time
  • date range filtering would also work in local time unless zone is specified in dates themselves
  • logic for finding appropriate indices would also need to be adjusted when date filtering happens in local time

I'll take a look and see is it feasible to add this quickly.

knes1 avatar Oct 12 '16 15:10 knes1