dictionaries.ElasticCommonSchemaDictionary.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-machine-learning-model-definition Show documentation
Show all versions of test-machine-learning-model-definition Show documentation
Contains MDA metamodels that will be used to control generation of scaffolding code
The newest version!
{
"name": "ElasticCommonSchemaDictionary",
"package": "com.boozallen.aiops.foundation.inference",
"dictionaryTypes": [
{
"name": "eventKind",
"simpleType": "string",
"validation": {
"formats": [
"^(alert|enrichment|event|metric|state|pipeline_error|signal)$"
]
}
},
{
"name": "eventCategory",
"simpleType": "string",
"validation": {
"formats": [
"^(authentication|configuration|database|driver|email|file|host|iam|intrusion_detection|malware|network|package|process|registry|session|threat|web)$"
]
}
},
{
"name": "eventOutcome",
"simpleType": "string",
"validation": {
"formats": [
"^(success|failure|unknown)$"
]
}
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy