You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
707 B
31 lines
707 B
<form isVisible="false" version="1.1">
|
|
<label>Message Routing - Microsoft Exchange</label>
|
|
|
|
<fieldset>
|
|
<input token="message_id" type="text">
|
|
<label>Message ID</label>
|
|
</input>
|
|
<input type="time">
|
|
<default>Last 15 minutes</default>
|
|
</input>
|
|
</fieldset>
|
|
|
|
<row>
|
|
<table>
|
|
<title>Message Trace</title>
|
|
<search>
|
|
<query>
|
|
`msgtrack-onemessage("$message_id$")`
|
|
|`next-hop-view`
|
|
|dedup _raw
|
|
|table _time,host,source_id,event_id,nexthop
|
|
|sort _time
|
|
|rename source_id as Source,event_id as Event,nexthop as "Info"
|
|
</query>
|
|
</search>
|
|
<option name="count">20</option>
|
|
<option name="rowNumbers">true</option>
|
|
<option name="showPager">true</option>
|
|
</table>
|
|
</row>
|
|
</form> |