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?
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?
To verify the issue while viewing the AWS plugin logs from the CLI, the appropriate command to use is 'less plugins-log <plugin-logfile>'. This command is used to view log files in real-time in a read-only mode, which is suitable for troubleshooting and checking logs. Options like 'tail' are generally used to view the end of logs and are less appropriate for comprehensive log examination.
Answer appears to be C: PLUG-2246 When viewing Panorama plugin for AWS logs, you cannot use the tail command. To view the AWS plugin logs from the CLI, use the following command: less plugins-log <plugin-logfile>
correct answer is B plugins-log plugin_aws_ret.log contains logs related to IP address and tag retrieval.
Know where to find the logs related to the AWS plugin on Panorama for troubleshooting. Use the CLI command less plugins-log to view a list of all available logs less plugins-log plugin_aws_ret.log displays logs related to IP address and tag retrieval. less plugins-log plugin_aws_proc.log displays logs related to processing of the registered IP address and tags. less plugins-log plugin_aws.log displays logs related to the AWS plugin configuration and daemons. [https://docs.paloaltonetworks.com/vm-series/10-2/vm-series-deployment/set-up-the-vm-series-firewall-on-aws/about-aws-vm-monitoring/set-up-vm-monitoring-on-aws]
Correct answer is C Know where to find the logs related to the AWS plugin on Panorama for troubleshooting. Use the CLI command less plugins-log to view a list of all available logs less plugins-log plugin_aws_ret.log -> displays logs related to IP address and tag retrieval. less plugins-log plugin_aws_proc.log -> displays logs related to processing of the registered IP address and tags. https://docs.paloaltonetworks.com/vm-series/11-1/vm-series-deployment/set-up-the-vm-series-firewall-on-aws/about-aws-vm-monitoring/set-up-vm-monitoring-on-aws
While others are mentioning "C" to be correct, it does not actually answer the question. The actual correct answer is "B". The "tail" command shows the last 10 logs and the "plugin_aws_ret.log" log file is exactly the file you would look at to troubleshoot issues with retrieving AWS tags.
Answer A Use the CLI command less plugins-log to view a list of all available logs less plugins-log plugin_aws_ret.log displays logs related to IP address and tag retrieval. https://docs.paloaltonetworks.com/vm-series/11-1/vm-series-deployment/set-up-the-vm-series-firewall-on-aws/about-aws-vm-monitoring/set-up-vm-monitoring-on-aws