I have a base search
<search id="Extra">
<query>index=reports | stats count by reportname</query>
<earliest>$time1.earliest$</earliest>
<latest>$time1.latest$</latest>
</search>
<option name="count">10</option>
<option name="drilldown">none</option>
</table>
</panel>
<panel>
<title>Offer's</title>
<table>
<search base="Extra">
<query> |map search="search index=offered reportname=$reportname$ |table Offer" maxsearches=0 | dedup Offer </query>
</search>
<option name="count">10</option>
<option name="refresh.display">progressbar</option>
</table>
</panel>
the problems is the second search is not giving results.its displaying as "waiting for input" and when I click the magnify glass in the panel it redirects to a search "undefined"
instead of map command if i use any other thing it gives results
Thank you
... View more