MondayEventCollector

Collects Monday.com audit logs and activity events for Cortex XSIAM using OAuth 2.0 authentication.

Analytics & SIEM · Monday

Configuration parameters

  • activity_logs_url — Activity logs Server URL
  • credentials — Client ID
  • auth_code
  • board_ids — Board IDs
  • eventFetchInterval — Events Fetch Interval
  • max_activity_logs_per_fetch — Maximum number of Activity Logs per board per fetch
  • audit_logs_url — Audit Server URL
  • audit_token
  • max_audit_logs_per_fetch — Maximum number of Audit Logs per fetch
  • isFetchEvents — Fetch events
  • selected_event_types — Event types
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (2)

  • monday-auth-test

    Run this command to test the connectivity to Monday.

  • monday-generate-login-url

    Generate the login url used for Authorization code flow.