Github Modeling Rule

Modeling Rule

GitHub

Details

IDgithub_modeling_rule
From Version6.10.0
Tagsgithub

Schema

github_github_audit_raw

Field Type Array?
action string
actor string
actor_location string
created_at int
org string
repo string
{
    "github_github_audit_raw": {
      "actor_location": {
        "type": "string",
        "is_array": false
      },
      "org": {
        "type": "string",
        "is_array": false
      },
      "repo": {
        "type": "string",
        "is_array": false
      },
      "created_at": {
        "type": "int",
        "is_array": false
      },
      "actor": {
        "type": "string",
        "is_array": false
      },
      "action": {
        "type": "string",
        "is_array": false
      }
    }
  }