Skip to main content
Configure alerting rules to get notified when Golf Gateway detects security threats, scrubs PII from responses, or blocks suspicious requests.

Prerequisites

Key fields for alerting

Golf Gateway audit logs include security fields specifically designed for alerting. See the Audit Log Schema for complete field documentation.
FieldTypeAlert Use Case
security.blockedbooleanRequest/response was blocked
security.threats_detectedarraySpecific threat types detected
security.threat_categorystringThreat classification
security.was_scrubbedbooleanPII was detected and removed
security.entities_redactedintegerCount of PII entities found
security.entities_by_typeobjectPII breakdown by type
Set up these alerts to monitor security events:
AlertConditionSeverity
Threat Blockedsecurity.blocked = trueCritical
Prompt Injectionsecurity.threats_detected contains prompt_injectionCritical
PII Detectedsecurity.was_scrubbed = trueWarning
Rate Limit Exceededsecurity.threat_category = "rate_limit_exceeded"Warning
Replay Attacksecurity.threats_detected contains replay_attackCritical

In-app notifications

Golf Gateway also provides built-in notifications in the Admin Portal:
  1. Go to Notifications in the Admin Portal
  2. View real-time alerts for:
    • Threat detections
    • Blocked requests
    • Pending capability approvals
  3. Click any notification to navigate to the related session or server
In-app notifications complement SIEM alerting. Use SIEM for incident response workflows and in-app notifications for quick operational awareness.