All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dictionaries.ElasticCommonSchemaDictionary.json Maven / Gradle / Ivy

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