Hi,
I have changed the dashboard_live XML like this
<module name="URLLoader" layoutPanel="panel_row2_col1" autoRun="True">
<!-- The first list of sources -->
<module name="HiddenSearch" >
<param name="search">| metadata type=sources | search "$host$" totalCount>0 | rename totalCount as Count recentTime as "Last Update" | table source Count "Last Update" | fieldformat Count=tostring(Count, "commas") | fieldformat "Last Update"=strftime('Last Update', "%m/%d/%Y %T")</param>
.....
...
....
...
...
....
</module>
and using the url lke this
http://summer1:8031/en-US/app/search/dashboard_live?host=summer2
and even with this
http://summer1:8031/en-US/app/search/dashboard_live?host="summer2"
the page keeps showing status as loading and nothings gets loaded.
However if i use the same "| metadata type=sources | search "$host$" totalCount>0 | rename totalCount as Count recentTime as "Last Update" | table source Count "Last Update" | fieldformat Count=tostring(Count, "commas") | fieldformat "Last Update"=strftime('Last Update', "%m/%d/%Y %T") by replacing the $host$ with summer2 fetchers me the results.
Whats wrong?
Thanks in Advance,
Rehana