The '/PALogs/<firewall logs folder>' cannot be scanned. '

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

The '/PALogs/<firewall logs folder>' cannot be scanned. '

L0 Member

I am getting the following error when trying to scan my log folder on expedition "The '/PALogs/<firewall logs folder>' cannot be scanned. '."  I am on version 1.1.101. I also am wondering if maybe my rsylog configuration is not right. The folders being created are created by root.  I have no issues if I import files manually.  

3 REPLIES 3

L4 Transporter

Verify there are no permission issues with the folder and the owner is www-data:expedition you could always change the folder permissions to chmod 777 /PALogs to see if that helps.

 

L1 Bithead

did you find any solution on this?

Hi @Vinayak1 

 

If you have some issues while trying to analyse your logs please follow below troubleshooting steps.

 

1) (If logs does not appear in Expedition) Check NGFW and Expedition has communication. Open the NGFW terminal and execute:

ssh host expedition@$VM_EXPEDITION

2) Check the /PALogs/ and the /data/ folders has the correct grants

chown -R www-data:www-data /data

chown -R www-data:www-data /PALogs/

3) Review in the UI settings that ML settings are correct.

4) Define your device. Make sure the serial number is the one reported on FW logs. Also set the device as a NGFW. Panorama devices can not proceed logs. NOTE: Expedition gets the 3rd line of the log file to get the mapping between the device and the log file.

5) Make sure java is installed. Execute: java -version or apt list --installed | grep jdk . If it is not installed execute: apt-get install -y openjdk-8-jre-headless

6) Process the logs (Panorama devices can not proceed logs) manually. Execute the action in below order:

    1. Define /PALogs/$folderORFileName* as the folder where FW logs are stored. Make sure www-data has granted permission.
    2. Click on Save
    3. Enter again into the device and select tab ML
    4. Click on Process Enabled Files
    5. Wait until the process is finished. Meanwhile review below logs.
      • /home/userSpace/panReadOrders.log: Review the call with the params for the spark process.
      • /tmp/command.spark: Review the call to spark. It can be copied and executed by hand for troubleshooting purposes, output will be printed on the cli.
      • /tmp/command_actions.spark: Review the call to spark. It can be copied and executed by hand for troubleshooting purposes, output will be printed on /tmp/error_logCoCo.
      • /tmp/error_logCoCo: File containing the output of the spark command.
      • During the execution of the analysis you will see also the creation of a couple of csv files; *_afterProcess.csv (actions to perform after the logs are processed), *_traffic_files.csv (listing of the processed files) 

Let me know if you have any other question,

 

Best regards,

 

David

  • 1928 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!