blob: 4da51105128b34cbcbf18d92bae4c36c372e4afc [file] [log] [blame]
{
"template" : "bro_index*",
"mappings" : {
"bro_doc" : {
"_timestamp" : { "enabled" : true },
"properties": {
"timestamp":{"type":"date","format":"epoch_millis"},
"enrichments:geo:ip_dst_addr:location_point" : { "type" : "geo_point" }
}
}
}
}