Feature #542
Support multiple applications
Start date:
02/25/2013
Due date:
% Done:
100%
Description
Add the ability to select which application to pull logs from.
This could be done with a fieldset, much like the Exchange app:
<fieldset autoRun="true">
<input type="dropdown" token="host">
<label>Host Name</label>
<prefix>host="</prefix>
<suffix>"</suffix>
<populatingSearch fieldForLabel="host" fieldForValue="host">
|inputlookup hostInformation.csv
|search HubTransport="True"
|stats count by host
</populatingSearch>
<earliestTime>-1m</earliestTime>
<latestTime>now</latestTime>
</input>
<input type="time">
<default>Last 60 minutes</default>
</input>
</fieldset>
History
#1
Updated by Luke Murphey about 12 years ago
- Target version deleted (
1.0)
#2
Updated by Luke Murphey almost 10 years ago
- Status changed from New to Closed
- Target version set to 1.3.0
- % Done changed from 0 to 100