Deployment of Log Exporter using API

Starting from R82.10, you can configure Log Exporter using the Check Point Management API.

Best Practice - Use API-based configuration for all R82.10 and higher environments.

Example API command for creating a Log Exporter:

mgmt_cli add log-exporter name "newLogExporter" target-server "1.2.3.4" target-port 1234 protocol "tcp" attachments.add-link-to-log-attachment true --format json

For full API syntax and parameter description, see the Management API Reference Guide.