Best Practices
Configuration Selection
Use Simple Configuration when:
You only need Windows Event Log collection
Deploying to non-server systems (workstations)
Testing or proof-of-concept
Minimal overhead is critical
Use Advanced Configuration when:
Deploying to servers with DHCP/DNS roles
Security monitoring is a priority
You need registry change detection
Comprehensive visibility is required
Deployment Strategy
Test first - Deploy to test systems before production
Start simple - Begin with simple configuration, add complexity as needed
Staged rollout - Deploy to small groups, then expand
Document settings - Keep records of IP addresses and customizations
Baseline behavior - Understand normal event volumes before alerts
Security Considerations
Protect configuration files - Restrict access to agent config files
Monitor agent logs - Watch for unexpected errors or warnings
Regular updates - Keep agent software updated
Backup configurations - Save working configs before changes
Review exclusions - Ensure sensitive data is properly excluded
Performance Optimization
Start with defaults - The default filters are optimized for most environments
Monitor volume - Watch data ingestion rates in Logpoint
DNS logging caution - Enable DNS debug logging selectively (high volume)
Filter appropriately - Add filters for environment-specific noisy events
Registry scan interval - Default 10-day interval balances detection and performance
Customization Guidelines
Adding Event ID Filters
To filter additional Event IDs in advanced configuration:
Adding Registry Paths
To monitor additional registry paths:
Adding Registry Exclusions
To exclude noisy or sensitive paths:
Maintenance
Review exclusions - Periodically review Event ID filters
Check log rotation - Verify agent logs are rotating properly
Test after changes - Always verify data flow after configuration changes
Document customizations - Keep notes on why filters were added
Monitor resource usage - Track CPU and memory consumption
Troubleshooting Workflow
Check service status - Is the agent running?
Review agent logs - Any errors or warnings?
Verify configuration - Is the syntax correct?
Test connectivity - Can the agent reach Logpoint?
Use local file output - Temporarily output to file to verify data collection
Check Logpoint - Is data being received and parsed?
Enable DEBUG - Temporarily raise log level if needed
Restart service - After making changes
Last updated
Was this helpful?