Project

General

Profile

Feature #542

Support multiple applications

Added by Luke Murphey about 11 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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 over 10 years ago

  • Target version deleted (1.0)

#2 Updated by Luke Murphey over 8 years ago

  • Status changed from New to Closed
  • Target version set to 1.3.0
  • % Done changed from 0 to 100

Also available in: Atom PDF