How to restart logd process on Panorama
1113
Created On 01/05/24 02:56 AM - Last Modified 03/26/26 00:27 AM
Objective
To restart the "logd" process.
Environment
- Panorama
- supported PAN-OS
- logd process
Procedure
- Logd process is responsible for ingesting logs received from the managed firewall and for transferring ingested logs to the vldmgr.
- To restart the process on the Panorama run the below command.
> debug software restart process logdAdditional Information
1. Select Panorama > Managed Collectors and navigate to the Health column to see the health of the logd.
- A green dot indicates that the Log Collector is healthy.
- A red dot indicates that the process is experiencing degraded health.
2. To analyze logd log file run the below commands on the Panorama CLI.
- tail follow yes mp-log logd.log (shows live logs)
- less mp-log logd.log (shows historic logs)