Interactive View
- Last Updated: November 22, 2023
- 3 minute read
- MOVEit Transfer
- Version 2023
- Documentation
Interactive mode of Live View is your starting point for summaries of 'in-org' transfer status, quick survey or deep analysis of transfer history, and everything else in between. In this mode, Live View provides:
- A sense for the current health of org transfers.
- An ability to filter by category or search/filter transfer status.
- Clear indicators of current transfer volume versus current capacity and resources.
- Track transactions with similar properties.
- Deeper understanding and even a scoped/filtered perspective of time windows, transactions, user activity, transfer direction and more...
MOVEit Transfer Live View (interactive view shown)


Status Overview
The Status Overview provides visual status indicators and current totals for each category (at a glance). Details are listed in the Transfer Summary list.
|
Status Indicator |
Description |
|---|---|
|
In Progress |
Transfer in flight. |
|
Stalled |
No activity detected for at least 30 seconds. |
|
Failed |
Failure or timeout occurred. |
|
Succeeded |
Transfer completed. |

Transfers Summary Grid
The Transfer Summary list provides detailed summary information for each transfer operation happening for the current org.
) to select columns you want to
include/hide from the grid.|
Column Name |
Description |
|---|---|
|
Start Time |
Time the transfer session begins. (Date-time locale is configured in org settings.) |
|
Username |
MOVEit Transfer user that initiated or scheduled the transfer. |
|
Folder |
MOVEit Transfer source or destination folder. |
|
File Name |
MOVEit Transfer package or file name. |
|
Direction |
Indicates if the transfer is upload to or download from MOVEit Transfer |
|
Size |
Size on disk of file(s) or package. |
|
Rate |
Calculated rate of transfer. |
|
Status |
One of the following:
|
|
End Time |
Time transfer completed or a failure was observed. (Transfers in a stalled but active state will have no end time available.) |
Completed Transfers and Logs
For quick filtering on Failed or Succeeded events, use the Recently Completed drop down.
Select a specific window of time or jump to MOVEit Transfer logs.


Live View Search
Live view supports keyword search including the 'match any' wildcard character (*) and Boolean operators AND and OR.

Fields Searched
Currently, the following fields are available for search queries:
- Username
- User Friendly Name
- User IP address
- Foldername
- Filename
Examples
Return specified file types:
*.zip OR *.gzip
OR *.tar.gz
Return specified file types from a given IP:
"203.0.113.199" AND *.zip OR *.gzip OR
*.tar.gz
Search for a phrase that contains a reserved character or
word (AND, OR, *), two examples:
*.xlsx AND "Receipts
and Accounts"
*.xlsx AND Receipts*