Hello,
I have 3 hour offset, EST vs PST between @timestamp value and timestamp in the messages. How can I correct the time so it's in pacific time?
@timestamp message
2015-01-21T18:19:47.000-08:00 21 Jan 2015 21:19:45 DEBUG org.quartz.impl.jdbcjobstore.StdRowLockSemaphore - Lock 'TRIGGER_ACCESS' retuned by: DefaultQuartzScheduler_Worker-...
2015-01-21T18:19:47.000-08:00 21 Jan 2015 21:19:42 DEBUG org.quartz.impl.jdbcjobstore.StdRowLockSemaphore - Lock 'TRIGGER_ACCESS' is desired by: DefaultQuartzScheduler_Quar...
2015-01-21T18:19:47.000-08:00 21 Jan 2015 21:19:42 INFO org.quartz.plugins.history.LoggingTriggerHistoryPlugin - Trigger CORE_JOB_GROUP.coreJobRetrievalCronTrigger completed firing job
2015-01-21T18:19:47.000-08:00 21 Jan 2015 21:19:40 DEBUG org.quartz.impl.jdbcjobstore.StdRowLockSemaphore - Lock 'TRIGGER_ACCESS' is desired by: DefaultQuartzScheduler_Quar...
@timestamp offset
Re: @timestamp offset
What version of Logserver are you using? This was a bug in previous versions and either an update or a manual correction will fix it:
http://support.nagios.com/forum/viewtop ... 20#p119302
http://support.nagios.com/forum/viewtop ... 20#p119302
Former Nagios employee
Re: @timestamp offset
It's 2015R1.1, I will take a look at the manual fix and let you knowtmcdonald wrote:What version of Logserver are you using? This was a bug in previous versions and either an update or a manual correction will fix it:
http://support.nagios.com/forum/viewtop ... 20#p119302
Re: @timestamp offset
Seems to be working. Thanks for the tip!!stecino wrote:It's 2015R1.1, I will take a look at the manual fix and let you knowtmcdonald wrote:What version of Logserver are you using? This was a bug in previous versions and either an update or a manual correction will fix it:
http://support.nagios.com/forum/viewtop ... 20#p119302
Re: @timestamp offset
You're quite welcome.
I'll be closing this thread now, but feel free to open another if you need anything in the future!
I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee