Files
soldr-modules/correlator/1.0.0/config/fields_schema.json
T
2022-11-22 02:21:28 +03:00

196 lines
4.5 KiB
JSON

{
"additionalProperties": true,
"properties": {
"category.generic": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"category.high": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"correlation_name": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"numfield1": {
"rules": {},
"type": "number",
"ui": {
"widgetConfig": {}
}
},
"object.fullpath": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.name": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.new_value": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.path": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.process.cmdline": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.process.fullpath": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.process.guid": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.process.id": {
"rules": {},
"type": "number",
"ui": {
"widgetConfig": {}
}
},
"object.process.name": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.process.parent.fullpath": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.process.parent.id": {
"rules": {},
"type": "number",
"ui": {
"widgetConfig": {}
}
},
"object.process.parent.name": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.process.path": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.property": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.type": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"object.value": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"reason": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"subject.process.cmdline": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"subject.process.fullpath": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"subject.process.guid": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"subject.process.id": {
"rules": {},
"type": "number",
"ui": {
"widgetConfig": {}
}
},
"subject.process.name": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
},
"subject.process.path": {
"rules": {},
"type": "string",
"ui": {
"widgetConfig": {}
}
}
},
"required": [],
"type": "object"
}