Hi all,
We created a dashboard where $d_name$ in following search is user input:
<search>
<query>
<![CDATA[index=application host="landing.itsc.cuhk.edu.hk" POST OR GET status<400 $d_name$ | rex field=uri "\/(?<deptcode>[^\/]+)\/" | fields deptcode useragent| search deptcode=$d_name$ | timechart count
]]>
</query>
</search>
<fieldForLabel>deptcode</fieldForLabel>
<fieldForValue>deptcode</fieldForValue>
</input>
Seems using post-process search is slower in our environment as there are more than 1 search peer. Is that correct?
Then I try to convert the inline searches into reports and thus accelerate wherever possible. However, can I do that with input field to be passed to the saved search/report, while base search is not used?
Thanks a lot.
Regards,
/ST Wong
... View more