Gitlab Modeling Rule

Modeling Rule

GitLab

Details

IDGitlab_ModelingRule
From Version8.15.0
Tagsgitlab

Schema

gitlab_gitlab_raw

Field Type Array?
_product string
_vendor string
author_id int
created_at datetime
details string
entity_id int
entity_type string
id int
{
    "gitlab_gitlab_raw": {
        "id": {
            "type": "int",
            "is_array": false
        },
        "_vendor": {
            "type": "string",
            "is_array": false
        },
        "_product": {
            "type": "string",
            "is_array": false
        },
        "author_id": {
            "type": "int",
            "is_array": false
        },
        "entity_id": {
            "type": "int",
            "is_array": false
        },
        "entity_type": {
            "type": "string",
            "is_array": false
        },
        "details": {
            "type": "string",
            "is_array": false
        },
        "created_at": {
            "type": "datetime",
            "is_array": false
        }
    }
}