For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add the API Token to Epiphany

Step 1:

  • Once all data is collected from the FortiOS dashboard, create a .zip file named Collector_Upload.zip containing the data from FortiOS.

Step 2:

To SCP the file to the On-Premises Epiphany Collector, follow these steps:

  • Navigate to your Epiphany dashboard using a web browser.

  • Download the PEM file to the local device.

Step 3:

Once the PEM file is downloaded, it can be used to perform SCP of the compressed map folder to the Epiphany Collector. Proceed with the steps below based on the operating system in use:

  • Send the file to the ‘upload’ user using the following commands:

scp -i ~/.ssh/key.pem <mapfiles> upload@<Collector_IP>:~/upload
  • Enable OpenSSH Client on Windows 10 by going to Settings > Apps and features > Optional Features.

  • Select Add a feature.

  • Search for OpenSSH Client.

    • If it is already installed, continue to the next step.

    • If it isn't installed, install OpenSSH Client.

  • Open a command prompt and use the following command:

scp -i ~/.ssh/key.pem <mapfiles> upload@<Collector_IP>:~/upload

Last updated