Palo Alto Networks Certified Strata Field Engineer (PCSFE) — Question 39
An engineer is setting up tags in Panorama, but it is not working. How can the engineer verify the issue while viewing the Amazon Web Services (AWS) plugin logs from the CLI?
Answer options
- A. less aws-plugin plugin_aws.log
- B. tail plugins-log plugin_aws_ret.log
- C. less plugins-log
- D. tail aws-plugin
Correct answer: A
Explanation
The correct answer is A, as using 'less' allows the engineer to view the contents of 'plugin_aws.log' for detailed information. Option B is incorrect because 'tail' is used to view the end of a log file, which may not show the entire context needed for troubleshooting. Option C does not specify the correct log file, and Option D is incomplete as it does not mention the specific log file needed for AWS plugin issues.