Splunk Search

Why is the field format not working on our timechart search?

georgiahurst
Engager

I'm trying to plot the duration open for some of my data. I initially converted the open and close times to UNIX data forms, then find the difference, then create a timechart for using the average duration open per day, for each specific error. This is up until the final pipe in the plot below and plots fine.

The issues come when I try and use fieldformat. Instead of the y-axis being in UNIX time format, I want it to be in days, hours, minutes and seconds formats and it will not plot that way. I have tried to use the tostring and strptime formats (see below), however it does not plot as I want.

This part is all good

index="special_index" sourcetype=* | 
eval TimeOpenedAt = strptime('Data.opened_at', "%Y-%m-%d %H:%M:%S")| 
eval TimeClosedAt = strptime('Data.closed_at', "%Y-%m-%d %H:%M:%S") | 
eval TimeToCloseUNIX = TimeClosedAt - TimeOpenedAt | 
bin _time span=1d  | 
timechart avg(TimeToCloseUNIX) as TimeToCloseUNIXAvg by ErrorType | 

What I have tried

fieldformat TimeToCloseUNIXAvg=tostring(TimeToCloseUNIXAvg,"duration")

and

fieldformat TimeToCloseUNIXAvg=strftime(TimeToCloseUNIXAvg,"+%j.%H:%M:%S")

Any help would be gratefully appreciated!

0 Karma
1 Solution

woodcock
Esteemed Legend

The Line Chart visualization can only plot numbers on the Y-axis. If you think about it, it totally makes sense. IMHO, it would be nice if it supported fieldformat so that when it showed the values to use (at least when hovering), the could be formatted differently.
Vote here:
https://ideas.splunk.com/ideas/EID-I-97

View solution in original post

woodcock
Esteemed Legend

The Line Chart visualization can only plot numbers on the Y-axis. If you think about it, it totally makes sense. IMHO, it would be nice if it supported fieldformat so that when it showed the values to use (at least when hovering), the could be formatted differently.
Vote here:
https://ideas.splunk.com/ideas/EID-I-97

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...