Snorby / snorby

Ruby On Rails Application For Network Security Monitoring
Other
1k stars 224 forks source link

Cannot modify time from UTC #461

Open jb61264 opened 7 years ago

jb61264 commented 7 years ago

I have tried to use the Snorby GUI interface to change the timezone, but selecting the correct timezone, putting in the current password and selecting save always reverts back to UTC.

Have verified that /snorby/config/snorby_config.yml has "timezone_search: true"

Is there a setting somewhere else I am missing in order for Snorby to display local time?

nan008 commented 6 years ago

Hi, @jb61264 did you solve this issue? I have the same problem

snorby_config.yml

 authentication_mode: database
  # If timezone_search is undefined or false, searching based on time will
  # use UTC times (historical behavior). If timezone_search is true
  # searching will use local time.
  timezone_search: true
  # uncomment to set time zone to time zone of box from /usr/share/zoneinfo, e.g. "America/Cancun"
  time_zone: 'Europe/London'

I also tried in GUI

screen shot 2017-09-07 at 10 40 53

Yet Snorby Worker is stating when starting

ruby[3561]: No time_zone specified in snorby_config.yml; detected time_zone: UTC
jb61264 commented 6 years ago

I was never able to find a resolution to this issue and have moved on from Snorby to another application that has more of a following