@timestamp offset

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
stecino
Posts: 248
Joined: Thu Mar 14, 2013 4:42 pm

@timestamp offset

Post by stecino »

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...
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: @timestamp offset

Post by tmcdonald »

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
Former Nagios employee
stecino
Posts: 248
Joined: Thu Mar 14, 2013 4:42 pm

Re: @timestamp offset

Post by stecino »

tmcdonald 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
It's 2015R1.1, I will take a look at the manual fix and let you know
stecino
Posts: 248
Joined: Thu Mar 14, 2013 4:42 pm

Re: @timestamp offset

Post by stecino »

stecino wrote:
tmcdonald 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
It's 2015R1.1, I will take a look at the manual fix and let you know
Seems to be working. Thanks for the tip!!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: @timestamp offset

Post by tmcdonald »

You're quite welcome.

I'll be closing this thread now, but feel free to open another if you need anything in the future!
Former Nagios employee
Locked