Nasuni File Services Modeling Rule

Modeling Rule

Nasuni File Services

Details

IDNasuni_File_Services_ModelingRule
From Version8.15.0
Tagsnasuni

Schema

nasuni_file_services_raw

Field Type Array?
_raw_log string
event_type string
is_dir string
newpath string
parsed_fields string
path string
result string
{
    "nasuni_file_services_raw": {
        "parsed_fields": {
            "type": "string",
            "is_array": false
        },
        "event_type": {
            "type": "string",
            "is_array": false
        },
        "result": {
            "type": "string",
            "is_array": false
        },
        "is_dir": {
            "type": "string",
            "is_array": false
        },
        "path": {
            "type": "string",
            "is_array": false
        },
        "newpath": {
            "type": "string",
            "is_array": false
        },
        "_raw_log": {
            "type": "string",
            "is_array": false
        }
    }
  }