- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-07-2021 06:02 AM
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.
07-07-2021 07:47 AM
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.
02-21-2024 07:08 AM
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:
Let me know if you have any other question,
Best regards,
David
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!