CSV log timezone

Hello,
I have problem when exporting logs to CSV file. The timezone in CSV is not the same as on webpanel. All CSV exports have timezone -1 from the UI.

2nd issue - messages in CSV file are put in random order. For example timestamp looks like this:
2017-12-06T10:19:00.000Z
2017-12-06T10:21:00.000Z
2017-12-06T10:21:00.000Z
2017-12-06T10:22:00.000Z
2017-12-06T10:18:22.062Z
2017-12-06T10:18:22.064Z

I’m using Graylog 2.3.2 version.

The CSV export will contain timestamps in UTC (that’s the “Z” suffix in the ISO-8601 timestamps).

Yes, that’s a trade-off between performance and sorted results:

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