Monitoring and Troubleshooting
Checking Agent Health
View Agent Logs
Get-Content "C:\Program Files\lpagentstandalone\data\lpagentstandalone.log" -Tail 50Check Agent Service Status
Get-Service lpagentstandaloneVerify Agent is Running
Get-Process | Where-Object {$_.ProcessName -like "*lpagent*"}Verifying Data Flow
On the Agent (Windows)
Get-Content "C:\Program Files\lpagentstandalone\data\lpagentstandalone.log" | Select-String "sent"Using Local File Output for Testing
On Logpoint Server (Linux)
In Logpoint SIEM
Common Issues and Solutions
No Data Appearing in Logpoint
Configuration File Syntax Errors
Registry Access Denied Errors
Agent Log Growing Too Large
Registry Events Not Appearing
DNS Logs Not Collecting
DHCP Logs Not Collecting
Adjusting Log Levels
Changing to DEBUG (for troubleshooting)
Restart After Changes
Performance Monitoring
Check Agent Resource Usage
Monitor Log File Size
Last updated
Was this helpful?