Addding sourceipv4address field to be a string.

This commit is contained in:
Phrozyn 2016-11-02 12:10:30 -05:00 коммит произвёл Brandon Myers
Родитель bfba1d3c4c
Коммит 159612eaf1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
1 изменённых файлов: 18 добавлений и 16 удалений

Просмотреть файл

@ -12,8 +12,8 @@
"doc_values" : true,
"type" : "string"
},
"match" : "*",
"match_mapping_type" : "string"
"match_mapping_type" : "string",
"match" : "*"
}
}, {
"float_fields" : {
@ -22,8 +22,8 @@
"doc_values" : true,
"type" : "string"
},
"match" : "*",
"match_mapping_type" : "float"
"match_mapping_type" : "float",
"match" : "*"
}
}, {
"double_fields" : {
@ -32,8 +32,8 @@
"doc_values" : true,
"type" : "string"
},
"match" : "*",
"match_mapping_type" : "double"
"match_mapping_type" : "double",
"match" : "*"
}
}, {
"byte_fields" : {
@ -42,8 +42,8 @@
"doc_values" : true,
"type" : "string"
},
"match" : "*",
"match_mapping_type" : "byte"
"match_mapping_type" : "byte",
"match" : "*"
}
}, {
"short_fields" : {
@ -52,8 +52,8 @@
"doc_values" : true,
"type" : "string"
},
"match" : "*",
"match_mapping_type" : "short"
"match_mapping_type" : "short",
"match" : "*"
}
}, {
"integer_fields" : {
@ -62,8 +62,8 @@
"doc_values" : true,
"type" : "string"
},
"match" : "*",
"match_mapping_type" : "integer"
"match_mapping_type" : "integer",
"match" : "*"
}
}, {
"long_fields" : {
@ -72,8 +72,8 @@
"doc_values" : true,
"type" : "string"
},
"match" : "*",
"match_mapping_type" : "long"
"match_mapping_type" : "long",
"match" : "*"
}
} ],
"properties" : {
@ -89,6 +89,9 @@
"sourceipaddress" : {
"type" : "ip"
},
"sourceipv4address" : {
"type" : "string"
},
"srcip" : {
"type" : "ip"
},
@ -119,5 +122,4 @@
}
},
"aliases" : { }
}
}
}'