Commvault Backup Solutions Modeling Rule

Modeling Rule

Commvault Backup Solutions

Details

IDCommvault_Backup_Solutions_ModelingRule
From Version8.15.0

Schema

commvault_backupsolution_raw

Field Type Array?
alert string
alert_id int
alert_name string
alert_rule_name string
alertdescription string
client string
commcell string
commcellname string
computer string
description string
details string
detected_criteria string
event_code string
event_id int
operation string
opid int
program string
severity string
type string
user string
{
    "commvault_backupsolution_raw": {
        "alert": {
            "type": "string",
            "is_array": false
        },
        "alert_name": {
            "type": "string",
            "is_array": false
        },
        "alert_rule_name": {
            "type": "string",
            "is_array": false
        },
        "alertdescription": {
            "type": "string",
            "is_array": false
        },
        "severity": {
            "type": "string",
            "is_array": false
        },
        "commcell": {
            "type": "string",
            "is_array": false
        },
        "commcellname": {
            "type": "string",
            "is_array": false
        },
        "computer": {
            "type": "string",
            "is_array": false
        },
        "client": {
            "type": "string",
            "is_array": false
        },
        "description": {
            "type": "string",
            "is_array": false
        },
        "details": {
            "type": "string",
            "is_array": false
        },
        "detected_criteria": {
            "type": "string",
            "is_array": false
        },
        "type": {
            "type": "string",
            "is_array": false
        },
        "event_code": {
            "type": "string",
            "is_array": false
        },
        "operation": {
            "type": "string",
            "is_array": false
        },
        "program": {
            "type": "string",
            "is_array": false
        },
        "user": {
            "type": "string",
            "is_array": false
        },
        "event_id": {
            "type": "int",
            "is_array": false
        },
        "opid": {
            "type": "int",
            "is_array": false
        },
        "alert_id": {
            "type": "int",
            "is_array": false
        }        
    }
}