Reporting

refreshed: undefined NaN, 0NaN NaN:NaN:NaN

Michael
Contributor

(Note: I'm sure this has already been asked, I saw it posted once, but didn't need it, now that I need it, I can't find it. )

Since updating to 4.1.1 (enterprise, Linux, 64bit) most of my reports in various views show a "refreshed: undefined NaN, 0NaN NaN:NaN:NaN". They're all set to run at a scheduled time, and can't find a common denominator as to why some display the last time they ran, and some show the "undefined" message -- often even in the same view/dashboard.

Oh, and they ARE running -- they show data for the last time they were ran, but that derned 'ol "refreshed" message is still wiggin out...

Thanks in advance... Myk

Tags (1)
1 Solution

sideview
SplunkTrust
SplunkTrust

Im afraid this was a bug introduced in 4.1.1 ( SPL-31162 for other internal folks following along )

It's been fixed but it missed the boat for 4.1.2 so the fix wont be out until 4.1.3.

You're correct, the bug affects scheduled searches being displayed on dashboards. As to why some of your scheduled searches are showing proper dates when some or most are broken, im not sure.

There are a couple workarounds available. One rather extreme approach if these are standard editable dashboards (aka simplified XML), is to remove the 'title' from the dashboard editing UI. The removal of the title takes along the 'last refreshed' stuff with it.

Or if you dont want to lose all of your nice panel titles, but you are willing to create an application.css file and put it at the right place on the filesystem ( $SPLUNK_HOME/etc/apps/search/appserver/static/application.css )

Then here are the 3 lines you'd want inside:

.splLastRefreshed {
    display:none;
}

although if you get your hands dirty like that, remember to delete it when you upgrade to 4.1.3

n

View solution in original post

0 Karma

sideview
SplunkTrust
SplunkTrust

Im afraid this was a bug introduced in 4.1.1 ( SPL-31162 for other internal folks following along )

It's been fixed but it missed the boat for 4.1.2 so the fix wont be out until 4.1.3.

You're correct, the bug affects scheduled searches being displayed on dashboards. As to why some of your scheduled searches are showing proper dates when some or most are broken, im not sure.

There are a couple workarounds available. One rather extreme approach if these are standard editable dashboards (aka simplified XML), is to remove the 'title' from the dashboard editing UI. The removal of the title takes along the 'last refreshed' stuff with it.

Or if you dont want to lose all of your nice panel titles, but you are willing to create an application.css file and put it at the right place on the filesystem ( $SPLUNK_HOME/etc/apps/search/appserver/static/application.css )

Then here are the 3 lines you'd want inside:

.splLastRefreshed {
    display:none;
}

although if you get your hands dirty like that, remember to delete it when you upgrade to 4.1.3

n

0 Karma

the_wolverine
Champion

This is a bug in version 4.1.1 and 4.1.2. It's documented under known issues:

http://www.splunk.com/base/Documentation/4.1.2/ReleaseNotes/Knownissues#Splunk_Web_and_Manager_inter...

All dashboard panels that are rendered from any scheduled job that was run by the scheduler, appear to get 'last refreshed time' of NaN NaN NaN (SPL-31162)

Will be fixed in 4.1.3.

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...