Google Apigee Edge Modeling Rule

Modeling Rule

Google Apigee Edge

Details

IDGoogle_Apigee_Edge_ModelingRule
From Version8.8.0

Schema

google_apigee_raw

Field Type Array?
SOURCE_LOG_TYPE string
operation string
request string
requestUri string
responseCode string
user string
{
    "google_apigee_raw": {
        "operation": {
            "type": "string",
            "is_array": false
        },
        "request": {
            "type": "string",
            "is_array": false
        },
        "requestUri": {
            "type": "string",
            "is_array": false
        },
        "responseCode": {
            "type": "string",
            "is_array": false
        },
        "SOURCE_LOG_TYPE": {
            "type": "string",
            "is_array": false
        },
        "user": {
            "type": "string",
            "is_array": false
        }
    }
}