cyb3rfox / Aurora-Incident-Response

Incident Response Documentation made easy. Developed by Incident Responders for Incident Responders
Apache License 2.0
742 stars 79 forks source link

Visual Timeline doesn't work #82

Open CarlosMoralesSal opened 3 years ago

CarlosMoralesSal commented 3 years ago

I am testing the tool with two dump rows to visualize the timeline and it doesn't work. When I click on the Visual Timeline, it appears on grey and it doesn't appear anything. On timeline I have this CapturaTL.

What happen?, why the timeline doesn't appear?. Thanks. I am working in a Ubuntu 20 and trying to work with develop mode

cyb3rfox commented 3 years ago

Can you share the datafile and which version you use?

CarlosMoralesSal commented 3 years ago

Yes, I share the .fox and the csv. Aurora's version, it is the latest as I did a git clone yesterday. Thanks aurora.zip

cyb3rfox commented 3 years ago

Thanks now I can see it. Dates need to be in ISO format. YYYY-MM-DD hh:mm:ss. Cheers

CarlosMoralesSal commented 3 years ago

Hi @cyb3rfox , even if I have modified settings parameters, should be always in ISO format?

cyb3rfox commented 3 years ago

The parameters in settings.js only affect the UI components at this point. The logic that draws the timeline expects it to be ISO. I'll open that again as a feature request. So that settings.js affects the timeline as well and converts it. However ISO is standard for most investigators as it also sorts correctly as text.