2017-06-15 22:56:47 +03:00
|
|
|
{
|
2018-03-02 21:14:07 +03:00
|
|
|
"order" : 0,
|
|
|
|
"template" : "*",
|
|
|
|
"settings" : { },
|
|
|
|
"mappings" : {
|
|
|
|
"_default_" : {
|
|
|
|
"dynamic_templates" : [ {
|
|
|
|
"string_fields" : {
|
|
|
|
"mapping" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2016-10-31 22:13:55 +03:00
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"match" : "*",
|
|
|
|
"match_mapping_type" : "string"
|
|
|
|
}
|
|
|
|
}, {
|
|
|
|
"float_fields" : {
|
|
|
|
"mapping" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2016-10-31 22:13:55 +03:00
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"match" : "*",
|
|
|
|
"match_mapping_type" : "float"
|
|
|
|
}
|
|
|
|
}, {
|
|
|
|
"double_fields" : {
|
|
|
|
"mapping" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2016-10-31 22:13:55 +03:00
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"match" : "*",
|
|
|
|
"match_mapping_type" : "double"
|
|
|
|
}
|
|
|
|
}, {
|
|
|
|
"byte_fields" : {
|
|
|
|
"mapping" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2016-10-31 22:13:55 +03:00
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"match" : "*",
|
|
|
|
"match_mapping_type" : "byte"
|
|
|
|
}
|
|
|
|
}, {
|
|
|
|
"short_fields" : {
|
|
|
|
"mapping" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2016-10-31 22:13:55 +03:00
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"match" : "*",
|
|
|
|
"match_mapping_type" : "short"
|
|
|
|
}
|
|
|
|
}, {
|
|
|
|
"integer_fields" : {
|
|
|
|
"mapping" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2016-10-31 22:13:55 +03:00
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"match" : "*",
|
|
|
|
"match_mapping_type" : "integer"
|
|
|
|
}
|
|
|
|
}, {
|
|
|
|
"long_fields" : {
|
|
|
|
"mapping" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-02-28 23:52:35 +03:00
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"match" : "*",
|
|
|
|
"match_mapping_type" : "long"
|
|
|
|
}
|
|
|
|
} ],
|
|
|
|
"properties" : {
|
|
|
|
"category" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"hostname" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"processid" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"processname": {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"severity" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"source" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"summary" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "text"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"details" : {
|
|
|
|
"properties" : {
|
|
|
|
"destinationport" : {
|
|
|
|
"index" : "not_analyzed",
|
|
|
|
"type" : "long"
|
|
|
|
},
|
|
|
|
"hostname" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"sourceipaddress" : {
|
|
|
|
"type" : "ip"
|
|
|
|
},
|
|
|
|
"srcip" : {
|
|
|
|
"type" : "ip"
|
|
|
|
},
|
|
|
|
"sourceipv4address" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"destinationipaddress" : {
|
|
|
|
"type" : "ip"
|
|
|
|
},
|
|
|
|
"success" : {
|
|
|
|
"type" : "boolean"
|
|
|
|
},
|
|
|
|
"sourceport" : {
|
|
|
|
"index" : "not_analyzed",
|
|
|
|
"type" : "long"
|
2018-11-06 20:54:45 +03:00
|
|
|
},
|
|
|
|
"apiversion" : {
|
|
|
|
"properties" : {
|
|
|
|
"raw_value": {
|
|
|
|
"type" : "keyword"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"requestparameters" : {
|
|
|
|
"properties" : {
|
|
|
|
"logStreamName": {
|
|
|
|
"properties": {
|
|
|
|
"raw_value": {
|
|
|
|
"type" : "keyword"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-03-02 21:14:07 +03:00
|
|
|
}
|
2017-06-15 22:56:47 +03:00
|
|
|
}
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"receivedtimestamp" : {
|
|
|
|
"format" : "dateOptionalTime",
|
|
|
|
"type" : "date"
|
|
|
|
},
|
|
|
|
"utctimestamp" : {
|
|
|
|
"format" : "dateOptionalTime",
|
|
|
|
"type" : "date"
|
|
|
|
},
|
|
|
|
"version" : {
|
2018-03-08 01:22:01 +03:00
|
|
|
"type" : "keyword"
|
2016-10-31 22:13:55 +03:00
|
|
|
}
|
|
|
|
},
|
2018-03-02 21:14:07 +03:00
|
|
|
"_all" : {
|
|
|
|
"enabled" : true
|
2017-06-15 22:56:47 +03:00
|
|
|
}
|
|
|
|
}
|
2018-03-02 21:14:07 +03:00
|
|
|
},
|
|
|
|
"aliases" : { }
|
|
|
|
}
|