|
In the Deployment Monitor App, on the main dashboard there is the Index Throughput graph - which runs the "DM indexthru today vs last week" saved search. When you view the dashboard, there are no time range messages. I copied the dashboard's XML & search, and substituted my own search values (the search is essentially the same). When I run it, however, I get the following message: "[subsearch]: Your timerange was substituted based on your search string". If I modify the XMl to have this: <module name="Message" layoutpanel="messaging"> <param name="filter">splunk.search.job</param> <param name="clearOnJobDispatch">True</param> <param name="maxSize">0</param> </module> Then the error message goes away, but I think this will suppress all error messages. My question then is this - Why does your search not show the time range message, but mine does? |
|
This code serves pretty well. I believe the Deployment Monitor app uses the same thing or something very similar. Paste this into
Nick, this code snippet produces the following error in web_service.log: 2011-11-11 14:18:34,698 ERROR [4ebd9f3ab11bb1aa90] utility:63 - name=javascript, class=Splunk.Error, lineNumber=54, message=this.messages is undefined, fileName=<pathtoapp>/application.js
(11 Nov '11, 14:23)
Archana
Per araitz, use this.diplayedMessages instead of this.messages
(11 Nov '11, 14:35)
Archana
Well in 4.2.3 it's this.messages, and there is no this.displayedMessages anywhere as far as I can tell. So I guess you're saying that you're working on the newer version and someone has changed the Message module enough where the patch doesn't work. In that case there may be more than that one problem fwiw.
(11 Nov '11, 14:42)
nick ♦
|
