Scenario for running retrospective analysis of traffic manually
The scenario for running retrospective analysis of traffic manually involves the following steps:
Only one monitoring point must exist.
If you want to replay multiple PCAP files in a row without clearing the results, you need to upload the PCAP files in the order they were recorded, taking into account the network segments to avoid distorting the analysis results.
Scenario for running retrospective analysis of traffic automatically
The scenario for running retrospective analysis of traffic automatically involves the following steps:
Only one monitoring point must exist.
This connector is used for the connection with the external system from which you are transferring the PCAP files.
The maximum data transfer rate when uploading files is 200 Mbps.
Example command for automating the upload of files at a certain rate:
curl -X POST --location {<URL>} -H “Authorization: Bearer {<token>}" -F "fileName={<file name>}" -F "file=@<full path to PCAP file>" -s --limit-rate 20M --connect-timeout 30 --max-time 600 -k
Files uploaded to the system are placed in a special storage. You can manage the settings of this storage.
If you want to replay multiple PCAP files in a row without clearing the results, you need to upload the PCAP files in the order they were recorded, taking into account the network segments to avoid distorting the analysis results.