|
I have been trialling the Enterprise version and tweaking so I could fit under the 500MB/day limit (we're a startup, no way to shell out US$6k yet), and one of the things I was testing was a scheduled search for a dashboard. Now that I've applied the free license to the indexer, I'd like to remove that nagging reminder that says "Search scheduler is disabled in Splunk Free, including scheduled searches used to fill summary indexes. Dashboards using summary indexes may not work." |
|
You can override the default behavior of the Message Module on a per app basis. A very smart man I know did it like this (though I might use jquery's '$.each' myself):
What happens when you upgrade Splunk? Does this 'hack' stick?
(31 Jan '11, 19:11)
magu
Did you try it? Yes, application.js is upgrade safe - if it weren't, apps wouldn't be upgrade safe either.
(01 Feb '11, 04:59)
araitz ♦
it's true, unless the <app> is 'search'. -- the "search" app ships application.js, and since the search app is itself shipped with the splunk server, an upgrade will clobber all changes to that particular application.js.
(02 Feb '11, 03:18)
sideview ♦
|