
Adam Juntunen
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Adam Juntunen-
Adam Juntunen commented,
This is sort of obvious, but the issue is that it's totally ignoring "TimeZone":"America/Chicago", I've tried changing that to "TimeZone":"America/Los_Angeles", and you would think it should chan...
-
Adam Juntunen commented,
I tried adding | _format as timestampformat and it came back "full" meaning it interpreted the timestamp fully. here is the output of | _format as timestampformat # Time timestampformat Message...
-
Adam Juntunen created a post,
timezone issue
I have log data coming from tomcat and i'm using a json file to import the data to sumo. I'm in central time and the data displays as if it's in UTC even though it's in central time. So my data a...
-
Adam Juntunen commented,
that did it. Thanks!
-
Adam Juntunen commented,
I tried _sourceCategory="prod/app/windchill/methodserver" wt.method.MethodContextMonitor.stats.summary |parse "ContextSecondsAverage=*," as _contextSecondsAverage| timeslice by 10s |sum(_contextSe...
-
Adam Juntunen commented,
I tried _sourceCategory="prod/app/windchill/methodserver" wt.method.MethodContextMonitor.stats.summary |parse "ContextSecondsAverage=*," as _contextSecondsAverage| timeslice by 10s |sum(_contextSec...
-
Adam Juntunen created a post,
graph of values in the log
I have a log that writes the average performance (in seconds to return a page) in a field called wt.method.MethodContextMonitor.stats.summary once a minute. I would like to graph the actual value ...